aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2002-08-29 13:12:05 +0000
committerKim F. Storm2002-08-29 13:12:05 +0000
commite1fa392b30a1f9404a76d48339f02f86dcd46f46 (patch)
treeab5feae87c9b86519b240640b99442287fcf5d1f
parent3ceb1beb09fa3e39b2d0d0b1e3324d310417b1b6 (diff)
downloademacs-e1fa392b30a1f9404a76d48339f02f86dcd46f46.tar.gz
emacs-e1fa392b30a1f9404a76d48339f02f86dcd46f46.zip
Describe new kmacro bindings for f3/f4 and C-x e.
-rw-r--r--etc/NEWS14
1 files changed, 11 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index db52e2b202e..91886c8b0a1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -915,9 +915,9 @@ of the numeric keypad which is available on most keyboards.
915*** The new kmacro package provides a simpler user interface to 915*** The new kmacro package provides a simpler user interface to
916emacs' keyboard macro facilities. 916emacs' keyboard macro facilities.
917 917
918Basically, it uses two function keys (default F7 and F8) like this: 918Basically, it uses two function keys (default F3 and F4) like this:
919F7 starts a macro, F8 ends the macro, and pressing F8 again executes 919F3 starts a macro, F4 ends the macro, and pressing F4 again executes
920the last macro. While defining the macro, F7 inserts a counter value 920the last macro. While defining the macro, F3 inserts a counter value
921which automatically increments every time the macro is executed. 921which automatically increments every time the macro is executed.
922 922
923There is now a keyboard macro ring which stores the most recently 923There is now a keyboard macro ring which stores the most recently
@@ -933,6 +933,14 @@ for more commands.
933The normal macro bindings C-x (, C-x ), and C-x e now interfaces to 933The normal macro bindings C-x (, C-x ), and C-x e now interfaces to
934the keyboard macro ring. 934the keyboard macro ring.
935 935
936The C-x e command now terminates the current macro rather than
937signalling an error if used while defining a macro.
938
939In addition, when ending or calling a macro with C-x e, the macro can
940be repeated immediately by typing just the `e'. You can customize
941this behaviour via the variable kmacro-call-repeat-key and
942kmacro-call-repeat-with-arg.
943
936+++ 944+++
937*** Calc is now part of the Emacs distribution. 945*** Calc is now part of the Emacs distribution.
938 946