summaryrefslogtreecommitdiff
path: root/editors/nxml-emacs21/pkg-descr
diff options
context:
space:
mode:
authorOKAZAKI Tetsurou <okazaki@FreeBSD.org>2003-12-23 12:34:51 +0000
committerOKAZAKI Tetsurou <okazaki@FreeBSD.org>2003-12-23 12:34:51 +0000
commitabe39014ab297649509984e710d995c545957d36 (patch)
tree28af5a9e69fcf5458569211beebe4b735dde8c1e /editors/nxml-emacs21/pkg-descr
parentUpdate to 1.2. (diff)
Add nxml-emacs21, a major mode for editing XML documents for emacs21.
PR: 58576 Submitted by: Fritz Heinrichmeyer
Diffstat (limited to 'editors/nxml-emacs21/pkg-descr')
-rw-r--r--editors/nxml-emacs21/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/nxml-emacs21/pkg-descr b/editors/nxml-emacs21/pkg-descr
new file mode 100644
index 000000000000..2ad8f9bccf0a
--- /dev/null
+++ b/editors/nxml-emacs21/pkg-descr
@@ -0,0 +1,9 @@
+This is a new major mode for GNU Emacs for editing XML documents. It
+supports editing well-formed XML documents and also provides
+schema-sensitive editing of XML documents using RELAX NG Compact
+Syntax.
+
+To use this, you need GNU Emacs version 21.x, preferably 21.3. GNU
+Emacs version 20 will not work properly, nor will XEmacs.
+
+-- port by Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de>