emacs-devel
[Top][All Lists]
Advanced

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

while-no-input interrupted by *shell*


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

Hello,

I found another annoyance with `while-no-input': If you have a *shell*
buffer producing output - for example run something like ls -R in
*shell* - then `while-no-input' is obviously interrupted by what's going
on there.  For example

  (while-no-input (sit-for 100))

immediately terminates when evaluated while such a shell buffer exists.

Is this expected, and is there a way to avoid this behavior?


Thanks,

Michael.



reply via email to

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