forked from pool/psgml
50 lines
1.1 KiB
Plaintext
50 lines
1.1 KiB
Plaintext
|
Patches:
|
||
|
========
|
||
|
|
||
|
xxml-provide.diff
|
||
|
-----------------
|
||
|
This patch makes xxml.el provide itself.
|
||
|
|
||
|
2001-07-16 12:49:56 CEST -ke-
|
||
|
|
||
|
psgml-compile-addons.diff
|
||
|
-------------------------
|
||
|
To compile psgml-dsssl.el, psgml-ja.tgz and psgml-xpointer.el
|
||
|
|
||
|
2001-11-19 09:41:38 CET -ke-
|
||
|
|
||
|
------------------------------------------------------------------------
|
||
|
|
||
|
Configuration:
|
||
|
==============
|
||
|
|
||
|
Configuration is done /usr/share/emacs/site-lisp/suse-start-psgml.el;
|
||
|
The Emacs default installation on SuSE Linux make use of it
|
||
|
automatically. If you don't use
|
||
|
/usr/share/emacs/site-lisp/site-start.el coming with SuSE Linux add to
|
||
|
your ~/.emacs:
|
||
|
|
||
|
(load "suse-start-psgml")
|
||
|
|
||
|
or copy the contents of /usr/share/emacs/site-lisp/suse-start-psgml.el
|
||
|
to your ~/.emacs.
|
||
|
|
||
|
2001-07-16 12:48:21 CEST -ke-
|
||
|
|
||
|
Comments
|
||
|
--------
|
||
|
|
||
|
xxml.el: suse-start-psgml.el now loads xxml.el by default and psgml will
|
||
|
use it automatically. If you want to use ke-docbook.el for DocBook
|
||
|
files, add at the very end of your SGML file (or adjust the "mode:" line
|
||
|
of an alread existing file):
|
||
|
|
||
|
<!-- Keep this comment at the end of the file
|
||
|
Local variables:
|
||
|
mode: ke-docbook
|
||
|
End:
|
||
|
-->
|
||
|
|
||
|
2001-07-16 12:48:21 CEST -ke-
|
||
|
|