Re: [O] [PATCH] session with python-mode.el complains of void py-toggle-shells

2013-02-23 Thread Bastien
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 t

Re: [O] [PATCH] session with python-mode.el complains of void py-toggle-shells

2013-02-22 Thread Andreas Röhler
Am 24.01.2013 15:10, schrieb Bastien: Hi Andreas, Andreas Röhler writes: Okay, I'll dig into. For the moment: assume this code should not be needed, python-mode.el should act that all. But let me have a closer look, Great, thanks a lot! ob-python.el patch again better provision for XE

Re: [O] [PATCH] session with python-mode.el complains of void py-toggle-shells

2013-02-21 Thread Andreas Röhler
Am 24.01.2013 15:10, schrieb Bastien: Hi Andreas, Andreas Röhler writes: Okay, I'll dig into. For the moment: assume this code should not be needed, python-mode.el should act that all. But let me have a closer look, Great, thanks a lot! So let's start with this... BTW, being deeply im

Re: [O] [PATCH] session with python-mode.el complains of void py-toggle-shells

2013-01-24 Thread Bastien
Hi Andreas, Andreas Röhler writes: > Okay, I'll dig into. > > For the moment: assume this code should not be needed, > python-mode.el should act that all. But let me have a closer look, Great, thanks a lot! -- Bastien

Re: [O] [PATCH] session with python-mode.el complains of void py-toggle-shells

2013-01-23 Thread Andreas Röhler
Am 23.01.2013 14:04, schrieb Bastien: Hi Myles, thanks for digging into this. I'm copying Andreas as the maintainer of python-mode.el. Myles English writes: --- lisp/ob-python.el +++ lisp/ob-python.el @@ -32,7 +32,7 @@ (declare-function org-remove-indentation "org" ) (declare-function

Re: [O] [PATCH] session with python-mode.el complains of void py-toggle-shells

2013-01-23 Thread Bastien
Hi Myles, thanks for digging into this. I'm copying Andreas as the maintainer of python-mode.el. Myles English writes: > --- lisp/ob-python.el > +++ lisp/ob-python.el > @@ -32,7 +32,7 @@ > > (declare-function org-remove-indentation "org" ) > (declare-function py-shell "ext:python-mode" (

Re: [O] [PATCH] session with python-mode.el complains of void py-toggle-shells

2013-01-23 Thread Myles English
Hi Nick, Nick Dokos writes: > Myles English wrote: >> I think it should be possible to execute a python block in a session >> using python-mode.el but get this message: >> >> "Symbol's function definition is void: py-toggle-shells" I have made a bit of progress with the patch below. The bre