aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2002-04-14 20:17:44 +0000
committerKim F. Storm <[email protected]>2002-04-14 20:17:44 +0000
commit66aa61d882aa92603e2e21c0fef13e125b82d790 (patch)
treea495e6a5d4b54903edfc59ddec427cbc032b05e9 /etc/NEWS
parent37b844b96a6b841f01ffd858a75c42cac28976d8 (diff)
Enhancements to set-mark-command and exchange-point-and-mark.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e1a741c48f..8aa5e859c7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -329,6 +329,17 @@ each time, so you can mark the next two sexps with M-C-SPC M-C-SPC,
for example. This feature also works for mark-end-of-sentence, if you
bind that to a key.
+** Repeating set-mark-command immediately, i.e. C-SPC C-SPC, will enable
+transient-mark-mode temporarily if not already enabled.
+
+** A prefix argument is no longer required to repeat a jump to a
+previous mark, i.e. C-u C-SPC C-SPC C-SPC ... will cycle through the
+mark ring. Use C-u C-u C-SPC to set the mark immediately after a jump.
+
+** When the mark is active, and transient-mark-mode is not enabled,
+C-u C-x C-x (exchange-point-and-mark) will temporarily activate
+transient-mark-mode.
+
** In the *Occur* buffer, `o' switches to it in another window, and
C-o displays the current line's occurrence in another window without
switching to it.