You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Erik Stein f8c3971a0e Added files missing from initial import. 7 years ago
..
tests Added files missing from initial import. 7 years ago
IDEAS.rst Added files missing from initial import. 7 years ago
README.txt Added files missing from initial import. 7 years ago
docutils.conf Added files missing from initial import. 7 years ago
rst.el Added files missing from initial import. 7 years ago

README.txt

.. -*- coding: utf-8 -*-

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

:Date: $Date: 2008-11-26 19:07:47 +0100 (Mi, 26 Nov 2008) $

This directory contains the following Emacs lisp package files:

* `<rst.el>`_: Emacs support for reStructuredText_. This file contains a
major mode that provides:

* 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 rest documents from within 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