From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Problem with `while-no-input' Date: Wed, 26 Apr 2006 12:59:41 +0100 Message-ID: <444F60AD.50106@gnu.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1146052850 4952 80.91.229.2 (26 Apr 2006 12:00:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Apr 2006 12:00:50 +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:00:47 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 1FYihD-0003GD-Cv for ged-emacs-devel@m.gmane.org; Wed, 26 Apr 2006 14:00:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYihC-00033e-VJ for ged-emacs-devel@m.gmane.org; Wed, 26 Apr 2006 08:00:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYigZ-0002tI-61 for emacs-devel@gnu.org; Wed, 26 Apr 2006 07:59:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYigX-0002sc-Pc for emacs-devel@gnu.org; Wed, 26 Apr 2006 07:59:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYigX-0002sR-EL for emacs-devel@gnu.org; Wed, 26 Apr 2006 07:59:57 -0400 Original-Received: from [213.86.207.50] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FYijD-000241-24 for emacs-devel@gnu.org; Wed, 26 Apr 2006 08:02:43 -0400 Original-Received: from ASSP-nospam (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id JR0VHN9V; Wed, 26 Apr 2006 12:52:48 +0100 Original-Received: from 192.168.111.65 ([192.168.111.65] helo=[192.168.111.65]) by ASSP-nospam ; 26 Apr 06 11:52:48 -0000 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) Original-To: klaus.berndl@sdm.de 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:53466 Archived-At: 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: > - all keys > - middle-mouse of a 3 button mouse > - mouse-wheel > > It interrupts *not* via left and right mouse-buttons... > Is the value of w32-num-mouse-buttons 2? 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. So there is probably a case missing in the timeout for simulated middle button clicks for two button mice.