From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: [babel] Executing sh-code Date: Fri, 27 Nov 2009 12:32:42 -0700 Message-ID: References: <87k4xey99s.fsf@mundaneum.com> <200911271900.08393.torsten.wagner@googlemail.com> <87ws1cgsd6.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NE6Yv-00024T-Ms for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 14:33:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NE6Yq-0001yU-QQ for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 14:33:01 -0500 Received: from [199.232.76.173] (port=37225 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NE6Yq-0001yB-Hk for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 14:32:56 -0500 Received: from mail-pz0-f181.google.com ([209.85.222.181]:48388) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NE6Yp-0006xH-VP for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 14:32:56 -0500 Received: by pzk11 with SMTP id 11so1133787pzk.14 for ; Fri, 27 Nov 2009 11:32:54 -0800 (PST) In-Reply-To: <87ws1cgsd6.fsf@mundaneum.com> (=?utf-8?Q?=22S=C3=A9bastien?= Vauban"'s message of "Fri, 27 Nov 2009 11:43:49 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?utf-8?Q?S=C3=A9bastien?= Vauban Cc: emacs-orgmode@gnu.org S=C3=A9bastien Vauban writes: > > It stops working only when I add `:session "whatever"' after the `sh' > specification. > > That's the only difference between when it works and when it doesn't. > Hi S=C3=A9bastien, You discovered a tricky bug in the session-based evaluation of shell blocks. I've just pushed up a fix which fixes this bug and generally cleans up the code executing sh blocks inside of interactive sessions. Please try the latest and see if the problem persists. > > Maybe this can help? > Very much so. Thanks -- Eric > > Best regards, > Seb