I've noticed keyboard macros running very slowly in emacs 24
for example - I just tried running a macro to append a '0' to the end of each line in a 105615 line text file
C-x ( C-e TAB 0 C-n C-a C-x )
then
C-u 105615 C-x e
takes about 5 mins to complete
I never noticed them running so slow before, wondered if it had anything to do with upgrading from 23 to 24?
Is there anything I can do to improve performance?
C-u 0
instead of checking and specifying the actual line count. – Lorou