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

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

Re: double-clicking on closing paren - wrong region marked


From: Stefan Monnier
Subject: Re: double-clicking on closing paren - wrong region marked
Date: Mon, 12 Mar 2007 10:44:38 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

> What about the case where the user moves the mouse around substantially
> but brings it back to the same place (although it's over a different
> character, so he can't tell it's the same)?

This used to result in a click in Emacs-21, and I've changed it to a drag in
Emacs-22.


        Stefan


PS: this needs to be qualified, because the decision is taken twice: once in
the C code to decide whether the up even is a drag-mouse-1 or just mouse-1,
and once in elisp in mouse-drag-region.  My change was only to the C code,
because the elisp code already considered such situations as drags, but the
discrepency between the two resulted in odd behaviors.




reply via email to

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