Re: [Python-mode] python.el (from gnu emacs) vs python-mode.el

2011-10-23 Thread Tom Roche
Brendan Miller Sat, 22 Oct 2011 13:24:13 -0700 > How do [python-mode.el and python.el] compare? This may be irrelevant to you, and may be wrong, but my impression is that 1 the difference between the two that I find most significant is, python-mode.el is under much more active development than

Re: [Python-mode] python.el (from gnu emacs) vs python-mode.el

2011-10-23 Thread Andreas Röhler
Am 22.10.2011 22:24, schrieb Brendan Miller: What features does python-mode.el have above the version of python.el that is included in GNU emacs? How do they compare? "M-x py- TAB" displays a buffer with commands implemented by python-mode.el resp. "M-x python-" TAB for python.el As command

[Python-mode] python.el (from gnu emacs) vs python-mode.el

2011-10-22 Thread Brendan Miller
What features does python-mode.el have above the version of python.el that is included in GNU emacs? How do they compare? I recently tried to get ipython.el working, and found it had a dependency on python-mode.el... This has prompted me to wonder what the real differences between these modes are.