[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/mouse-copy.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/mouse-copy.el |
Date: |
Fri, 30 Aug 2002 07:01:30 -0400 |
Index: emacs/lisp/mouse-copy.el
diff -c emacs/lisp/mouse-copy.el:1.3 emacs/lisp/mouse-copy.el:1.4
*** emacs/lisp/mouse-copy.el:1.3 Thu May 29 13:48:38 1997
--- emacs/lisp/mouse-copy.el Fri Aug 30 07:01:29 2002
***************
*** 115,126 ****
and under post-19.29 but not early versions of emacs.
19.29 and 19.30 seems to drop mouse drag events
! sometimes. (Reproducable under XFree86-3.1.1 (X11R6pl11) and
XFree86-3.1.2 under Linux 1.2.x. Doesn't occur under X11R5 and SunOS
4.1.1.)
To see if you have the problem:
! Disable this routine (with (setq mouse-copy-have-drag-bug nil))..
Click and drag for a while.
If highlighting stops tracking, you have the bug.
If you have the bug (or the real fix :-), please let me know."
--- 115,126 ----
and under post-19.29 but not early versions of emacs.
19.29 and 19.30 seems to drop mouse drag events
! sometimes. (Reproducible under XFree86-3.1.1 (X11R6pl11) and
XFree86-3.1.2 under Linux 1.2.x. Doesn't occur under X11R5 and SunOS
4.1.1.)
To see if you have the problem:
! Disable this routine (with (setq mouse-copy-have-drag-bug nil)).
Click and drag for a while.
If highlighting stops tracking, you have the bug.
If you have the bug (or the real fix :-), please let me know."