emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Shift selection using interactive spec


From: Robert J. Chassell
Subject: Re: Shift selection using interactive spec
Date: Sun, 16 Mar 2008 12:58:25 +0000 (UTC)

As far as I can see, `transient-mark-mode' is a misnomer for
`transient-activated-region'.

The region that `C-x C-x' runs (exchange-point-and-mark) is not
normally highighted since that would leave highlighting when people
navigate with marks.  

You will note that `exchange-point-and-mark' does not turn on
`transient-mark-mode'; only `exchange-point-and-mark' with a prefix
argument does.  The command set-mark-command with a prefix argument
not only pops the mark, it does not show highlighting even when
`transient-mark-mode' is on.

It is a good idea to highlight non-standard activated regions with a
different color than a turned-on `transient-mark-mode' produces since
people cannot simply look a word ahead or look at a whole buffer to
see such an activated region.


    Today's GNU Emacs CVS snapshot, Sun, 2008 Mar 16  10:46 UTC
    GNU Emacs 23.0.60.22 (i686-pc-linux-gnu, GTK+ Version 2.12.5)
    started with

         src/emacs --q -nbc

-- 
    Robert J. Chassell                          GnuPG Key ID: 004B4AC8
    address@hidden                         address@hidden
    http://www.rattlesnake.com                  http://www.teak.cc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]