From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: ignore mouse-wheel press during rotation Date: Sat, 04 Feb 2006 14:51:48 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1139094435 9847 80.91.229.2 (4 Feb 2006 23:07:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Feb 2006 23:07:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 05 00:07:13 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 1F5WUm-0005O9-As for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2006 00:07:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F5W9e-0003b9-Kf for ged-emacs-devel@m.gmane.org; Sat, 04 Feb 2006 17:45:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F5VWj-0006oR-HE for emacs-devel@gnu.org; Sat, 04 Feb 2006 17:05:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F5VBH-0008NU-69 for emacs-devel@gnu.org; Sat, 04 Feb 2006 16:42:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F5Ua9-0004nd-OW for emacs-devel@gnu.org; Sat, 04 Feb 2006 16:04:33 -0500 Original-Received: from [192.114.186.17] (helo=gandalf.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F5Mvm-00070I-61 for emacs-devel@gnu.org; Sat, 04 Feb 2006 07:54:22 -0500 Original-Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HTS11461; Sat, 4 Feb 2006 14:51:42 +0200 (IST) Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-205-46.inter.net.il [83.130.205.46]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CPY57707 (AUTH halo1); Sat, 4 Feb 2006 14:51:41 +0200 (IST) Original-To: "Drew Adams" 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:50005 Archived-At: > From: "Drew Adams" > Date: Thu, 2 Feb 2006 16:03:27 -0800 > > > Perhaps you are on Windoze which IIRC has native mouse > > wheel support > > but might not ignore mouse clicks while scrolling... > > > > Yes, I am on Windows; I should have made that clear. > > > > "So, how about adding the fix to Emacs with native > > mouse-wheel support (e.g. Windows) also?", he suggested > > with trepidation. > > Problem is that "the fix" will be completely different, so somebody > need to write it ... > > Right. I figured that. But if this was something fixed for most platforms > way back in 2002, perhaps some Windows or mouse expert will bring Windows up > to date on this in 2006 ;-)? It is _already_ up to date: as Jason points out, the Windows port uses the same code in mwheel.el as the other ports. I don't think what you see has anything to do with MS-Windows specifics in Emacs, see my other mail in this thread.