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: Fri, 03 Feb 2006 21:21:11 +0200 Message-ID: References: <43E32E51.7010706@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1139003603 10836 80.91.229.2 (3 Feb 2006 21:53:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Feb 2006 21:53:23 +0000 (UTC) Cc: drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 03 22:53:21 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 1F58ro-0001iP-IN for ged-emacs-devel@m.gmane.org; Fri, 03 Feb 2006 22:53:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F58uz-0000MH-Qf for ged-emacs-devel@m.gmane.org; Fri, 03 Feb 2006 16:56:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F56Xs-0000yA-Da for emacs-devel@gnu.org; Fri, 03 Feb 2006 14:24:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F56Xp-0000wt-Lb for emacs-devel@gnu.org; Fri, 03 Feb 2006 14:24:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F56Xo-0000w6-6y for emacs-devel@gnu.org; Fri, 03 Feb 2006 14:24:32 -0500 Original-Received: from [192.114.186.17] (helo=gandalf.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F56Wl-000824-VZ; Fri, 03 Feb 2006 14:23:28 -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 HTP01514; Fri, 3 Feb 2006 21:21:06 +0200 (IST) Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-29-144.inter.net.il [80.230.29.144]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CPW44758 (AUTH halo1); Fri, 3 Feb 2006 21:21:05 +0200 (IST) Original-To: Jason Rumney In-reply-to: <43E32E51.7010706@gnu.org> (message from Jason Rumney on Fri, 03 Feb 2006 10:20:01 +0000) 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:49982 Archived-At: > Date: Fri, 03 Feb 2006 10:20:01 +0000 > From: Jason Rumney > Cc: Emacs-Devel > > I don't think this is something that can be easily solved by ignoring > certain events, since it is impossible to know the user's real intention > and we are as likely to frustrate the user as help them. Right, and that's why my value of w32-swap-mouse-buttons is non-nil since long ago. That way, I don't need the wheel if I want mouse-2.