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: Lars Magne Ingebrigtsen
Subject: Re: Blocking call to accept-process-output with quit inhibited!! [11 times]
Date: Wed, 08 Sep 2010 18:29:56 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> 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),

Well...  `error' is a Lisp function, so I can't really call it from
there?  If I call Fsignal instead, like:

    Fsignal (Fintern(build_string("error"), Vobarray),
             build_string("Blocking call to accept-process-output with quit 
inhibited!!"));

I don't get a backtrace, and the process apparently stops working.             

-- 
(domestic pets only, the antidote for overdose, milk.)
  address@hidden * Lars Magne Ingebrigtsen




reply via email to

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