From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: imtellipoint mouse button-2 is broken on woe32 Date: Wed, 11 Jun 2003 18:02:16 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3EE76098.1000605@gnu.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1055350970 1089 80.91.224.249 (11 Jun 2003 17:02:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 11 Jun 2003 17:02:50 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 11 19:02:47 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Q8yV-0000C8-00 for ; Wed, 11 Jun 2003 19:01:27 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Q9JZ-0003ue-00 for ; Wed, 11 Jun 2003 19:23:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Q8zv-0000CM-JP for emacs-devel@quimby.gnus.org; Wed, 11 Jun 2003 13:02:55 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Q8zZ-0000BD-Dj for emacs-devel@gnu.org; Wed, 11 Jun 2003 13:02:33 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Q8zV-0000AA-VW for emacs-devel@gnu.org; Wed, 11 Jun 2003 13:02:32 -0400 Original-Received: from [209.61.173.204] (helo=integrasp.com) by monty-python.gnu.org with smtp (Exim 4.20) id 19Q8yy-0008Gb-85 for emacs-devel@gnu.org; Wed, 11 Jun 2003 13:01:56 -0400 Original-Received: (qmail 3751 invoked from network); 11 Jun 2003 16:56:05 -0000 Original-Received: from host217-37-167-241.in-addr.btopenworld.com (HELO ntserver.altio.com) (217.37.167.241) by 66.216.96.43 with SMTP; 11 Jun 2003 16:56:05 -0000 Original-Received: from gnu.org (ALTIOJR [192.168.111.42]) by ntserver.altio.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id MTF9XMNR; Wed, 11 Jun 2003 18:02:00 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210 X-Accept-Language: en-us, en Original-To: sds@gnu.org In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15045 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15045 Sam Steingold wrote: > GNU Emacs 21.3.50.1 (i386-msvc-nt5.0.2195) > of 2003-06-11 on WINSTEINGOLDLAP > --with-msvc (12.00) > > I have an "MS IntelliPoint" wheel mouse and a recent dell laptop. > The mouse wheel works as it should, as do right and left buttons. > The button-2, i.e., the click on the wheel, does not do what it should > (i.e., emacs button press or paste or whatever we are all used to), > instead, it works as if I left-click, hold and drag the scroll bar. There was a thread in gnu.emacs.help recently (in the last week or so) where this problem was solved. The problem is caused by your mouse driver, not by anything Emacs does. Usually when the driver is set for the behaviour you describe, clicking the wheel twice will send the mouse-2 event through to Emacs. > appears to be > relevant, but I do not read Japanese and the variables mentioned there > are not present in the cvs head Emacs. This message just reiterates what I said above: that it is the mouse driver that determines wheel-click behaviour on Windows.