]> git.eshelyaron.com Git - emacs.git/commit
(kmacro-end-and-call-macro): New command to end and
authorKim F. Storm <storm@cua.dk>
Sun, 8 Sep 2002 20:38:04 +0000 (20:38 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 8 Sep 2002 20:38:04 +0000 (20:38 +0000)
commit723d6a64c01921eb97f611059887b5d8e85c73da
tree27a42ebd868cdb643d39dee322ab0671fe4b58a1
parentde8e3806c46dfb3b13c96afb5df02f162492f6cf
(kmacro-end-and-call-macro): New command to end and
call keyboard macro in one step. Bind it to C-x e by default.
(kmacro-call-macro): Use format-kbd-macro.
(kmacro-step-edit-macro): New command to interactively step edit
and execute last keyboard macro.
(kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
(kmacro-step-edit-mini-window-height): New custom var.
(kmacro-step-edit-map): New keymap (parent is query-replace-map).
(kmacro-step-edit-prefix-commands): New var.
(kmacro-step-edit-prompt, kmacro-step-edit-query)
(kmacro-step-edit-insert, kmacro-step-edit-pre-command)
(kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
New aux functions for step editing keyboard macros.
lisp/kmacro.el