Commit c733b325 authored by Benjamin Peterson's avatar Benjamin Peterson

update emacs section

parent b33f0c1c
...@@ -1147,16 +1147,10 @@ Emacs mode ...@@ -1147,16 +1147,10 @@ Emacs mode
---------- ----------
There's an excellent Emacs editing mode for Python code; see the file 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 Misc/python-mode.el. Originally written by the famous Tim Peters, it is now
is now maintained by the equally famous Barry Warsaw (it's no maintained by the equally famous Barry Warsaw. The latest version, along with
coincidence that they now both work on the same team). The latest various other contributed Python-related Emacs goodies, is online at
version, along with various other contributed Python-related Emacs http://launchpad.net/python-mode/.
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. (Newer versions of Emacs or XEmacs may already come with the
latest version of python-mode.)
Tkinter Tkinter
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment