emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: while-no-input interrupted by *shell*


From: Michael Heerdegen
Subject: Re: while-no-input interrupted by *shell*
Date: Mon, 24 Sep 2018 19:39:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

> Is it while-no-input that returns immediately, or is it sit-for?

If I repeat the recipe with only `sit-for', I get no interrupt, so
`w-n-i' seems involved.

I started ls -R in *shell* and evaluated

(progn (sit-for 100)
       (message "!!!"))

The *shell* buffer got still filled, but the !!! message only appeared
after I had hit a key.

Is a bug report justified?


Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]