From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santi Villalba Subject: org-narrow-to-subtree and blocking call to accept-process-output with quit inhibited Date: Mon, 18 Apr 2011 09:23:10 +0200 Message-ID: <4DABE6DE.5090502@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBinh-0005JD-Qf for emacs-orgmode@gnu.org; Mon, 18 Apr 2011 03:23:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QBinh-0003IJ-05 for emacs-orgmode@gnu.org; Mon, 18 Apr 2011 03:23:13 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:42968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBing-0003IE-S8 for emacs-orgmode@gnu.org; Mon, 18 Apr 2011 03:23:12 -0400 Received: by wwb39 with SMTP id 39so4432356wwb.30 for ; Mon, 18 Apr 2011 00:23:11 -0700 (PDT) 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 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. Does anybody know if the problem is it my setup or in a bug in org? Thanks