emacs-devel
[Top][All Lists]
Advanced

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

Re: gnus makes emacs lose response


From: Stefan Monnier
Subject: Re: gnus makes emacs lose response
Date: Fri, 22 Sep 2006 15:12:54 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>>>>> "Chong" == Chong Yidong <address@hidden> writes:

> Stefan Monnier <address@hidden> writes:
>> Oh I see, it's because I haven't updated the code in response to the
>> following change:
>> 
>> 2004-08-19  Kim F. Storm  <address@hidden>
>> 
>> * process.c (wait_reading_process_input): Clean up.
>> Add wait_for_cell, wait_proc, and just_wait_proc args
>> to avoid overloading `read_kbd' and `do_display' args.
>> Change read_kbd arg to int.  All callers changed.
>> 
>> So I should probably check wait_proc instead.

> Could you post a new patch for Leon to try?

You mean like the patch below?


        Stefan


--- orig/src/process.c
+++ mod/src/process.c
@@ -4259,6 +4260,9 @@
   FD_ZERO (&Connecting);
 #endif
 
+  if (time_limit == 0 && wait_proc && !NILP (Vinhibit_quit))
+    error ("Blocking call to accept-process-output with quit inhibited!!");
+
   /* If wait_proc is a process to watch, set wait_channel accordingly.  */
   if (wait_proc != NULL)
     wait_channel = XINT (wait_proc->infd);




reply via email to

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