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:56:17 +0200 Message-ID: References: <43E32EC3.3090906@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1139106079 3720 80.91.229.2 (5 Feb 2006 02:21:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Feb 2006 02:21:19 +0000 (UTC) Cc: emacs-devel@gnu.org, drew.adams@oracle.com, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 05 03:21:16 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 1F5ZWd-00025m-Qw for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2006 03:21:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F5ZZr-0005Ix-PF for ged-emacs-devel@m.gmane.org; Sat, 04 Feb 2006 21:24:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F5VN6-0003ff-Bp for emacs-devel@gnu.org; Sat, 04 Feb 2006 16:55:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F5Us5-0003G6-3K for emacs-devel@gnu.org; Sat, 04 Feb 2006 16:23:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F5Ua1-0005Q4-6a for emacs-devel@gnu.org; Sat, 04 Feb 2006 16:04:25 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F5Mzy-0008Ii-Rf; Sat, 04 Feb 2006 07:58:43 -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 DMK92339 (AUTH halo1); Sat, 4 Feb 2006 14:56:10 +0200 (IST) Original-To: Jason Rumney In-reply-to: <43E32EC3.3090906@gnu.org> (message from Jason Rumney on Fri, 03 Feb 2006 10:21:55 +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:50019 Archived-At: > Date: Fri, 03 Feb 2006 10:21:55 +0000 > From: Jason Rumney > Cc: Drew Adams , Emacs-Devel > > 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. Right, and indeed when I try this in today's CVS on Windows, I see no problem at all. Here's my recipe: . Start emacs -Q . Visit some file and copy something into the kill ring with "M-w" . Scroll down in the buffer by rotating the wheel, but apply pressure to the wheel, so that it clicks all the time during scrolling I don't see any text being yanked during the scroll. So it seems to work as intended.