Hacker News new | ask | show | jobs
by Xurinos 5795 days ago
Only one macro?
1 comments

Anyone? I'd like to know the emacs way to save the expression into a register. Or is there a way to cycle through expressions that were previously repeated?
I think one way of doing what you suggested is

M-x name-last-kbd-macro

which will bind the last macro you defined into a named function for the rest of the session.