emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/man/killing.texi
Date: Fri, 09 Dec 2005 09:57:33 -0500

Index: emacs/man/killing.texi
diff -c emacs/man/killing.texi:1.44 emacs/man/killing.texi:1.45
*** emacs/man/killing.texi:1.44 Thu Nov 10 01:24:23 2005
--- emacs/man/killing.texi      Fri Dec  9 14:57:33 2005
***************
*** 655,674 ****
  applications.  @kbd{C-x} means cut (kill), @kbd{C-c} copy, @kbd{C-v}
  paste (yank), and @kbd{C-z} undo.  Standard Emacs commands like
  @kbd{C-x C-c} still work, because @kbd{C-x} and @kbd{C-c} only take
! effect when the mark is active.  However, if you don't want these
! bindings at all, set @code{cua-enable-cua-keys} to @code{nil}.
  
    In CUA mode, using @kbd{Shift} together with the movement keys
! activates the region over which they move.  The standard (unshifted)
! movement keys deactivate the mark, and typed text replaces the active
! region as in Delete-Selection mode (@pxref{Graphical Kill}).
  
  @cindex rectangle highlighting
    CUA mode provides enhanced rectangle support with visible
  rectangle highlighting.  Use @kbd{C-RET} to start a rectangle,
  extend it using the movement commands, and cut or copy it using
! @kbd{C-x} or @kbd{C-c}.  When a rectangle is active, text you type is
! automatically inserted before or after each line in the rectangle.
  
    With CUA you can easily copy text and rectangles into and out of
  registers by providing a one-digit numeric prefix the the kill, copy,
--- 655,683 ----
  applications.  @kbd{C-x} means cut (kill), @kbd{C-c} copy, @kbd{C-v}
  paste (yank), and @kbd{C-z} undo.  Standard Emacs commands like
  @kbd{C-x C-c} still work, because @kbd{C-x} and @kbd{C-c} only take
! effect when the mark is active (and the region is highlighted).
! However, if you don't want these bindings at all, set
! @code{cua-enable-cua-keys} to @code{nil}.
  
    In CUA mode, using @kbd{Shift} together with the movement keys
! activates and highlights the region over which they move.  The
! standard (unshifted) movement keys deactivate the mark, and typed text
! replaces the active region as in Delete-Selection mode
! (@pxref{Graphical Kill}).
! 
!   To run a command like @kbd{C-x C-f} while the mark is active, use
! one of the following methods: either hold @kbd{Shift} together with
! the prefix key, e.g. @kbd{S-C-x C-f}, or quickly type the prefix key
! twice, e.g. @kbd{C-x C-x C-f}.
  
  @cindex rectangle highlighting
    CUA mode provides enhanced rectangle support with visible
  rectangle highlighting.  Use @kbd{C-RET} to start a rectangle,
  extend it using the movement commands, and cut or copy it using
! @kbd{C-x} or @kbd{C-c}.  @kbd{RET} moves the cursor to the next
! (clockwise) corner of the rectangle, so you can easily expand it in
! any direction.  Normal text you type is inserted to the left or right
! of each line in the rectangle (on the same side as the cursor).
  
    With CUA you can easily copy text and rectangles into and out of
  registers by providing a one-digit numeric prefix the the kill, copy,




reply via email to

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