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

2013-02-23 Thread Bastien
Hi Andreas, Andreas Röhler andreas.roeh...@easy-emacs.de 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,

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 andreas.roeh...@online.de 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

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 andreas.roeh...@online.de 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

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

2013-01-24 Thread Bastien
Hi Andreas, Andreas Röhler andreas.roeh...@online.de 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 Myles English
Hi Nick, Nick Dokos writes: Myles English mylesengl...@gmail.com 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

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 mylesengl...@gmail.com writes: --- lisp/ob-python.el +++ lisp/ob-python.el @@ -32,7 +32,7 @@ (declare-function org-remove-indentation org ) (declare-function py-shell

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 mylesengl...@gmail.com writes: --- lisp/ob-python.el +++ lisp/ob-python.el @@ -32,7 +32,7 @@ (declare-function org-remove-indentation org )