[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: |
Mon, 19 Aug 2002 19:14:46 -0400 |
Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.725 emacs/etc/NEWS:1.726
*** emacs/etc/NEWS:1.725 Mon Aug 19 17:39:58 2002
--- emacs/etc/NEWS Mon Aug 19 19:14:45 2002
***************
*** 914,923 ****
the last macro. While defining the macro, F7 inserts a counter value
which automatically increments every time the macro is executed.
! M-F7 edits the last macro, C-F7 sets the counter, and S-F7 sets the
! counter format. S-F8 executes the previous macro (actually the head of
! the keyboard macro ring), and C-F8 cycles through the keyboard macro
! ring. C-u F8 swaps the last macro with the head of the macro ring.
+++
*** Calc is now part of the Emacs distribution.
--- 914,931 ----
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
! defined macros.
!
! The C-x C-k sequence is now a prefix for the kmacro keymap which
! defines bindings for moving through the keyboard macro ring,
! C-x C-k C-p and C-x C-k C-n, editing the last macro C-x C-k C-e,
! manipulating the macro counter and format via C-x C-k C-c,
! C-x C-k C-a, and C-x C-k C-f. See the commentary in kmacro.el
! for more commands.
!
! The normal macro bindings C-x (, C-x ), and C-x e now interfaces to
! the keyboard macro ring.
+++
*** 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 <=
- [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, 2002/08/29
- [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