aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2002-09-08 21:47:08 +0000
committerKim F. Storm2002-09-08 21:47:08 +0000
commitf1f83e21610117d3a5c0b74adef2345a89ccd238 (patch)
treeb9a3ab497cd5e7ef7acaa9c6e288a40424b3f8ef
parentd656c20beaeaa087401d74c705ab4bd8709158da (diff)
downloademacs-f1f83e21610117d3a5c0b74adef2345a89ccd238.tar.gz
emacs-f1f83e21610117d3a5c0b74adef2345a89ccd238.zip
Keyboard macro improvements.
-rw-r--r--etc/NEWS8
1 files changed, 6 insertions, 2 deletions
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.
943The normal macro bindings C-x (, C-x ), and C-x e now interfaces to 943The normal macro bindings C-x (, C-x ), and C-x e now interfaces to
944the keyboard macro ring. 944the keyboard macro ring.
945 945
946The C-x e command now terminates the current macro rather than 946The C-x e command now automatically terminates the current macro
947signalling an error if used while defining a macro. 947before calling it, if used while defining a macro.
948 948
949In addition, when ending or calling a macro with C-x e, the macro can 949In addition, when ending or calling a macro with C-x e, the macro can
950be repeated immediately by typing just the `e'. You can customize 950be repeated immediately by typing just the `e'. You can customize
951this behaviour via the variable kmacro-call-repeat-key and 951this behaviour via the variable kmacro-call-repeat-key and
952kmacro-call-repeat-with-arg. 952kmacro-call-repeat-with-arg.
953 953
954Keyboard macros can now be debugged and edited interactively.
955C-x C-k SPC will step through the last keyboard macro one key sequence
956at a time, prompting for the actions to take.
957
954+++ 958+++
955*** Calc is now part of the Emacs distribution. 959*** Calc is now part of the Emacs distribution.
956 960