help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: how and why does keyboard input unhighlight the mouse-selected regio


From: Kevin Rodgers
Subject: Re: how and why does keyboard input unhighlight the mouse-selected region?
Date: Fri, 05 Sep 2003 12:43:11 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Sandip Chitale wrote:

This may be the answer.

deactivate-mark's value is t

Documentation:
If an editing command sets this to t, deactivate the mark afterward.
The command loop sets this to nil before each command,
and tests the value when the command returns.
Buffer modification stores t in this variable.

Yes, but even if I set it to nil with `M-:', select a region with the
mouse, and type a prefix character (C-h), the highlighting goes away.  I
can examine its value with `M-:' after selecting the region, which verifies
that it is still nil.  Merely typing a key causes the the highlighting to
disappear, even though no command has been executed.

--
Kevin Rodgers



reply via email to

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