~ubuntu-branches/ubuntu/jaunty/python-docutils/jaunty

« back to all changes in this revision

Viewing changes to tools/editors/emacs/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. -*- coding: utf-8 -*-
 
2
 
 
3
=====================
 
4
 Emacs Support Files
 
5
=====================
 
6
 
 
7
:Date: $Date: 2005-10-31 04:22:45 +0100 (Mon, 31 Oct 2005) $
 
8
 
 
9
This directory contains the following Emacs lisp package files:
 
10
 
 
11
* rst.el: Emacs support for reStructuredText_.  This file contains
 
12
 
 
13
  * Section decoration/adornment creation and updating (M. Blais);
 
14
  * Table-of-contents mode and insertion (M. Blais);
 
15
  * Font-lock syntax highlighting (S. Merten);
 
16
  * Some handy editing functions (D. Goodger).
 
17
  * Some functions for converting documents from emacs (M. Blais).  
 
18
 
 
19
* tests subdirectory: automated tests for some of the features in rst.el.
 
20
  Please make sure the tests pass if you change the LISP code.  Just type "make"
 
21
  to run the tests.
 
22
 
 
23
To install the package, put a copy of the package file in a directory on your
 
24
``load-path`` (use ``C-h v load-path`` to check).
 
25
 
 
26
For setup and usage details, see `Emacs Support for reStructuredText
 
27
<../../../docs/user/emacs.html>`_.
 
28
 
 
29
.. _reStructuredText: http://docutils.sourceforge.net/rst.html