aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-11-09 23:22:23 +0000
committerKim F. Storm2005-11-09 23:22:23 +0000
commit64b8a8f67abb76670ca0983fca59686f63e56017 (patch)
tree72dff6e3352536398982365125830faa01a2f387
parent95a0306cc32ac4e5849ac1ce662d7f93a87cc740 (diff)
downloademacs-64b8a8f67abb76670ca0983fca59686f63e56017.tar.gz
emacs-64b8a8f67abb76670ca0983fca59686f63e56017.zip
(Emulation): Move CUA bindings item to killing.texi.
-rw-r--r--man/misc.texi23
1 files changed, 0 insertions, 23 deletions
diff --git a/man/misc.texi b/man/misc.texi
index 14dadbfc9d7..f1f19ea8b6a 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -2136,29 +2136,6 @@ Emacs key bindings are still available. The EDT emulation rebindings
2136are done in the global keymap, so there is no problem switching 2136are done in the global keymap, so there is no problem switching
2137buffers or major modes while in EDT emulation. 2137buffers or major modes while in EDT emulation.
2138 2138
2139@item CUA bindings
2140@findex cua-mode
2141@vindex cua-mode
2142@cindex CUA key bindings
2143@vindex cua-enable-cua-keys
2144The command @kbd{M-x cua-mode} sets up key bindings that are
2145compatible with the Common User Access (CUA) system used in many other
2146applications. @kbd{C-x} means cut (kill), @kbd{C-c} copy, @kbd{C-v}
2147paste (yank), and @kbd{C-z} undo. Standard Emacs commands like
2148@kbd{C-x C-c} still work, because @kbd{C-x} and @kbd{C-c} only take
2149effect when the mark is active. However, if you don't want these
2150bindings at all, set @code{cua-enable-cua-keys} to @code{nil}.
2151
2152In CUA mode, using @kbd{Shift} together with the movement keys
2153activates the region over which they move. The standard (unshifted)
2154movement keys deactivate the mark, and typed text replaces the active
2155region as in Delete-Selection mode (@pxref{Graphical Kill}).
2156
2157CUA mode also provides enhanced rectangle support with visible
2158rectangle highlighting. Use @kbd{Shift-RET} to start a rectangle,
2159extend it using the movement commands, and cut or copy it using
2160@kbd{C-x} or @kbd{C-c}.
2161
2162@item TPU (DEC VMS editor) 2139@item TPU (DEC VMS editor)
2163@findex tpu-edt-on 2140@findex tpu-edt-on
2164@cindex TPU 2141@cindex TPU