# HG changeset patch # User Kim F. Storm # Date 1018815464 0 # Node ID cff126affe7f811a4927352f433cdafa40ac098b # Parent 332679f37a67d32d6c6e12fd06ced7bf136e6dfa Enhancements to set-mark-command and exchange-point-and-mark. diff -r 332679f37a67 -r cff126affe7f etc/NEWS --- a/etc/NEWS Sun Apr 14 17:41:32 2002 +0000 +++ b/etc/NEWS Sun Apr 14 20:17:44 2002 +0000 @@ -329,6 +329,17 @@ 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.