From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giacomo M Subject: Emacs unresponsive while executing Sh code block Date: Thu, 5 Mar 2015 10:40:33 -0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e01419d1a33e18f05108ee72b Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTahK-0003nt-94 for emacs-orgmode@gnu.org; Thu, 05 Mar 2015 13:40:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTahI-0005SC-Uq for emacs-orgmode@gnu.org; Thu, 05 Mar 2015 13:40:38 -0500 Received: from mail-lb0-x22e.google.com ([2a00:1450:4010:c04::22e]:34915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTahI-0005Qr-6G for emacs-orgmode@gnu.org; Thu, 05 Mar 2015 13:40:36 -0500 Received: by lbjf15 with SMTP id f15so25256084lbj.2 for ; Thu, 05 Mar 2015 10:40:33 -0800 (PST) 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 --089e01419d1a33e18f05108ee72b Content-Type: text/plain; charset=UTF-8 Dear all, when I C-c C-c in: #+BEGIN_SRC sh gnome-terminal #+END_SRC a gnome-terminal window appears, but Emacs hangs until I close it. In the *Messages* I get: executing Sh code block... Wrote /tmp/babel-2307H-J/ob-input-2307i3c (....here Emacs hangs... then I close gnome-terminal) Error reading results: (beginning-of-buffer) Code block produced no output. If I use emacs -Q ( evaluating just (org-babel-do-load-languages 'org-babel-load-languages '((sh . t))) ) this doesn't happen. Do you have any idea of what could be triggering such behavior? Thanks, Giacomo --089e01419d1a33e18f05108ee72b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Dear all,
when I C-c C-c in:

#+BEGIN_SRC sh
gnome-terminal
#+END_SRC=

a gnome-terminal window appears, but=C2=A0 Emacs hangs u= ntil I close it.
In the *Messages* I get:

executing Sh code block= ...
Wrote /tmp/babel-2307H-J/ob-input-2307i3c
(....here Emacs h= angs... then I close gnome-terminal)
Error reading results: (beginn= ing-of-buffer)
Code block produced no output.

If I use= emacs -Q ( evaluating just (org-babel-do-load-languages 'org-babel-loa= d-languages '((sh . t))) ) this doesn't happen.

D= o you have any idea of what could be triggering such behavior?

Thanks,

Giacomo


--089e01419d1a33e18f05108ee72b--