From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Emacs unresponsive while executing Sh code block Date: Fri, 06 Mar 2015 01:08:25 -0500 Message-ID: <87y4nafyjq.fsf@pierrot.dokosmarshall.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTlRL-0008Bn-Sp for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 01:08:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTlRI-0007ea-Ns for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 01:08:51 -0500 Received: from plane.gmane.org ([80.91.229.3]:34541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTlRI-0007eJ-H8 for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 01:08:48 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YTlRH-0005pY-F1 for emacs-orgmode@gnu.org; Fri, 06 Mar 2015 07:08:47 +0100 Received: from pool-173-76-32-186.bstnma.fios.verizon.net ([173.76.32.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Mar 2015 07:08:47 +0100 Received: from ndokos by pool-173-76-32-186.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Mar 2015 07:08:47 +0100 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 Giacomo M 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