diff options
| author | Chong Yidong | 2009-07-21 23:47:49 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-07-21 23:47:49 +0000 |
| commit | 551b1ac979cf6ac1c3a8ddaf1192d29a7bbe397c (patch) | |
| tree | 512c93cfb63decf6bd4e14bffaf2e6acb9403587 /etc | |
| parent | 28aaa2555d9faea5e0b536fd36aeffd633c36254 (diff) | |
| download | emacs-551b1ac979cf6ac1c3a8ddaf1192d29a7bbe397c.tar.gz emacs-551b1ac979cf6ac1c3a8ddaf1192d29a7bbe397c.zip | |
Move announcement of select-active-regions to 23.2 section.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -58,6 +58,11 @@ You can remove this query in two ways: either removing | |||
| 58 | `process-kill-buffer-query-function' from `kill-buffer-query-functions' or | 58 | `process-kill-buffer-query-function' from `kill-buffer-query-functions' or |
| 59 | setting the appropriate process flag with `set-process-query-on-exit-flag'. | 59 | setting the appropriate process flag with `set-process-query-on-exit-flag'. |
| 60 | 60 | ||
| 61 | ** If `select-active-regions' is t, any active region automatically | ||
| 62 | becomes the primary selection (for interaction with other window | ||
| 63 | applications). If you enable this, you might want to bind | ||
| 64 | `mouse-yank-primary' to Mouse-2. | ||
| 65 | |||
| 61 | 66 | ||
| 62 | * Changes in Specialized Modes and Packages in Emacs 23.2 | 67 | * Changes in Specialized Modes and Packages in Emacs 23.2 |
| 63 | 68 | ||
| @@ -558,11 +563,6 @@ under New Modes and Packages. | |||
| 558 | 563 | ||
| 559 | ** Primary selection changes | 564 | ** Primary selection changes |
| 560 | 565 | ||
| 561 | *** If `select-active-regions' is t, setting the mark automatically | ||
| 562 | makes the new region into the primary selection (for interaction with | ||
| 563 | other window applications). If you enable this, you might want to | ||
| 564 | bind `mouse-yank-primary' to Mouse-2. | ||
| 565 | |||
| 566 | *** You can disable kill ring commands from accessing the primary | 566 | *** You can disable kill ring commands from accessing the primary |
| 567 | selection by setting `x-select-enable-primary' to nil. | 567 | selection by setting `x-select-enable-primary' to nil. |
| 568 | 568 | ||