FYI. (This is not Python-specific per-se, but everyone I know using Python has adopted docutils and rest, so this will be of interest to most people on this list using emacs.)
emacs support for reStructuredText has been greatly improved and rewritten over the past few weeks. All emacs files have now been grouped in a single package, rst.el, with lots of new features. All the juicy details can be found here: http://docutils.sourceforge.net/docs/user/emacs.html rst.el is part of the docutils repository: http://svn.berlios.de/viewcvs/*checkout*/docutils/trunk/docutils/tools/editors/emacs/rst.el Note that all the old rest emacs packages (restructuredtext.el, rst-mode.el, rst-html.el) are obsoleted by this new package-- the new package contains all their functionality and more. Delete your old files. cheers, -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html
