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 11:42:12 +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 1146044584 8120 80.91.229.2 (26 Apr 2006 09:43:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Apr 2006 09:43:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 26 11:43:02 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 1FYgY0-0004xV-2W for ged-emacs-devel@m.gmane.org; Wed, 26 Apr 2006 11:43:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYgXz-0006LL-EM for ged-emacs-devel@m.gmane.org; Wed, 26 Apr 2006 05:42:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYgXj-0006Kv-73 for emacs-devel@gnu.org; Wed, 26 Apr 2006 05:42:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYgXh-0006KR-Ik for emacs-devel@gnu.org; Wed, 26 Apr 2006 05:42:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYgXh-0006KO-GH for emacs-devel@gnu.org; Wed, 26 Apr 2006 05:42:41 -0400 Original-Received: from [192.76.162.229] (helo=world1.sdm.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FYgaL-0005rB-8P; Wed, 26 Apr 2006 05:45:25 -0400 Original-Received: by world1.sdm.de (MTA) via esmtp from mucns1.muc.sdm.de ([193.102.180.22]) id 1FYgXF-0004Bz-U3; Wed, 26 Apr 2006 11:42:13 +0200 Original-Received: by mucns1.muc.sdm.de (MTA) via esmtp from localhost ([127.0.0.1] helo=sdmmail1.sdm.de) id 1FYgXF-00047i-S5; Wed, 26 Apr 2006 11:42:13 +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 11:42:12 +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: AcZotFJGnBLI6DspTJKVmxpaeEoaNQAYT1rg Original-To: X-OriginalArrivalTime: 26 Apr 2006 09:42:13.0101 (UTC) FILETIME=[B22AB1D0:01C66915] 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:53455 Archived-At: Richard Stallman wrote: > Now this code is also interrupted by any keypress (not only after > C-g as in a previous build) - Fine! >=20 > I note that you say "now". Did someone make a fix? If i correctly remember the discussion i tought Jason has applied a = fix...?! >=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 > I think that too is a bug which ought to be fixed.