summaryrefslogtreecommitdiff
path: root/docutils/tools/editors/emacs/README.txt
blob: 2c3e32ce5479ff752ad6bc751a94ebfb1b0ec1b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.. -*- coding: utf-8 -*-

=====================
 Emacs Support Files
=====================

:Date: $Date$

This directory contains the following Emacs lisp package files:

* rst.el: Emacs support for reStructuredText_.  This file contains

  * Section decoration/adornment creation and updating (M. Blais);
  * Table-of-contents mode and insertion (M. Blais);
  * Font-lock syntax highlighting (S. Merten);
  * Some handy editing functions (D. Goodger).
  * Some functions for converting documents from emacs (M. Blais).  

* tests subdirectory: automated tests for some of the features in rst.el.
  Please make sure the tests pass if you change the LISP code.  Just type "make"
  to run the tests.

To install the package, put a copy of the package file in a directory on your
``load-path`` (use ``C-h v load-path`` to check).

For setup and usage details, see `Emacs Support for reStructuredText
<../../../docs/user/emacs.html>`_.

.. _reStructuredText: http://docutils.sourceforge.net/rst.html