From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: ignore mouse-wheel press during rotation Date: Fri, 03 Feb 2006 10:21:55 +0000 Message-ID: <43E32EC3.3090906@gnu.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1138989798 19684 80.91.229.2 (3 Feb 2006 18:03:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Feb 2006 18:03:18 +0000 (UTC) Cc: Drew Adams , Emacs-Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 03 19:03:14 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F55GG-0001aG-0O for ged-emacs-devel@m.gmane.org; Fri, 03 Feb 2006 19:02:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F557c-000165-SX for ged-emacs-devel@m.gmane.org; Fri, 03 Feb 2006 12:53:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F4yJI-0001ix-L6 for emacs-devel@gnu.org; Fri, 03 Feb 2006 05:37:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F4yEy-0008S7-KV for emacs-devel@gnu.org; Fri, 03 Feb 2006 05:32:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F4y7x-00063j-3I for emacs-devel@gnu.org; Fri, 03 Feb 2006 05:25:17 -0500 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F4y6w-0005DQ-Bb for emacs-devel@gnu.org; Fri, 03 Feb 2006 05:24:14 -0500 Original-Received: from ASSP-nospam (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id RFB2B37H; Fri, 3 Feb 2006 10:16:10 -0000 Original-Received: from 192.168.111.59 ([192.168.111.59] helo=[192.168.111.59]) by ASSP-nospam ; 3 Feb 06 10:16:10 -0000 User-Agent: Thunderbird 1.5 (Windows/20051201) Original-To: "Kim F. Storm" In-Reply-To: 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:49966 Archived-At: Kim F. Storm wrote: > "Drew Adams" writes: > This is already fixed (a long time ago) in the mwheel package used > with X (at least). > > Perhaps you are on Windoze which IIRC has native mouse wheel support > but might not ignore mouse clicks while scrolling... > Windows uses the code in mwheel.el. Only the names of the events are different, and this is taken care of by variables in mwheel.el.