./wip/rst-mode, Emacs mode for reStructuredText documents

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6, Package name: rst-mode-0.6, Maintainer: pho

reStructuredText is a series of conventions that allows a toolset--docutils--to
extract generic document structure from simple text files. For people who use
Emacs, there is a package that adds a major mode that supports editing in the
conventions of reStructuredText: rst.el. This document describes the features it
provides, and how to setup your emacs to use them and how to invoke them.

Required to run:
[editors/emacs26]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 2b0c55b16a73e353d60c66d34860c87980dc035a
Filesize: 114.606 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 16:53:42 by Aleksej Saushev | Files touched by this commit (79)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-08-01 00:18:50 by Min Sik Kim | Files touched by this commit (18)
Log message:
Include editors/emacs/modules.mk instead of mk/emacs.mk.
   2009-07-30 08:07:12 by PHO / phonohawk | Files touched by this commit (5)
Log message:
Replaced rst-mode.el with Docutil's rst.el

   2009-07-30 07:49:12 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import rst-mode-0.2.9 as wip/rst-mode.

This package provides support for documents marked up using the reStructuredText
format. Support includes font locking as well as some convenience functions for
editing. It does this by defining a Emacs major mode.

The package is based on `text-mode' and inherits some things from it.
Particularly `text-mode-hook' is run before `rst-mode-hook'.