"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "docutils-0.5/tools/editors/emacs/README.txt" of archive docutils-0.5.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 .. -*- coding: utf-8 -*-
    2 
    3 =====================
    4  Emacs Support Files
    5 =====================
    6 
    7 :Date: $Date: 2007-12-03 21:04:09 +0100 (Mon, 03 Dez 2007) $
    8 
    9 This directory contains the following Emacs lisp package files:
   10 
   11 * rst.el: Emacs support for reStructuredText_.  This file contains a
   12   major mode that provides:
   13 
   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).  
   19 
   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.
   23 
   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).
   26 
   27 For setup and usage details, see `Emacs Support for reStructuredText
   28 <../../../docs/user/emacs.html>`_.
   29 
   30 .. _reStructuredText: http://docutils.sourceforge.net/rst.html