emacs-devel
[Top][All Lists]
Advanced

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

address@hidden: mouse-4/mouse-5 loses click modifiers]


From: Richard Stallman
Subject: address@hidden: mouse-4/mouse-5 loses click modifiers]
Date: Mon, 16 Jul 2007 11:50:15 -0400

Would someone please DTRT, then ack?

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY 
        autolearn=failed version=3.1.0
To: address@hidden
From: Juri Linkov <address@hidden>
Organization: JURTA
Date: Sun, 15 Jul 2007 23:08:44 +0300
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Subject: mouse-4/mouse-5 loses click modifiers

A recipe to reproduce this bug:

1. Run emacs -Q

2. M-: (get 'S-mouse-5 'event-symbol-elements) RET
(mouse-5 shift click)

3. Press the Shift key, and scroll the mouse wheel up/down.

4. M-: (get 'S-mouse-5 'event-symbol-elements) RET
(mouse-5 shift)

A list of modifiers now misses the `click' element that was here
initially.  As a result, mouse-avoidance-ignore-p fails to ignore
mouse wheel's scrolling events because it checks event-modifiers
for the `click' modifier.  The same bug applies to other modifiers
defined in `mouse-wheel-scroll-amount'.

GNU Emacs 22.1.50 (i686-pc-linux-gnu, GTK+ Version 2.10.12)

- -- 
Juri Linkov
http://www.jurta.org/emacs/


_______________________________________________
emacs-pretest-bug mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------




reply via email to

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