all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: emacs-devel@gnu.org
Subject: Re: Blocking call to accept-process-output with quit inhibited!! [11 times]
Date: Fri, 17 Sep 2010 17:43:17 +0200	[thread overview]
Message-ID: <jwvzkvge5sg.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <m38w315hpx.fsf@quimbies.gnus.org> (Lars Magne Ingebrigtsen's message of "Fri, 17 Sep 2010 02:36:26 +0200")

> ***************
> *** 4403,4409 ****
>     FD_ZERO (&Connecting);
>   #endif
  
> !   if (time_limit == 0 && wait_proc && !NILP (Vinhibit_quit)
>         && !(CONSP (wait_proc->status) && EQ (XCAR (wait_proc->status), Qexit)))
>       message ("Blocking call to accept-process-output with quit inhibited!!");
  
> --- 4403,4409 ----
>     FD_ZERO (&Connecting);
>   #endif
  
> !   if (time_limit == 0 && microsecs == 0 && wait_proc && !NILP (Vinhibit_quit)
>         && !(CONSP (wait_proc->status) && EQ (XCAR (wait_proc->status), Qexit)))
>       message ("Blocking call to accept-process-output with quit inhibited!!");
  
Good catch, please install it,


        Stefan



      reply	other threads:[~2010-09-17 15:43 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-06 21:23 Blocking call to accept-process-output with quit inhibited!! [11 times] Lars Magne Ingebrigtsen
2010-09-06 21:41 ` Stefan Monnier
2010-09-06 21:48   ` Lars Magne Ingebrigtsen
2010-09-07  7:08   ` joakim
2010-09-07 10:38     ` Stefan Monnier
2010-09-07 11:11       ` joakim
2010-09-07 11:53         ` Lars Magne Ingebrigtsen
2010-09-07 13:25           ` joakim
2010-09-07 16:30             ` Lars Magne Ingebrigtsen
2010-09-08  8:10         ` Stefan Monnier
2010-09-07 18:33       ` Tom Tromey
2010-09-08  8:12         ` Stefan Monnier
2010-09-07 11:54   ` Lars Magne Ingebrigtsen
2010-09-08  8:15     ` Stefan Monnier
2010-09-08 16:29       ` Lars Magne Ingebrigtsen
2010-09-08 18:54         ` Andreas Schwab
2010-09-08 18:56           ` Lars Magne Ingebrigtsen
2010-09-08 22:54             ` Stefan Monnier
2010-09-08 23:29               ` Lars Magne Ingebrigtsen
2010-09-17  0:36                 ` Lars Magne Ingebrigtsen
2010-09-17 15:43                   ` Stefan Monnier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvzkvge5sg.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.