Lots of refactorings and a few minor improvements.
[docutils.git] / docutils / tools / editors / emacs / README.txt
blob80a610f35cea0ace92cc1ce748c4ff01b2f85b5b
1 .. -*- coding: utf-8 -*-
3 =====================
4  Emacs Support Files
5 =====================
7 :Date: $Date$
9 This directory contains the following Emacs lisp package files:
11 * `<rst.el>`_: Emacs support for reStructuredText_.  This file contains a
12   major mode that provides:
14   * Section decoration/adornment creation and updating (M. Blais);
15   * Table-of-contents mode and insertion (M. Blais);
16   * Font-lock syntax highlighting (S. Merten);
17   * Some handy editing functions (D. Goodger).
18   * Some functions for converting rest documents from within emacs (M. Blais).  
20 * `<tests/>`_ subdirectory: automated tests for some of the features in rst.el.
21   Please make sure the tests pass if you change the LISP code.  Just type "make"
22   to run the tests.
24 To install the package, put a copy of the package file in a directory on your
25 ``load-path`` (use ``C-h v load-path`` to check).
27 For setup and usage details, see `Emacs Support for reStructuredText
28 <../../../docs/user/emacs.html>`_.
30 .. _reStructuredText: http://docutils.sourceforge.net/rst.html