Giacomo M <jackja...@gmail.com> 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