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:10:33 +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 1146053538 7505 80.91.229.2 (26 Apr 2006 12:12:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Apr 2006 12:12:18 +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:12:13 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 1FYisA-0005OQ-W2 for ged-emacs-devel@m.gmane.org; Wed, 26 Apr 2006 14:11:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYisA-00027E-4s for ged-emacs-devel@m.gmane.org; Wed, 26 Apr 2006 08:11:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYiqy-0001az-Ip for emacs-devel@gnu.org; Wed, 26 Apr 2006 08:10:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYiqw-0001ZJ-AG for emacs-devel@gnu.org; Wed, 26 Apr 2006 08:10:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYiqw-0001ZC-0i for emacs-devel@gnu.org; Wed, 26 Apr 2006 08:10:42 -0400 Original-Received: from [192.76.162.229] (helo=world1.sdm.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FYitY-0003vI-LU; Wed, 26 Apr 2006 08:13:25 -0400 Original-Received: by world1.sdm.de (MTA) via esmtp from mucns1.muc.sdm.de ([193.102.180.22]) id 1FYiqp-0007NZ-Is; Wed, 26 Apr 2006 14:10:35 +0200 Original-Received: by mucns1.muc.sdm.de (MTA) via esmtp from localhost ([127.0.0.1] helo=sdmmail1.sdm.de) id 1FYiqp-0006Kn-H5; Wed, 26 Apr 2006 14:10:35 +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:10:34 +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: AcZpKQnEFxALRt7dQ7GQXX8qEINSuAAAML9g Original-To: X-OriginalArrivalTime: 26 Apr 2006 12:10:34.0602 (UTC) FILETIME=[6BDFF4A0:01C6692A] 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:53467 Archived-At: Jason Rumney wrote: > klaus.berndl@sdm.de wrote: >> I'm running a build from 22. April 2006 build for Windows >> (i386-mingw-nt5.1.2600). With this build it runs (i.e. interrupts) >> via:=20 >> - all keys >> - middle-mouse of a 3 button mouse >> - mouse-wheel >>=20 >> It interrupts *not* via left and right mouse-buttons... >>=20 > Is the value of w32-num-mouse-buttons 2? yes. 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?? Anyway: If i set w32-num-mouse-buttons to 3 via setq than all works = fine, means the code is interrupted by every mouse-button... Without this setting only button 2 interrupts, but not buttons 1 and = 3... > It seems not to interrupt for me if I set w32-num-mouse-buttons > explicitly to 2 and press the left or right mouse button quickly. > Probably related to w32-mouse-button-tolerance. >=20 > So there is probably a case missing in the timeout for simulated > middle button clicks for two button mice.