Emacs/Python Essentials?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • xkenneth

    Emacs/Python Essentials?

    What does everyone consider essential for emacs python dev?

    Regards,
    Ken
  • Bruno Desthuilliers

    #2
    Re: Emacs/Python Essentials?

    Ben Finney a écrit :
    xkenneth <xkenneth@gmail .comwrites:
    >
    >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

    • Jeff

      #3
      Re: Emacs/Python Essentials?

      I just use Python mode. For Django work, there is a Django mode as
      well. Cedet is helpful, too.

      Comment

      • Sebastian \lunar\ Wiesner

        #4
        Re: Emacs/Python Essentials?

        xkenneth <xkenneth@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)

        Comment

        Working...