From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.devel Subject: RE: Problem with `while-no-input' Date: Wed, 26 Apr 2006 14:58:22 +0200 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1146056332 18051 80.91.229.2 (26 Apr 2006 12:58:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Apr 2006 12:58:52 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 26 14:58:49 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 1FYjbO-0005dy-Mr for ged-emacs-devel@m.gmane.org; Wed, 26 Apr 2006 14:58:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYjbO-0004gy-AA for ged-emacs-devel@m.gmane.org; Wed, 26 Apr 2006 08:58:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYjbC-0004gs-Ew for emacs-devel@gnu.org; Wed, 26 Apr 2006 08:58:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYjbA-0004gW-Sm for emacs-devel@gnu.org; Wed, 26 Apr 2006 08:58:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYjbA-0004gR-KX for emacs-devel@gnu.org; Wed, 26 Apr 2006 08:58:28 -0400 Original-Received: from [192.76.162.229] (helo=world1.sdm.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FYjdq-0000Bm-4v; Wed, 26 Apr 2006 09:01:14 -0400 Original-Received: by world1.sdm.de (MTA) via esmtp from mucns1.muc.sdm.de ([193.102.180.22]) id 1FYjb6-0008P4-3V; Wed, 26 Apr 2006 14:58:24 +0200 Original-Received: by mucns1.muc.sdm.de (MTA) via esmtp from localhost ([127.0.0.1] helo=sdmmail1.sdm.de) id 1FYjb6-00071C-1f; Wed, 26 Apr 2006 14:58:24 +0200 Original-Received: from mucmail1.sdm.de ([193.102.180.175]) by sdmmail1.sdm.de with Microsoft SMTPSVC(6.0.3790.1830); Wed, 26 Apr 2006 14:58:23 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problem with `while-no-input' Thread-Index: AcZpMF+LygCZSgkBTBiLdjELxGtOvQAAGjgg Original-To: X-OriginalArrivalTime: 26 Apr 2006 12:58:23.0297 (UTC) FILETIME=[19C01310:01C66931] 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:53472 Archived-At: Thanks for explanation! =20 is not a big deal to set w32-num-mouse... in the emacs-setup...but = nevertheless: It would be better if Emacs would detect this for itself = ;-) I can not judge, if Lennarts suggestion in his posting is a good = approach because i do not have the needed knowhow - but maybe another = guy on this list...?! ;-) =20 Ciao, klaus ________________________________ From: Jason Rumney [mailto:jasonr@gnu.org]=20 Sent: Wednesday, April 26, 2006 2:52 PM To: Berndl, Klaus Cc: emacs-devel@gnu.org Subject: Re: Problem with `while-no-input' klaus.berndl@sdm.de wrote:=20 Jason Rumney wrote: =20 Is the value of w32-num-mouse-buttons 2? =20 =09 yes. =09 But i use a 3-button mouse! I didn't know that a user has explicitly set this variable to 3 if he uses a 3-button mouse?! Is this documented somewhere?? =20 It does no harm to have a 3 button mouse falsely detected as a 2-button = mouse, since it only means the hack of pressing left and right buttons = simultaneously to simulate a middle click is enabled when it does not = need to be. Most likely your mouse drivers do not support querying the = mouse for its capabilities so it is defaulting to the least common = denominator case.