From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Problem with `while-no-input' Date: Wed, 08 Mar 2006 14:50:43 +0100 Message-ID: <440EE133.1090000@gmx.at> References: <1a393dd1a3c169.1a3c1691a393dd@net.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1142013113 30759 80.91.229.2 (10 Mar 2006 17:51:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Mar 2006 17:51:53 +0000 (UTC) Cc: emacs-devel@gnu.org, klaus.berndl@sdm.de, "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 10 18:51:51 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 1FHlm1-0004Hz-JR for ged-emacs-devel@m.gmane.org; Fri, 10 Mar 2006 18:51:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FHqXE-000422-OD for ged-emacs-devel@m.gmane.org; Fri, 10 Mar 2006 17:56:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FGz3g-0006tm-Dl for emacs-devel@gnu.org; Wed, 08 Mar 2006 08:50:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FGz3e-0006lp-Lz for emacs-devel@gnu.org; Wed, 08 Mar 2006 08:50:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FGz3e-0006lm-5O for emacs-devel@gnu.org; Wed, 08 Mar 2006 08:50:30 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1FGz6U-0000AK-HK for emacs-devel@gnu.org; Wed, 08 Mar 2006 08:53:26 -0500 Original-Received: (qmail invoked by alias); 08 Mar 2006 13:50:27 -0000 Original-Received: from N915P018.adsl.highway.telekom.at (EHLO [62.47.58.82]) [62.47.58.82] by mail.gmx.net (mp008) with SMTP; 08 Mar 2006 14:50:27 +0100 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: LENNART BORGMAN In-Reply-To: <1a393dd1a3c169.1a3c1691a393dd@net.lu.se> X-Y-GMX-Trusted: 0 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:51430 Archived-At: >>>I tried this with Emacs 22.0.50.1 compiled on 29.1.2006 for >> >>Windows.... >>It works fine on >> >>GNU Emacs 22.0.50.69 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll >>bars) of 2006-03-08 on kfs-l.imdomain.dk >> >>Maybe windoze doesn't have some form of async input processing, so >>maybe it cannot see if input arrives while it is running lisp code. > > > MS Windows is event driven. Maybe some input queue must be checked? GNU Emacs 22.0.50.1 (i386-mingw-windows98.3000) of 2006-02-18 handles this instantaneously.