Mercurial > emacs
comparison etc/NEWS @ 47313:52f90db3f174
Keyboard macro improvements.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 08 Sep 2002 21:47:08 +0000 |
parents | 0f65e6f1d100 |
children | fd6bfaf82fa4 |
comparison
equal
deleted
inserted
replaced
47312:fff1584cdd4f | 47313:52f90db3f174 |
---|---|
941 for more commands. | 941 for more commands. |
942 | 942 |
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 | |
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. | |
953 | 957 |
954 +++ | 958 +++ |
955 *** Calc is now part of the Emacs distribution. | 959 *** Calc is now part of the Emacs distribution. |
956 | 960 |
957 Calc is an advanced desk calculator and mathematical tool written in | 961 Calc is an advanced desk calculator and mathematical tool written in |