diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-02-17 13:04:17 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-02-17 13:04:17 -0500 |
commit | 6faf982a0e21895e1a3aa682a5cecd74b609a30d (patch) | |
tree | c8032c1193080cbb84a55045bb2004c1098242d2 /doc/emacs/killing.texi | |
parent | 2a77e3e22282c105f53a17dcd73771bbe222a822 (diff) | |
download | emacs-6faf982a0e21895e1a3aa682a5cecd74b609a30d.tar.gz emacs-6faf982a0e21895e1a3aa682a5cecd74b609a30d.tar.bz2 emacs-6faf982a0e21895e1a3aa682a5cecd74b609a30d.zip |
* doc/emacs/killing.texi (CUA Bindings): Document the new relationship between
cua-mode and delete-selection mode.
(CUA Bindings): Mention that rectangle mode can be used on its own.
* doc/emacs/programs.texi (Matching): Fix typo.
* doc/lispref/minibuf.texi (Completion Commands): Don't document obsolete
`common-substring' arg of display-completion-list.
Diffstat (limited to 'doc/emacs/killing.texi')
-rw-r--r-- | doc/emacs/killing.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index 77dfad04bef..1826c668aa5 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi @@ -866,8 +866,9 @@ the prefix key twice, e.g., @kbd{C-x C-x C-f}. while retaining the other features of CUA mode described below, set the variable @code{cua-enable-cua-keys} to @code{nil}. - In CUA mode, typed text replaces the active region as in -Delete-Selection mode (@pxref{Mouse Commands}). + CUA mode by default activates Delete-Selection mode (@pxref{Mouse Commands}) +so that typed text replaces the active region. To use CUA without this +behavior, set the variable @code{cua-delete-selection} to @code{nil}. @cindex rectangle highlighting CUA mode provides enhanced rectangle support with visible @@ -878,6 +879,9 @@ extend it using the movement commands, and cut or copy it using 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). + You can use this rectangle support without activating CUA by calling the +@code{cua-rectangle-mark-mode} command. + With CUA you can easily copy text and rectangles into and out of registers by providing a one-digit numeric prefix to the kill, copy, and yank commands, e.g., @kbd{C-1 C-c} copies the region into register |