From: Barry Warsaw Date: Fri, 29 May 1998 20:56:34 +0000 (+0000) Subject: A few minor updates on Emacs mode section X-Git-Tag: v1.5.2a1~510 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe216b79373c9cb70b1c880abd5b21e87668f157;p=python A few minor updates on Emacs mode section --- diff --git a/README b/README index 627bc31bd3..3c60a7bd78 100644 --- a/README +++ b/README @@ -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 -. 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. +. The latest version, along with various +other contributed Python-related Emacs goodies, is online at +. And if you are planning to +edit the Python C code, please pick up the latest version of CC Mode +; it contains a "python" style +used throughout most of the Python C source files. Web site