From: Kim F. Storm Date: Sun, 8 Sep 2002 21:47:08 +0000 (+0000) Subject: Keyboard macro improvements. X-Git-Tag: ttn-vms-21-2-B4~13321 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1f83e21610117d3a5c0b74adef2345a89ccd238;p=emacs.git Keyboard macro improvements. --- diff --git a/etc/NEWS b/etc/NEWS index 9e38a4f9dce..c20ddce1cfc 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -943,14 +943,18 @@ for more commands. The normal macro bindings C-x (, C-x ), and C-x e now interfaces to the keyboard macro ring. -The C-x e command now terminates the current macro rather than -signalling an error if used while defining a macro. +The C-x e command now automatically terminates the current macro +before calling it, if used while defining a macro. In addition, when ending or calling a macro with C-x e, the macro can be repeated immediately by typing just the `e'. You can customize this behaviour via the variable kmacro-call-repeat-key and kmacro-call-repeat-with-arg. +Keyboard macros can now be debugged and edited interactively. +C-x C-k SPC will step through the last keyboard macro one key sequence +at a time, prompting for the actions to take. + +++ *** Calc is now part of the Emacs distribution.