From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: python sessions Date: Sat, 23 Mar 2013 20:29:04 -0500 Message-ID: References: <51496061.20706@easy-emacs.de> <514AB9FC.3050601@easy-emacs.de> <87d2ut2o5m.fsf@bzg.ath.cx> <514AC116.7030408@easy-emacs.de> <877gkxrbgn.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJZkB-0000Aq-Ch for emacs-orgmode@gnu.org; Sat, 23 Mar 2013 21:29:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJZkA-0008KX-5Y for emacs-orgmode@gnu.org; Sat, 23 Mar 2013 21:29:07 -0400 Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:65085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJZk9-0008KP-TA for emacs-orgmode@gnu.org; Sat, 23 Mar 2013 21:29:06 -0400 Received: by mail-la0-f42.google.com with SMTP id fe20so9448797lab.29 for ; Sat, 23 Mar 2013 18:29:04 -0700 (PDT) In-Reply-To: <877gkxrbgn.fsf@gmail.com> 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: Eric Schulte Cc: Bastien , emacs-orgmode On Sat, Mar 23, 2013 at 5:07 PM, Eric Schulte wrot= e: > Andreas R=C3=B6hler writes: > >> Am 21.03.2013 08:43, schrieb Bastien: >>> Hi Andreas, >>> >>> Andreas R=C3=B6hler writes: >>> >>>> Nonetheless, still thinking >>>> >>>> let-var session in >>>> >>>> org-babel-execute:python >>>> >>>> needs the fix. >>> >>> I've not been following this thread, can you send a patch with >>> the fix and the reason for it? Thanks in advance! >>> >> >> Hi Bastien, >> >> unfortunately my org-environment isn't ready yet for developing. >> Might take some time, but I'm on it. > > I also haven't been following this thread. > > Forgetting a patch for the moment, is it possible to conclusively state > that there is or isn't a bug in the current ob-python handling and > naming of sessions? If there is, is there a recipe for reproducing this > bug? > >From participating in evaluating code throughout the discussion and catching the comments throughout, I'd say yes, at least in terms of how other babel languages function. In other words =3D#+begin_src R :session foo=3D creates an R session named "foo" whereas doing the same with =3Dpython=3D instead of =3DR=3D does not yield a named session. >From what others experienced, however, the functionality was working correctly (results were persistent across blocks and two differently names blocks created two different sessions), just not named correctly. John > Thanks, > > -- > Eric Schulte > http://cs.unm.edu/~eschulte >