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

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

Re: C-g quitting wrong code?


From: Richard Stallman
Subject: Re: C-g quitting wrong code?
Date: Mon, 15 Dec 2003 15:06:29 -0500

    I find that when I'm in the mini-buffer and quit I have to do it maybe 2-3
    times before I actually leave the mini-buffer.  Apparently the asynchronous
    background job is what gets quit.

Asynchronous code is supposed to bind inhibit-quit to t so that
quitting won't happen inside that code.  Emacs binds inhibit-quit to t
before running process filter and sentinel functions.  But perhaps
there is some other asynchronous code which doesn't have anything
to bind inhibit-quit to t.

If you can find what it is, it should be easy to fix.





reply via email to

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