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: Thu, 27 Apr 2006 08:41:04 +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 1146120108 8492 80.91.229.2 (27 Apr 2006 06:41:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Apr 2006 06:41:48 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 27 08:41:33 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 1FZ0Bs-0008N0-Qc for ged-emacs-devel@m.gmane.org; Thu, 27 Apr 2006 08:41:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZ0Bs-0001om-CD for ged-emacs-devel@m.gmane.org; Thu, 27 Apr 2006 02:41:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FZ0Bg-0001o0-Sh for emacs-devel@gnu.org; Thu, 27 Apr 2006 02:41:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FZ0Bg-0001no-2r for emacs-devel@gnu.org; Thu, 27 Apr 2006 02:41:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZ0Bf-0001nl-Vx for emacs-devel@gnu.org; Thu, 27 Apr 2006 02:41:16 -0400 Original-Received: from [192.76.162.229] (helo=world1.sdm.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FZ0ES-0001Me-3G; Thu, 27 Apr 2006 02:44:08 -0400 Original-Received: by world1.sdm.de (MTA) via esmtp from mucns1.muc.sdm.de ([193.102.180.22]) id 1FZ0BW-0006yE-Dj; Thu, 27 Apr 2006 08:41:06 +0200 Original-Received: by mucns1.muc.sdm.de (MTA) via esmtp from localhost ([127.0.0.1] helo=sdmmail1.sdm.de) id 1FZ0BW-0004hw-Bx; Thu, 27 Apr 2006 08:41:06 +0200 Original-Received: from mucmail1.sdm.de ([193.102.180.175]) by sdmmail1.sdm.de with Microsoft SMTPSVC(6.0.3790.1830); Thu, 27 Apr 2006 08:41:05 +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: AcZpYquVH5eOz5s8QzSzdiaWz/uf9AAYtVFQ Original-To: X-OriginalArrivalTime: 27 Apr 2006 06:41:05.0541 (UTC) FILETIME=[8F026350:01C669C5] 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:53499 Archived-At: Richard Stallman wrote: > > I note that you say "now". Did someone make a fix? >=20 > If i correctly remember the discussion i tought Jason has applied > a fix...?!=20 >=20 > Ok, that is good. (I don't remember at all.) >=20 > Would anyone like to work on this bug? seems to be done already... see recent discussion... >=20 >> 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).=20