summaryrefslogtreecommitdiff
path: root/editors/psgml/pkg-descr
blob: a7d18952ab89bfcfc54ecb9c0ba9153f1263e6bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 'psgml-startup)

--- Porting by shige <shige@FreeBSD.ORG>.