emacs-devel
[Top][All Lists]
Advanced

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

Re: Blocking call to accept-process-output with quit inhibited!! [11 tim


From: Stefan Monnier
Subject: Re: Blocking call to accept-process-output with quit inhibited!! [11 times]
Date: Wed, 08 Sep 2010 10:15:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>> IOW, maybe there should be a (with-local-quit ...) somewhere so that the
>> user can C-g out of such a state (or the call should have a timeout, or
>> inhibit-quit should not be set, ...).
> Is there a way to get a backtrace instead of the warning?  By looking at
> the code, I can't tell where the message comes from.

Grep for the string in the C code and replace the call to `message' by
a call to `error' (that's what I have in my local branch, but placing
an `error' there would introduce a backward incompatibility with which I'm
not completely comfortable),


        Stefan



reply via email to

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