>What does everyone consider essential for emacs python dev?
>
GNU Emacs 22.
>
The 'whitespace-mode' and 'python-mode' are good improvements in that
version of Emacs.
>
I've heard good things also about:
>
'ropemacs' <URL:http://rope.sourceforg e.net/ropemacs.html>, an Emacs
mode for using 'rope', a Python refactoring tool
>
'ido.el' <URL:http://www.cua.dk/ido.html>, an alternative mode for
navigating multiple related buffers and files.
>
Note really "esssential ", but still a nice tool too: emacs code browser.
Download ECB for free. ECB is a file/code browser for Emacs. It can be used to browse any type of file and supports parsing of Java, C, C++, Elisp and some other code like perl, TeX, LaTeX.
Comment