From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: python sessions Date: Mon, 25 Mar 2013 12:41:12 -0400 Message-ID: <3733.1364229672@alphaville> 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> <87fvzko0zv.fsf@gmail.com> <22817.1364179114@alphaville> <87vc8fv671.fsf@gmail.com> <87k3ovv4xi.fsf@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKAST-0006dp-HT for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 12:41:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKASR-0003BG-Ss for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 12:41:17 -0400 Received: from g1t0028.austin.hp.com ([15.216.28.35]:17552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKASR-0003Ax-Lf for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 12:41:15 -0400 In-Reply-To: Message from Eric Schulte of "Mon, 25 Mar 2013 10:07:37 MDT." <87k3ovv4xi.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 Eric Schulte wrote: > >> > >> Currently I'd say session support for python is completely broken. > > > > Have *any* changes been made related to python recently? See my > > mailing list post with reproducible example: > > - http://www.mail-archive.com/emacs-orgmode@gnu.org/msg68238.html > > > > This was definitely working for me with a minimal config and starting > > with `emacs -Q`. I cannot reproduce that example anymore. Sessions > > don't work any longer, named or un-named for me, and we had two data > > points (myself and Ista) for whom it worked (at least for named). > > > > I think something was changed that broke it for my working setup. > > Might be nice to figure out what that was. > > > > I certainly haven't touched this code. The latest change I see to the > relevant portions of the code is commit 4a0afac6 from Bastien on > Feb. 23rd. > At least, we now all agree that it's broken ;-) > > > > Is there a way to see one's local git history? Not the git log, but > > something like what git versions I've been hopping from/to with each > > successive pull? I could try and see what I was at on 3/20 when I > > posted that and when I last pulled? I see a change related to > > ob-python from Bastien on 3/19... perhaps I could switch to a commit > > prior to that and try again? > > > > I don't know of a way to show what versions you have used recently. > I think `git reflog' can do that, but it's kinda cryptic, so it might be more trouble than it's worth. Nick