emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Emacs unresponsive while executing Sh code block


From: Nick Dokos
Subject: Re: [O] Emacs unresponsive while executing Sh code block
Date: Fri, 06 Mar 2015 01:08:25 -0500
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

Giacomo M <address@hidden> writes:

> Dear all,
> when I C-c C-c in:
>
> #+BEGIN_SRC sh
> gnome-terminal
> #+END_SRC
>

One additional note - you can start the gnome-terminal process in the
background:

#+BEGIN_SRC sh
gnome-terminal &
#+END_SRC

The shell will not wait for the process to finish and emacs will not
hang. 

-- 
Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]