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 19:05:00 +0100 Message-ID: References: <444F60AD.50106@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1146074827 30260 80.91.229.2 (26 Apr 2006 18:07:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Apr 2006 18:07:07 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 26 20:06:55 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 1FYoPV-0005sj-O4 for ged-emacs-devel@m.gmane.org; Wed, 26 Apr 2006 20:06:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYoPV-0005wg-5N for ged-emacs-devel@m.gmane.org; Wed, 26 Apr 2006 14:06:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYoPJ-0005vt-E1 for emacs-devel@gnu.org; Wed, 26 Apr 2006 14:06:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYoPG-0005v4-1C for emacs-devel@gnu.org; Wed, 26 Apr 2006 14:06:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYoPF-0005v0-Rf for emacs-devel@gnu.org; Wed, 26 Apr 2006 14:06:29 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FYoRz-0004Nf-9s for emacs-devel@gnu.org; Wed, 26 Apr 2006 14:09:19 -0400 Original-Received: from wanchan.jasonrumney.net (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id k3QI6RNs029646; Wed, 26 Apr 2006 19:06:28 +0100 Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 916BA125; Wed, 26 Apr 2006 19:06:27 +0100 (BST) Original-To: klaus.berndl@sdm.de In-Reply-To: <444F60AD.50106@gnu.org> (Jason Rumney's message of "Wed, 26 Apr 2006 12:59:41 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) 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:53487 Jason Rumney writes: > 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. In fact, the timeout case was catered for already, but there were two cases where we preempted the timer that weren't. I've fixed this now.