comparison man/misc.texi @ 66783:0c3c7b55da00

(Emulation): Move CUA bindings item to killing.texi.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Nov 2005 23:22:23 +0000
parents 24b48f5420b7
children 1a876a016f0a 7beb78bc1f8e
comparison
equal deleted inserted replaced
66782:e30f43430f3c 66783:0c3c7b55da00
2133 2133
2134 Most of the EDT emulation commands are keypad keys, and most standard 2134 Most of the EDT emulation commands are keypad keys, and most standard
2135 Emacs key bindings are still available. The EDT emulation rebindings 2135 Emacs key bindings are still available. The EDT emulation rebindings
2136 are done in the global keymap, so there is no problem switching 2136 are done in the global keymap, so there is no problem switching
2137 buffers or major modes while in EDT emulation. 2137 buffers or major modes while in EDT emulation.
2138
2139 @item CUA bindings
2140 @findex cua-mode
2141 @vindex cua-mode
2142 @cindex CUA key bindings
2143 @vindex cua-enable-cua-keys
2144 The command @kbd{M-x cua-mode} sets up key bindings that are
2145 compatible with the Common User Access (CUA) system used in many other
2146 applications. @kbd{C-x} means cut (kill), @kbd{C-c} copy, @kbd{C-v}
2147 paste (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
2149 effect when the mark is active. However, if you don't want these
2150 bindings at all, set @code{cua-enable-cua-keys} to @code{nil}.
2151
2152 In CUA mode, using @kbd{Shift} together with the movement keys
2153 activates the region over which they move. The standard (unshifted)
2154 movement keys deactivate the mark, and typed text replaces the active
2155 region as in Delete-Selection mode (@pxref{Graphical Kill}).
2156
2157 CUA mode also provides enhanced rectangle support with visible
2158 rectangle highlighting. Use @kbd{Shift-RET} to start a rectangle,
2159 extend it using the movement commands, and cut or copy it using
2160 @kbd{C-x} or @kbd{C-c}.
2161 2138
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
2165 @kbd{M-x tpu-edt-on} turns on emulation of the TPU editor emulating EDT. 2142 @kbd{M-x tpu-edt-on} turns on emulation of the TPU editor emulating EDT.