diff options
| author | Richard M. Stallman | 2007-12-25 20:19:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-12-25 20:19:13 +0000 |
| commit | 4496b02bedf7bf5c98249ae486ca80bd049fa9f0 (patch) | |
| tree | de7b14cf273cda56e6ae195641a249855307931c /etc | |
| parent | 63571b5a84eaec1b14768d284f4613502810a1d7 (diff) | |
| download | emacs-4496b02bedf7bf5c98249ae486ca80bd049fa9f0.tar.gz emacs-4496b02bedf7bf5c98249ae486ca80bd049fa9f0.zip | |
(yank-pop-change-selection): New option.
(current-kill): Obey it.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -165,6 +165,10 @@ makes the new region into the primary selection (for interaction with | |||
| 165 | other window applications). If you enable this, you might want to bind | 165 | other window applications). If you enable this, you might want to bind |
| 166 | `mouse-yank-primary' to Mouse-2. | 166 | `mouse-yank-primary' to Mouse-2. |
| 167 | 167 | ||
| 168 | ** If `yank-pop-change-selection' is t, rotating the kill ring | ||
| 169 | also updates the selection or clipboard to the current yank, | ||
| 170 | just as M-w would do so with the text it copies to the kill ring. | ||
| 171 | |||
| 168 | ** Minibuffer changes: | 172 | ** Minibuffer changes: |
| 169 | 173 | ||
| 170 | *** In C-x d, if you type M-n you get the visited file name of the | 174 | *** In C-x d, if you type M-n you get the visited file name of the |