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

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

bug#13523: 24.2.92; [regression] mark-active


From: Stefan Monnier
Subject: bug#13523: 24.2.92; [regression] mark-active
Date: Wed, 23 Jan 2013 07:48:48 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> It then uses track-mouse to watch for further mouse events.
> If at the end, point has not moved and the last event was
> mouse-set-point or mouse-set-region, it deactivates and pops the mark.

It should probably unconditionally deactivate the mark and let the
command of the up event run in the normal way.

> Is the intention that people bind down-mouse-1 as well/instead of
> mouse-1, or that things bound to mouse-1 deactivate mark, or can the
> multi-click detection be changed somehow to avoid this?

It can be changed, but IIRC this might be tricky.  Partly because the
current code is pretty tricky already.


        Stefan





reply via email to

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