|
|
|
Emacs Goodies
Here is a slightly random collection of Emacs goodies, some of which
will help you with your
Python programming. Most
work for both the latest
XEmacs 20 and 21 and Emacs 20 versions,
and some even work for XEmacs 19 and Emacs 19, with a little work.
- Python Mode
- An Emacs mode for editing Python source code.
-
pdb.el (off-site link)
- Python Debugging from Emacs, by
Wolfgang Weitz.
An Emacs file which adds some support for debugging Python
programs with pdb, from within Emacs. Integrates with Eric
S. Raymond's Grand Unified Debugger (gud.el), standard with
newer versions of Emacs.
- CC Mode Version 5
- An Emacs mode for editing C, C++, Objective-C, Java,
and CORBA IDL source code. CC Mode development has been
moved to SourceForge and taken over by Martin Stjernholm.
- Winring
- An add-on for managing rings of window configurations.
-
reporter.el
- An Emacs package that helps other package authors easily
integrate bug reporting facilities.
-
elp.el
- An Emacs Lisp Profiler
-
xrdb-mode.el
- An Emacs mode for editing X window resource database files.
- Supercite
- An Emacs mode for fancy citations of email and Usenet
messages. Here is
The complete distribution [gzip'd tarball ~62KB]
- outdent.el by Ken Manheimer
- Indentation-based outline exposure and maneuvering
|