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:19:37 +0100 Message-ID: <444F5749.2010401@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 1146050414 28653 80.91.229.2 (26 Apr 2006 11:20:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Apr 2006 11:20:14 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 26 13:20:11 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 1FYi3w-0004Kv-Cj for ged-emacs-devel@m.gmane.org; Wed, 26 Apr 2006 13:20:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYi3v-0005L1-Nh for ged-emacs-devel@m.gmane.org; Wed, 26 Apr 2006 07:20:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYi3i-0005Kw-EF for emacs-devel@gnu.org; Wed, 26 Apr 2006 07:19:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYi3d-0005KH-Ol for emacs-devel@gnu.org; Wed, 26 Apr 2006 07:19:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYi3d-0005KE-IJ for emacs-devel@gnu.org; Wed, 26 Apr 2006 07:19:45 -0400 Original-Received: from [213.86.207.50] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FYi6J-00067z-Ck for emacs-devel@gnu.org; Wed, 26 Apr 2006 07:22:31 -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 JR0VHN8Z; Wed, 26 Apr 2006 12:12:44 +0100 Original-Received: from 192.168.111.65 ([192.168.111.65] helo=[192.168.111.65]) by ASSP-nospam ; 26 Apr 06 11:12:44 -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:53462 Archived-At: klaus.berndl@sdm.de wrote: > But pressing/releasing mouse-buttons does still not interrupt this > code! First after a keypress it is interrupted and then first the queued > mouse-click is performed before the pressed key is inserted in the buffer > (that key which has interrupted this code). > > Is this behavior intended? If yes, why? Would it not better also > enabling mouse-interruption? > No, it is not intended. I added the interruption code to mouse button and wheel events as well as keyboard input, and in this works for me with emacs -Q.