diff options
author | anray <anray@FreeBSD.org> | 2006-08-23 13:35:57 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-08-23 13:35:57 +0800 |
commit | 5ecb21409ee19cf3f3f9d1c5d49567d4566f55ed (patch) | |
tree | 4f2e9b5bb1b7c2e48cb61306a9f83be1f946e335 /textproc/Makefile | |
parent | fbfc752ee56d702d7aa1f377ff627fba2760bad9 (diff) | |
download | freebsd-ports-gnome-5ecb21409ee19cf3f3f9d1c5d49567d4566f55ed.tar.gz freebsd-ports-gnome-5ecb21409ee19cf3f3f9d1c5d49567d4566f55ed.tar.zst freebsd-ports-gnome-5ecb21409ee19cf3f3f9d1c5d49567d4566f55ed.zip |
Support code for editing reStructuredText with Emacs.
Basically, this package contains:
- Functions to automatically adjust and cycle the section underline
decorations;
- A mode that displays the table of contents and allows you to jump anywhere
from it;
- Functions to insert and automatically update a TOC in your source
document;
- A mode which supports font-lock highlighting of reStructuredText
structures;
- Some other convenience functions.
This package is the result of merging:
- restructuredtext.el
- rst-mode.el
- rst-html.el
Those files are now OBSOLETE and have been replaced by this single
package file (2005-10-30).
WWW: http://docutils.sourceforge.net/docs/user/emacs.html
PR: ports/102384
Submitted by: Denis Shaposhnikov <dsh at vlink.ru>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e79556fdef67..8c4d2337501f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -759,6 +759,7 @@ SUBDIR += romdict SUBDIR += rot SUBDIR += rotix + SUBDIR += rst.el SUBDIR += rtf2html SUBDIR += rtfreader SUBDIR += rtfx |