bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#45117: 28.0.50; process-send-string mysteriously exiting non-locally


From: Stefan Monnier
Subject: bug#45117: 28.0.50; process-send-string mysteriously exiting non-locally when called from timer
Date: Fri, 11 Dec 2020 09:50:41 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> In this bug report, I did observe a non-local exit from
> process-send-string once or twice, though it was rare.
> (look up).  My theory is that for strings that go in bunches,
> when  there's some output to accept, things can
> come in that cause the quit.  But I didn't investigate.

Hmm... indeed it seems I was completely confused.

`process-send-string` is even a context-switch point, so it can
definitely do a non-local exit for all kinds of reasons (quit and
while-no-input being just some of the possibilities).

IOW, better disregard what I said in this thread, because I was talking
about things I don't know.


        Stefan






reply via email to

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