1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/editors/psgml-mule/pkg-descr
Shigeyuki Fukushima 7df178750b Change from psgml-setup.el to psgml-setupel.el.
Improve scripts/configure (delete needless indirect INFILES variable).
Use PSGML_SETUPEL in PLIST_SUB.
1999-05-23 16:23:36 +00:00

21 lines
768 B
Plaintext

PSGML: a major mode for editing SGML and XML documents.
--- 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/mule/site-lisp/psgml/
To use psgml, put the following setup into your ~/.emacs:
(require 'psml-setupel)
--- Porting by shige <shige@FreeBSD.ORG>.