diff options
Diffstat (limited to 'editors/psgml-emacs/pkg-descr')
-rw-r--r-- | editors/psgml-emacs/pkg-descr | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/psgml-emacs/pkg-descr b/editors/psgml-emacs/pkg-descr new file mode 100644 index 00000000000..c9ac6c20c19 --- /dev/null +++ b/editors/psgml-emacs/pkg-descr @@ -0,0 +1,20 @@ +PSGML: a major mode for editing SGML and XML documents for emacs. + +--- 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}/share/emacs/site-lisp/psgml/ + +To use psgml, put the following setup into your ~/.emacs: + + (require 'psml-setup) + +--- Porting by shige <shige@kuis.kyoto-u.ac.jp> |