emacs-devel
[Top][All Lists]
Advanced

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

Re: read-from-minibuffer vs asynchronous processes


From: Richard Stallman
Subject: Re: read-from-minibuffer vs asynchronous processes
Date: Sun, 12 Jan 2003 06:54:38 -0500

    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?






reply via email to

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