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 15:06:55 +0200 Message-ID: References: <43E32E51.7010706@gnu.org> <873bj0m4ei.fsf-monnier+emacs@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1139095141 11908 80.91.229.2 (4 Feb 2006 23:19:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Feb 2006 23:19:01 +0000 (UTC) Cc: emacs-devel@gnu.org, drew.adams@oracle.com, jasonr@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 05 00:18:58 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 1F5Wfw-00080c-VQ for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2006 00:18:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F5W7p-0002r7-Db for ged-emacs-devel@m.gmane.org; Sat, 04 Feb 2006 17:43:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F5Vn5-0004Lx-7C for emacs-devel@gnu.org; Sat, 04 Feb 2006 17:21:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F5VTu-0005lp-3D for emacs-devel@gnu.org; Sat, 04 Feb 2006 17:02:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F5UZx-00050h-9G for emacs-devel@gnu.org; Sat, 04 Feb 2006 16:04:21 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F5NAG-0001Rv-Hc; Sat, 04 Feb 2006 08:09:20 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-205-46.inter.net.il [83.130.205.46]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DMK93897 (AUTH halo1); Sat, 4 Feb 2006 15:06:48 +0200 (IST) Original-To: Stefan Monnier In-reply-to: <873bj0m4ei.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Fri, 03 Feb 2006 18:04:29 -0500) 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:50006 Archived-At: > From: Stefan Monnier > Date: Fri, 03 Feb 2006 18:04:29 -0500 > Cc: Drew Adams , 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. > > We should probably just ignore mouse-[45] events while mouse-2 is pressed > (i.e. after down-mouse-2 but before the corresponding mouse-2). You mean, to add the complementary code that ignores mouse-[45] after mouse-2, like mouse-2 is now ignored after mouse-[45]?