[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: |
Mon, 06 Sep 2010 23:41:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
> In Emacs 24, I get this message the first time I enter a Gnus group.
> What does it mean, and what can I do to make it go away?
It means just that: accept-process-output is called in a way that can
block (e.g. because some remote host doesn't respond) wit inhibit0quit
set to a non-nil value, which means that Emacs may end up frozen (with
no way to wake it up) for as long as the remote machine decides not
to answer.
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, ...).
Stefan
- Blocking call to accept-process-output with quit inhibited!! [11 times], Lars Magne Ingebrigtsen, 2010/09/06
- Re: Blocking call to accept-process-output with quit inhibited!! [11 times],
Stefan Monnier <=
- Re: Blocking call to accept-process-output with quit inhibited!! [11 times], joakim, 2010/09/07
- Re: Blocking call to accept-process-output with quit inhibited!! [11 times], Stefan Monnier, 2010/09/07
- Re: Blocking call to accept-process-output with quit inhibited!! [11 times], joakim, 2010/09/07
- 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], joakim, 2010/09/07
- 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], Tom Tromey, 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/07