* Re: read-from-minibuffer vs asynchronous processes
[not found] <20030110.232020.45272653.kazu@iijlab.net>
@ 2003-01-12 11:54 ` Richard Stallman
0 siblings, 0 replies; only message in thread
From: Richard Stallman @ 2003-01-12 11:54 UTC (permalink / raw)
Cc: emacs-devel
While one or more asynchronous processes are running AND the
foreground program flow calls read-from-minibuffer, C-g cannot stop
the function call. This is probably because asynchronous processes set
inhibit-quit to non-nil and read-from-minibuffer called by the
foreground program flow accidentally inherits it.
read-from-minibuffer does not "inherit" anything from the code that
handles asynchronous processes. That code runs and is supposed
to clean up for itself. This must simply be a bug.
Have you actually observed that the variable inhibit-quit is set?
Is it a fact, or a speculation?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-12 11:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20030110.232020.45272653.kazu@iijlab.net>
2003-01-12 11:54 ` read-from-minibuffer vs asynchronous processes Richard Stallman
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.