diff options
| author | Kim F. Storm | 2002-08-29 13:12:05 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-08-29 13:12:05 +0000 |
| commit | e1fa392b30a1f9404a76d48339f02f86dcd46f46 (patch) | |
| tree | ab5feae87c9b86519b240640b99442287fcf5d1f | |
| parent | 3ceb1beb09fa3e39b2d0d0b1e3324d310417b1b6 (diff) | |
| download | emacs-e1fa392b30a1f9404a76d48339f02f86dcd46f46.tar.gz emacs-e1fa392b30a1f9404a76d48339f02f86dcd46f46.zip | |
Describe new kmacro bindings for f3/f4 and C-x e.
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 11 insertions, 3 deletions
| @@ -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 |
| 916 | emacs' keyboard macro facilities. | 916 | emacs' keyboard macro facilities. |
| 917 | 917 | ||
| 918 | Basically, it uses two function keys (default F7 and F8) like this: | 918 | Basically, it uses two function keys (default F3 and F4) like this: |
| 919 | F7 starts a macro, F8 ends the macro, and pressing F8 again executes | 919 | F3 starts a macro, F4 ends the macro, and pressing F4 again executes |
| 920 | the last macro. While defining the macro, F7 inserts a counter value | 920 | the last macro. While defining the macro, F3 inserts a counter value |
| 921 | which automatically increments every time the macro is executed. | 921 | which automatically increments every time the macro is executed. |
| 922 | 922 | ||
| 923 | There is now a keyboard macro ring which stores the most recently | 923 | There is now a keyboard macro ring which stores the most recently |
| @@ -933,6 +933,14 @@ for more commands. | |||
| 933 | The normal macro bindings C-x (, C-x ), and C-x e now interfaces to | 933 | The normal macro bindings C-x (, C-x ), and C-x e now interfaces to |
| 934 | the keyboard macro ring. | 934 | the keyboard macro ring. |
| 935 | 935 | ||
| 936 | The C-x e command now terminates the current macro rather than | ||
| 937 | signalling an error if used while defining a macro. | ||
| 938 | |||
| 939 | In addition, when ending or calling a macro with C-x e, the macro can | ||
| 940 | be repeated immediately by typing just the `e'. You can customize | ||
| 941 | this behaviour via the variable kmacro-call-repeat-key and | ||
| 942 | kmacro-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 | ||