[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Emacs unresponsive while executing Sh code block
From: |
Alexis |
Subject: |
Re: [O] Emacs unresponsive while executing Sh code block |
Date: |
Fri, 06 Mar 2015 13:11:58 +1100 |
On 2015-03-06T05:40:33+1100, Giacomo M <address@hidden> said:
GM> Dear all,
GM> when I C-c C-c in: #+BEGIN_SRC sh gnome-terminal #+END_SRC
GM> a gnome-terminal window appears, but Emacs hangs until I
close GM> it. In the *Messages* I get:
GM> executing Sh code block... Wrote GM>
/tmp/babel-2307H-J/ob-input-2307i3c (....here Emacs hangs... then
GM> I close gnome-terminal) Error reading results: GM>
(beginning-of-buffer) Code block produced no output.
My guess is that Emacs is waiting for the final output from
`gnome-terminal`, which doesn't get sent until you close
`gnome-terminal`.
Alexis.