From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] session with python-mode.el complains of void py-toggle-shells Date: Sat, 23 Feb 2013 10:29:50 +0100 Message-ID: <87ppzr487r.fsf@bzg.ath.cx> References: <87ham8y5rw.fsf@gmail.com> <3314.1358914289@alphaville> <87fw1sxe15.fsf@gmail.com> <87pq0w2gq6.fsf@bzg.ath.cx> <51002599.6000404@online.de> <87mwvy659o.fsf@bzg.ath.cx> <51272B8E.9040304@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9CeQ-0004WY-L1 for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 05:48:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9CeO-0000IL-98 for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 05:48:18 -0500 Received: from mail-wi0-f171.google.com ([209.85.212.171]:55959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9CeO-0000I3-2w for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 05:48:16 -0500 Received: by mail-wi0-f171.google.com with SMTP id hn17so1818850wib.4 for ; Sat, 23 Feb 2013 02:48:15 -0800 (PST) In-Reply-To: <51272B8E.9040304@easy-emacs.de> ("Andreas =?iso-8859-1?Q?R?= =?iso-8859-1?Q?=F6hler=22's?= message of "Fri, 22 Feb 2013 09:25:50 +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: Andreas =?iso-8859-1?Q?R=F6hler?= Cc: emacs-orgmode@gnu.org Hi Andreas, Andreas Röhler writes: > ob-python.el patch again I applied a more complete patch, turning `org-babel-python-command' and `org-babel-python-mode' into defcustoms. `org-babel-python-mode' will not default to 'python-mode until 'python-mode is featured, so users will typically want to set this variable, exposing it as a defcustom is useful IMO. Thanks for the patch! -- Bastien