From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: org-narrow-to-subtree and blocking call to accept-process-output with quit inhibited Date: Mon, 18 Apr 2011 16:57:04 +0200 Message-ID: References: <4DABE6DE.5090502@gmail.com> <878vv7u5u2.fsf@fastmail.fm> <4DAC3AC3.7090400@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBpu4-00056I-QA for emacs-orgmode@gnu.org; Mon, 18 Apr 2011 10:58:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QBpu0-00085L-QG for emacs-orgmode@gnu.org; Mon, 18 Apr 2011 10:58:16 -0400 Received: from lo.gmane.org ([80.91.229.12]:39214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBpu0-00085H-Kq for emacs-orgmode@gnu.org; Mon, 18 Apr 2011 10:58:12 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QBptz-00015z-In for emacs-orgmode@gnu.org; Mon, 18 Apr 2011 16:58:11 +0200 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Apr 2011 16:58:11 +0200 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Apr 2011 16:58:11 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Carsten Dominik writes: > On Apr 18, 2011, at 3:21 PM, Santi Villalba wrote: > >> >>>> Hi, >>>> >>>> Whenever I invoke org-narrow-to-subtree, I receive a "blocking call to >>>> accept-process-output with quit inhibited" error, the buffer does not >>>> get narrowed down and I cannot edit or move anymore. I'm using a >>>> bleeding-edge emacs 24.0.50.1 and org 7.4. >>> Could you please upgrade to org-mode 7.5 and see if the problem persists. >> Done, no change. However, if I open emacs without reading the init files, the problem disappears. So it is about the interaction of org with something in my setup. >>>> Does anybody know if the problem is it my setup or in a bug in org? >>> Please provide a backtrace. >>> >>> M-x toggle-debug-on-error >> That should open a *Backtrace* buffer, right? It does not happen. >> >> I will bisect my .emacs later on and let you know if I find the incompatibility. >> >> Santi >> > > I am willing to bet that this is something funny with bleeding edge emacs. > Narrowing to a subtree has no reason to call out to a process..... > > - Carsten > > - Carsten > That prompt/message is indeed something in emacs 24. Its been like it for ages and no sign yet of it being suppressed.