[Python-mode] branch lp:~handrake/python-mode/devel-0.1

2011-07-28 Thread Andreas Röhler
Hi, had a look at your branch this morning which looks quit reasonable for me. When checking for a possible merge however detected, python-mode now don't make use of `py-shell-list' any more. Which doesn't mean it can't be re-introduced if needed. Could you check out the current trunk or

[Python-mode] python-mode.el 6.0

2011-07-28 Thread David Miller
Nice work on this ! Just got around to upgrading to 6.0 and discovered that the python menu has the option Switch to interpreter which maps to the function py-switch-to-python This function is undefined in the python-mode source AFAICT (e.g. based on grepping the extracted tarfile) Any ideas

Re: [Python-mode] python-mode.el 6.0

2011-07-28 Thread Andreas Röhler
Am 28.07.2011 10:33, schrieb David Miller: Nice work on this ! Just got around to upgrading to 6.0 and discovered that the python menu has the option Switch to interpreter which maps to the function py-switch-to-python This function is undefined in the python-mode source AFAICT (e.g. based on

Re: [Python-mode] python-mode.el 6.0

2011-07-28 Thread Andreas Röhler
Am 28.07.2011 10:33, schrieb David Miller: Nice work on this ! Just got around to upgrading to 6.0 and discovered that the python menu has the option Switch to interpreter which maps to the function py-switch-to-python [ ... ] Hi David, it turned out having two labels pointing at the same,

[Python-mode] py-execute-buffer and swap buffers

2011-07-28 Thread Andrea Crotti
This is something I noticed since some time. I have the latest bzr python-mode (but also before it was like this) and emacs GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.5) When I have only two buffers open, one with the source and the other one with the output, pressing C-c

[Python-mode] run nose tests contained in the current emacs buffer

2011-07-28 Thread Tom Roche
I'd appreciate help fixing a problem running `nosetests` on the nose tests in a file within the current emacs buffer. I'm new to nose and fairly new to python, but have been coding awhile and using emacs forever, but don't know enough elisp to debug the code in question. I'm starting a nose