From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Subject: Re: Fwd: run python from org, draft Date: Fri, 29 Mar 2013 20:06:59 +0100 Message-ID: <5155E653.80801@easy-emacs.de> References: <5154BC51.1050001@easy-emacs.de> <5155A97D.2090907@easy-emacs.de> <87sj3e6y5n.fsf@gmail.com> <878v566up9.fsf@gmail.com> <87620arw4q.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULecZ-0004x2-NN for emacs-orgmode@gnu.org; Fri, 29 Mar 2013 15:05:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULecT-00033B-0W for emacs-orgmode@gnu.org; Fri, 29 Mar 2013 15:05:51 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:59960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULecS-00032k-CP for emacs-orgmode@gnu.org; Fri, 29 Mar 2013 15:05:44 -0400 In-Reply-To: <87620arw4q.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: emacs-orgmode , Gary Oberbrunner Am 29.03.2013 17:47, schrieb Eric Schulte: >> As we've proven a couple of times now, Python session are broken with >> the newest version of Emacs (since the upstream change to an entirely >> new python.el implementation). > > I've just pushed up a fix to ob-python.el so that sessions should now > work with the latest version of Emacs. I hope this clears up some of > the miss-understandings surrounding ob-python. > > Here is a quick example usage. > > > > Hi Eric, you are heading into the wrong direction, while babel as such certainly is of great interest. Recent ob-python.el commit tells about fixing the buffer name, "change the default python buffer name" How ob-python.el knows about a python buffer name at all? Python buffer names are at the choice of users, for example via defcustom... And so on. ob-python.el needs a re-thinking from the bottom, otherwise it remains buggy, only working from case to case. Andreas