emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/kmacro.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/kmacro.texi [lexbind]
Date: Sat, 04 Sep 2004 05:42:22 -0400

Index: emacs/man/kmacro.texi
diff -c emacs/man/kmacro.texi:1.3.2.1 emacs/man/kmacro.texi:1.3.2.2
*** emacs/man/kmacro.texi:1.3.2.1       Tue Oct 14 22:56:24 2003
--- emacs/man/kmacro.texi       Sat Sep  4 09:22:57 2004
***************
*** 165,171 ****
  a consequence it re-executes the macro as previously defined.
  
    You can also add to the end of the definition of the last keyboard
! macro without re-execuing it by typing @kbd{C-u C-u C-x (}.
  
    The variable @code{kmacro-execute-before-append} specifies whether
  a single @kbd{C-u} prefix causes the existing macro to be re-executed
--- 165,171 ----
  a consequence it re-executes the macro as previously defined.
  
    You can also add to the end of the definition of the last keyboard
! macro without re-executing it by typing @kbd{C-u C-u C-x (}.
  
    The variable @code{kmacro-execute-before-append} specifies whether
  a single @kbd{C-u} prefix causes the existing macro to be re-executed
***************
*** 218,224 ****
  in the echo area.  You can continue to rotate the macro ring
  immediately by repeating just @kbd{C-n} and @kbd{C-p} until the
  desired macro is at the head of the ring.  To execute the new macro
! ring head immediately, just type @kbd{C-k}.  
  
  @findex kmacro-view-macro-repeat
  @kindex C-x C-k C-v
--- 218,224 ----
  in the echo area.  You can continue to rotate the macro ring
  immediately by repeating just @kbd{C-n} and @kbd{C-p} until the
  desired macro is at the head of the ring.  To execute the new macro
! ring head immediately, just type @kbd{C-k}.
  
  @findex kmacro-view-macro-repeat
  @kindex C-x C-k C-v
***************
*** 361,367 ****
  @findex name-last-kbd-macro
  @kindex C-x C-k n
    If you wish to save a keyboard macro for later use, you can give it
! a name using @kbd{C-x C-k n} (@code{name-last-kbd-macro}). 
  This reads a name as an argument using the minibuffer and defines that name
  to execute the macro.  The macro name is a Lisp symbol, and defining it in
  this way makes it a valid command name for calling with @kbd{M-x} or for
--- 361,367 ----
  @findex name-last-kbd-macro
  @kindex C-x C-k n
    If you wish to save a keyboard macro for later use, you can give it
! a name using @kbd{C-x C-k n} (@code{name-last-kbd-macro}).
  This reads a name as an argument using the minibuffer and defines that name
  to execute the macro.  The macro name is a Lisp symbol, and defining it in
  this way makes it a valid command name for calling with @kbd{M-x} or for
***************
*** 377,383 ****
  key sequence you want the keyboard macro to be bound to.  You can
  bind to any key sequence in the global keymap, but since most key
  sequences already have other bindings, you should select the key
! sequence carefylly.  If you try to bind to a key sequence with an
  existing binding (in any keymap), you will be asked if you really
  want to replace the existing binding of that key.
  
--- 377,383 ----
  key sequence you want the keyboard macro to be bound to.  You can
  bind to any key sequence in the global keymap, but since most key
  sequences already have other bindings, you should select the key
! sequence carefully.  If you try to bind to a key sequence with an
  existing binding (in any keymap), you will be asked if you really
  want to replace the existing binding of that key.
  
***************
*** 448,454 ****
  @findex kmacro-step-edit-macro
  @kindex C-x C-k SPC
    You can interactively and stepwise replay and edit the last keyboard
! macro one command at a time by typing @kbd{C-x C-k SPC} 
  (@code{kmacro-step-edit-macro}).  Unless you quit the macro using
  @kbd{q} or @kbd{C-g}, the edited macro replaces the last macro on the
  macro ring.
--- 448,454 ----
  @findex kmacro-step-edit-macro
  @kindex C-x C-k SPC
    You can interactively and stepwise replay and edit the last keyboard
! macro one command at a time by typing @kbd{C-x C-k SPC}
  (@code{kmacro-step-edit-macro}).  Unless you quit the macro using
  @kbd{q} or @kbd{C-g}, the edited macro replaces the last macro on the
  macro ring.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]