diff options
author | Barry Warsaw <barry@python.org> | 1998-05-29 20:56:34 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1998-05-29 20:56:34 (GMT) |
commit | fe216b79373c9cb70b1c880abd5b21e87668f157 (patch) | |
tree | c635492ebab9086a11751cddc7394629f2ae794a /README | |
parent | 554244987563cab1107c6ea725e764dd05c0598c (diff) | |
download | cpython-fe216b79373c9cb70b1c880abd5b21e87668f157.zip cpython-fe216b79373c9cb70b1c880abd5b21e87668f157.tar.gz cpython-fe216b79373c9cb70b1c880abd5b21e87668f157.tar.bz2 |
A few minor updates on Emacs mode section
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -669,12 +669,12 @@ Emacs mode There's an excellent Emacs editing mode for Python code; see the file Misc/python-mode.el. Originally written by the famous Tim Peters, it is now maintained by the equally famous Barry Warsaw -<bwarsaw@cnri.reston.va.us>. The latest version is online at -ftp://ftp.python.org/pub/emacs/python-mode.el. As you might expect of -Barry (and even if you don't know what the heck I'm talking about :-), -a configuration file for his cc-mode.el which selects the style used -throughout most Python C source files is also provided; see the file -Misc/ccpy-style.el. +<bwarsaw@cnri.reston.va.us>. The latest version, along with various +other contributed Python-related Emacs goodies, is online at +<http://www.python.org/emacs/python-mode>. And if you are planning to +edit the Python C code, please pick up the latest version of CC Mode +<http://www.python.org/emacs/cc-mode>; it contains a "python" style +used throughout most of the Python C source files. Web site |