[Python-Dev] Any Emacs tips for core developers?

Brett Cannon brett at python.org
Tue Feb 5 00:30:00 CET 2008


On Feb 4, 2008 2:35 PM,  <skip at pobox.com> wrote:
>
>     Brett> Python support is standard for Vim. But the stuff in Misc/Vim is
>     Brett> much more up-to-date and specific to core development.
>
> Brett,
>
> I should have asked this before, but what's so special about core (Python?)
> development that the tools should be different than for non-core
> development?

Usually the core has keywords, built-ins, etc. that have not been
pushed to the release versions for various editors. I know I like
having my syntax highlighting work for what I am coding against, and
against trunk that can be different than what my editor came with.
Plus coding guidelines might be different from PEPs 7 and 8 compared
to what an editor is set to do by default.

-Brett


More information about the Python-Dev mailing list