From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [juri@jurta.org: mouse-4/mouse-5 loses click modifiers] Date: Mon, 16 Jul 2007 11:50:15 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1184601098 2801 80.91.229.12 (16 Jul 2007 15:51:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Jul 2007 15:51:38 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 16 17:51:33 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IASrD-00088n-I2 for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2007 17:51:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IASrD-00062o-5C for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2007 11:51:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IASp8-0004yo-Jd for emacs-devel@gnu.org; Mon, 16 Jul 2007 11:49:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IASp8-0004yR-1K for emacs-devel@gnu.org; Mon, 16 Jul 2007 11:49:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IASp7-0004yK-PD for emacs-devel@gnu.org; Mon, 16 Jul 2007 11:49:21 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IASp7-0008S5-64 for emacs-devel@gnu.org; Mon, 16 Jul 2007 11:49:21 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IASpz-00017f-77; Mon, 16 Jul 2007 11:50:15 -0400 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:74899 Archived-At: 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: emacs-pretest-bug@gnu.org From: Juri Linkov 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 emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------