# HG changeset patch # User Kim F. Storm # Date 1031521628 0 # Node ID 52f90db3f174a827677023641d44cfcd95134462 # Parent fff1584cdd4fa622d30e39b2985e0450b6649929 Keyboard macro improvements. diff -r fff1584cdd4f -r 52f90db3f174 etc/NEWS --- a/etc/NEWS Sun Sep 08 21:40:05 2002 +0000 +++ b/etc/NEWS Sun Sep 08 21:47:08 2002 +0000 @@ -943,14 +943,18 @@ 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.