> 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.


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to