diff options
| author | Richard M. Stallman | 2007-12-23 21:46:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-12-23 21:46:25 +0000 |
| commit | d03b9b3108cc27e5c8058788ffcb32068ec0d953 (patch) | |
| tree | 5d3f1150f6263fe455a2fc0af82332536ad01d0b /etc | |
| parent | 55d77548e7e8cb10ca1690259f82ba541f7d9bd3 (diff) | |
| download | emacs-d03b9b3108cc27e5c8058788ffcb32068ec0d953.tar.gz emacs-d03b9b3108cc27e5c8058788ffcb32068ec0d953.zip | |
(region-active-p): New function.
(use-empty-active-region): New variable.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -149,6 +149,9 @@ word at point. | |||
| 149 | ** TAB now indents the region if the region is active and | 149 | ** TAB now indents the region if the region is active and |
| 150 | `transient-mark-mode' is turned on. | 150 | `transient-mark-mode' is turned on. |
| 151 | 151 | ||
| 152 | ** `use-empty-active-region' controls whether an empty active region | ||
| 153 | in Transient Mark mode should make commands operate on that empty region. | ||
| 154 | |||
| 152 | ** C-z now invokes `suspend-frame', C-x C-c now invokes | 155 | ** C-z now invokes `suspend-frame', C-x C-c now invokes |
| 153 | `save-buffers-kill-terminal'. | 156 | `save-buffers-kill-terminal'. |
| 154 | 157 | ||
| @@ -439,6 +442,9 @@ variable as having been made within Custom. | |||
| 439 | ** `frame-inherited-parameters' lets new frames inherit parameters from | 442 | ** `frame-inherited-parameters' lets new frames inherit parameters from |
| 440 | the selected frame. | 443 | the selected frame. |
| 441 | 444 | ||
| 445 | ** Commands should use `region-active-p' to test whether there is | ||
| 446 | an active region that they should operate on. | ||
| 447 | |||
| 442 | ** New keymap `input-decode-map' overrides like key-translation-map, but | 448 | ** New keymap `input-decode-map' overrides like key-translation-map, but |
| 443 | applies before function-key-map. Also it is terminal-local contrary to | 449 | applies before function-key-map. Also it is terminal-local contrary to |
| 444 | key-translation-map. Terminal-specific key-sequences are generally added to | 450 | key-translation-map. Terminal-specific key-sequences are generally added to |