comparison etc/NEWS @ 46962:aeb54264d594

Describe new kmacro features.
author Kim F. Storm <storm@cua.dk>
date Mon, 19 Aug 2002 23:14:45 +0000
parents 2566b90da6fc
children eeab5bdaffa2
comparison
equal deleted inserted replaced
46961:7e8358ec31ba 46962:aeb54264d594
912 Basically, it uses two function keys (default F7 and F8) like this: 912 Basically, it uses two function keys (default F7 and F8) like this:
913 F7 starts a macro, F8 ends the macro, and pressing F8 again executes 913 F7 starts a macro, F8 ends the macro, and pressing F8 again executes
914 the last macro. While defining the macro, F7 inserts a counter value 914 the last macro. While defining the macro, F7 inserts a counter value
915 which automatically increments every time the macro is executed. 915 which automatically increments every time the macro is executed.
916 916
917 M-F7 edits the last macro, C-F7 sets the counter, and S-F7 sets the 917 There is now a keyboard macro ring which stores the most recently
918 counter format. S-F8 executes the previous macro (actually the head of 918 defined macros.
919 the keyboard macro ring), and C-F8 cycles through the keyboard macro 919
920 ring. C-u F8 swaps the last macro with the head of the macro ring. 920 The C-x C-k sequence is now a prefix for the kmacro keymap which
921 defines bindings for moving through the keyboard macro ring,
922 C-x C-k C-p and C-x C-k C-n, editing the last macro C-x C-k C-e,
923 manipulating the macro counter and format via C-x C-k C-c,
924 C-x C-k C-a, and C-x C-k C-f. See the commentary in kmacro.el
925 for more commands.
926
927 The normal macro bindings C-x (, C-x ), and C-x e now interfaces to
928 the keyboard macro ring.
921 929
922 +++ 930 +++
923 *** Calc is now part of the Emacs distribution. 931 *** Calc is now part of the Emacs distribution.
924 932
925 Calc is an advanced desk calculator and mathematical tool written in 933 Calc is an advanced desk calculator and mathematical tool written in