[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/etc/NEWS
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/etc/NEWS |
Date: |
Thu, 29 Aug 2002 09:12:05 -0400 |
Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.731 emacs/etc/NEWS:1.732
*** emacs/etc/NEWS:1.731 Wed Aug 28 08:51:06 2002
--- emacs/etc/NEWS Thu Aug 29 09:12:05 2002
***************
*** 915,923 ****
*** The new kmacro package provides a simpler user interface to
emacs' keyboard macro facilities.
! Basically, it uses two function keys (default F7 and F8) like this:
! F7 starts a macro, F8 ends the macro, and pressing F8 again executes
! the last macro. While defining the macro, F7 inserts a counter value
which automatically increments every time the macro is executed.
There is now a keyboard macro ring which stores the most recently
--- 915,923 ----
*** The new kmacro package provides a simpler user interface to
emacs' keyboard macro facilities.
! Basically, it uses two function keys (default F3 and F4) like this:
! F3 starts a macro, F4 ends the macro, and pressing F4 again executes
! the last macro. While defining the macro, F3 inserts a counter value
which automatically increments every time the macro is executed.
There is now a keyboard macro ring which stores the most recently
***************
*** 932,937 ****
--- 932,945 ----
The normal macro bindings C-x (, C-x ), and C-x e now interfaces to
the keyboard macro ring.
+
+ The C-x e command now terminates the current macro rather than
+ signalling an error if used while defining a macro.
+
+ In addition, when ending or calling a macro with C-x e, the macro can
+ be repeated immediately by typing just the `e'. You can customize
+ this behaviour via the variable kmacro-call-repeat-key and
+ kmacro-call-repeat-with-arg.
+++
*** Calc is now part of the Emacs distribution.
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/08/02
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/08/13
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/08/18
- [Emacs-diffs] Changes to emacs/etc/NEWS, Stefan Monnier, 2002/08/19
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F. Storm, 2002/08/19
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/08/20
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/08/27
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/08/27
- [Emacs-diffs] Changes to emacs/etc/NEWS, Miles Bader, 2002/08/27
- [Emacs-diffs] Changes to emacs/etc/NEWS, Francesco Potortì, 2002/08/28
- [Emacs-diffs] Changes to emacs/etc/NEWS,
Kim F. Storm <=
- [Emacs-diffs] Changes to emacs/etc/NEWS, Francesco Potortì, 2002/08/30
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F. Storm, 2002/08/30