[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: |
Sun, 08 Sep 2002 17:47:09 -0400 |
Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.736 emacs/etc/NEWS:1.737
*** emacs/etc/NEWS:1.736 Fri Sep 6 05:07:31 2002
--- emacs/etc/NEWS Sun Sep 8 17:47:08 2002
***************
*** 943,955 ****
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.
--- 943,959 ----
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 automatically terminates the current macro
! before calling it, 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.
+
+ Keyboard macros can now be debugged and edited interactively.
+ C-x C-k SPC will step through the last keyboard macro one key sequence
+ at a time, prompting for the actions to take.
+++
*** Calc is now part of the Emacs distribution.
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/09/01
- [Emacs-diffs] Changes to emacs/etc/NEWS, Juanma Barranquero, 2002/09/06
- [Emacs-diffs] Changes to emacs/etc/NEWS,
Kim F. Storm <=
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/09/09
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F. Storm, 2002/09/11
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/09/11
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F. Storm, 2002/09/14
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/09/16
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/09/18