[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with `while-no-input'
From: |
Stefan Monnier |
Subject: |
Re: Problem with `while-no-input' |
Date: |
Wed, 08 Mar 2006 10:00:17 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
>> > 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?
Presumably, under w32, the QUIT macro somehow checks for the C-g key.
So hopefully the same mechanism should work for other keys.
Stefan
- Problem with `while-no-input', klaus.berndl, 2006/03/08
- Re: Problem with `while-no-input', LENNART BORGMAN, 2006/03/08
- RE: Problem with `while-no-input', klaus.berndl, 2006/03/08
- RE: Problem with `while-no-input', klaus.berndl, 2006/03/10
- Re: Problem with `while-no-input', Richard Stallman, 2006/03/10
- Re: Problem with `while-no-input', Jason Rumney, 2006/03/11
- Re: Problem with `while-no-input', Jason Rumney, 2006/03/11
- Re: Problem with `while-no-input', Eli Zaretskii, 2006/03/11
- Re: Problem with `while-no-input', Jason Rumney, 2006/03/11
- Re: Problem with `while-no-input', Jason Rumney, 2006/03/11
- Re: Problem with `while-no-input', Eli Zaretskii, 2006/03/11
- Re: Problem with `while-no-input', Jason Rumney, 2006/03/11