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 11:26:49 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1139108873 9646 80.91.229.2 (5 Feb 2006 03:07:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Feb 2006 03:07:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 05 04:07:51 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 1F5aFe-0001a5-IS for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2006 04:07:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F5aIs-0002HC-3A for ged-emacs-devel@m.gmane.org; Sat, 04 Feb 2006 22:11:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F5Y2x-0003wG-0b for emacs-devel@gnu.org; Sat, 04 Feb 2006 19:46:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F5VLC-0003AU-0W for emacs-devel@gnu.org; Sat, 04 Feb 2006 16:53:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F5UbT-0004ye-Px for emacs-devel@gnu.org; Sat, 04 Feb 2006 16:05:56 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F5JjG-00035h-Nw for emacs-devel@gnu.org; Sat, 04 Feb 2006 04:29:14 -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 DMK57795 (AUTH halo1); Sat, 4 Feb 2006 11:26:42 +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:50023 Archived-At: > From: "Drew Adams" > Date: Fri, 3 Feb 2006 07:57:57 -0800 > > > 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. > > Be that as it may, this problem is not fixed in Windows, at least as of June > 2005 CVS. Can you publish a recipe to reproduce this problem? With that recipe, please tell what mouse do you have and what does clicking on the wheel do in Windows (look under Start->Settings->Control Panel->Mouse), because the default action in Windows, at least with the IntelliPoint mouse, is to switch to another frame, which normally prevents Emacs from ever seeing the wheel click. In other words, I couldn't reproduce your problem with the default settings of the mouse.