From: xkenneth on
What does everyone consider essential for emacs python dev?

Regards,
Ken
From: Ben Finney on
xkenneth <xkenneth(a)gmail.com> writes:

> 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.sourceforge.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.

--
\ “A society that will trade a little liberty for a little order |
`\ will lose both, and deserve neither.” —Thomas Jefferson, in a |
_o__) letter to Madison |
Ben Finney
From: Bruno Desthuilliers on
Ben Finney a écrit :
> xkenneth <xkenneth(a)gmail.com> writes:
>
>> 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.sourceforge.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.

http://ecb.sourceforge.net/
From: Jeff on
I just use Python mode. For Django work, there is a Django mode as
well. Cedet is helpful, too.
From: "Sebastian "lunar" Wiesner" on
xkenneth <xkenneth(a)gmail.com>:

> What does everyone consider essential for emacs python dev?

yasnippet is worth being looked at

--
Freedom is always the freedom of dissenters.
(Rosa Luxemburg)