diff options
| -rw-r--r-- | man/misc.texi | 23 |
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 | |||
| 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 | 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 | |||
| 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 |