[Top][All Lists]
[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: |
Fri, 17 Sep 2010 17:43:17 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
> ***************
> *** 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
- Re: Blocking call to accept-process-output with quit inhibited!! [11 times], (continued)
Re: Blocking call to accept-process-output with quit inhibited!! [11 times], Lars Magne Ingebrigtsen, 2010/09/07
- Re: Blocking call to accept-process-output with quit inhibited!! [11 times], Stefan Monnier, 2010/09/08
- Re: Blocking call to accept-process-output with quit inhibited!! [11 times], Lars Magne Ingebrigtsen, 2010/09/08
- Re: Blocking call to accept-process-output with quit inhibited!! [11 times], Andreas Schwab, 2010/09/08
- Re: Blocking call to accept-process-output with quit inhibited!! [11 times], Lars Magne Ingebrigtsen, 2010/09/08
- Re: Blocking call to accept-process-output with quit inhibited!! [11 times], Stefan Monnier, 2010/09/08
- Re: Blocking call to accept-process-output with quit inhibited!! [11 times], Lars Magne Ingebrigtsen, 2010/09/08
- Re: Blocking call to accept-process-output with quit inhibited!! [11 times], Lars Magne Ingebrigtsen, 2010/09/16
- Re: Blocking call to accept-process-output with quit inhibited!! [11 times],
Stefan Monnier <=