diff options
| author | Kim F. Storm | 2002-09-08 21:47:08 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-09-08 21:47:08 +0000 |
| commit | f1f83e21610117d3a5c0b74adef2345a89ccd238 (patch) | |
| tree | b9a3ab497cd5e7ef7acaa9c6e288a40424b3f8ef | |
| parent | d656c20beaeaa087401d74c705ab4bd8709158da (diff) | |
| download | emacs-f1f83e21610117d3a5c0b74adef2345a89ccd238.tar.gz emacs-f1f83e21610117d3a5c0b74adef2345a89ccd238.zip | |
Keyboard macro improvements.
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
| @@ -943,14 +943,18 @@ for more commands. | |||
| 943 | The normal macro bindings C-x (, C-x ), and C-x e now interfaces to | 943 | The normal macro bindings C-x (, C-x ), and C-x e now interfaces to |
| 944 | the keyboard macro ring. | 944 | the keyboard macro ring. |
| 945 | 945 | ||
| 946 | The C-x e command now terminates the current macro rather than | 946 | The C-x e command now automatically terminates the current macro |
| 947 | signalling an error if used while defining a macro. | 947 | before calling it, if used while defining a macro. |
| 948 | 948 | ||
| 949 | In addition, when ending or calling a macro with C-x e, the macro can | 949 | In addition, when ending or calling a macro with C-x e, the macro can |
| 950 | be repeated immediately by typing just the `e'. You can customize | 950 | be repeated immediately by typing just the `e'. You can customize |
| 951 | this behaviour via the variable kmacro-call-repeat-key and | 951 | this behaviour via the variable kmacro-call-repeat-key and |
| 952 | kmacro-call-repeat-with-arg. | 952 | kmacro-call-repeat-with-arg. |
| 953 | 953 | ||
| 954 | Keyboard macros can now be debugged and edited interactively. | ||
| 955 | C-x C-k SPC will step through the last keyboard macro one key sequence | ||
| 956 | at 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 | ||