[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with `while-no-input'
From: |
LENNART BORGMAN |
Subject: |
Re: Problem with `while-no-input' |
Date: |
Wed, 08 Mar 2006 14:05:16 +0100 |
From: address@hidden (Kim F. Storm)
> <address@hidden> writes:
>
> > 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?