diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-29 14:42:32 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-29 14:42:32 +0000 |
commit | a75f6907bd1f2b14f4432356ce86838583e459b6 (patch) | |
tree | 41d1545b3c1145298a3dc21102296cc73e4152fd /editors/psgml-xemacs21-mule/pkg-descr | |
parent | 08f58105595634ab2e4a06cd6ac961d82960b092 (diff) |
Notes
Diffstat (limited to 'editors/psgml-xemacs21-mule/pkg-descr')
-rw-r--r-- | editors/psgml-xemacs21-mule/pkg-descr | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/psgml-xemacs21-mule/pkg-descr b/editors/psgml-xemacs21-mule/pkg-descr new file mode 100644 index 000000000000..e991fddf2503 --- /dev/null +++ b/editors/psgml-xemacs21-mule/pkg-descr @@ -0,0 +1,20 @@ +PSGML: a major mode for editing SGML and XML documents for XEmacs with Mule. + +--- Emacs Library Porting + + PSGML is a major mode for editing SGML and XML documents. It works +with GNU Emacs 19.34, 20.3 and later or with XEmacs 19.9 and later. +PSGML contains a simple SGML parser and can work with any DTD. +Functions provided includes menus and commands for inserting tags with +only the contextually valid tags, identification of structural errors, +editing of attribute values in a separate window with information about +types and defaults, and structure based editing. + + PSGML is installed the following directory tree: + ${PREFIX}/lib/xemacs-20.4/site-lisp/psgml/ + +To use psgml, put the following setup into your ~/.emacs: + + (require 'psgml-setupel) + +--- Porting by shige <shige@FreeBSD.ORG> and kuriyama@FreeBSD.ORG |