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

2013-01-23 Thread Bastien
Nick Dokos writes: > (run-python py-python-command) > > and then all the code blocks could execute with no problem. Has > run-python changed signature recently? Yes, from Emacs 24.1 to Emacs 24.2. I fixed this, thanks. -- Bastien

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

2013-01-22 Thread Nick Dokos
Myles English wrote: > Hi, > > 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" > > Using the latest git head and opening this file with: > > $ emacs -Q thisfile.org >

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

2013-01-22 Thread Myles English
Hi, 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" Using the latest git head and opening this file with: $ emacs -Q thisfile.org then executing these src blocks in order, s