Search Results

4
votes

Is there a (repeat-last-command) in emacs?

with regards to 'describe-last-function': There's a variable last-command which is set to a symbol representative of the last thing you did. So this elisp snip …
1
vote

Replace double backslash with single backslash in Emacs

re-builder+.el has some extensions to re-builder that provides functions for using re-builder with query-replace-regexp and replace-regexp. …