>>>> "Lennart" == Lennart Staflin
<lenst(a)lysator.liu.se> writes:
Lennart> Paul Krause <pkrause(a)ibelong.com> writes:
> diff -u c:\Program
Files\Xemacs\xemacs-packages\lisp\psgml\psgml.el.~1~ c:\Program
Files\Xemacs\xemacs-packages\lisp\psgml\psgml.el
> --- c:\Program Files\Xemacs\xemacs-packages\lisp\psgml\psgml.el.~1~ Mon Aug 21
17:36:30 2000
> +++ c:\Program Files\Xemacs\xemacs-packages\lisp\psgml\psgml.el Mon Aug 21 17:36:30
2000
> @@ -426,7 +426,8 @@
> (concat "%S" path-separator
> (directory-file-name
> sgml-data-directory)
> - "%o/%c/%d")))
> + "%o" (string directory-sep-char)
> + "%c" (string directory-sep-char) "%d")))
> "*Mapping from public identifiers to file names.
> This is a list of possible file names. To find the file for a public
> identifier the elements of the list are used one at the time from the
>
Lennart> As usually the XEmacs maintainers have confused things by
Lennart> not making it clear what is XEmacs specific. There is no
I like blanket statements like this. They make world such a simple
place and win you a lot of friends at the same time.
Lennart> code like the above in the standard PSGML dist.
Lennart, would you care to comment on a patch of mine for which I have
asked you for advice/approval in
From: Adrian Aichner <aichner(a)ecf.teradyne.com>
Subject: [PATCH] psgml-fs.el, psgml-html.el, psgml-info.el to provide themselves,
autoload `html-quote-region'
To: lenst(a)lysator.liu.se
Cc: Andreas Jaeger <aj(a)xemacs.org>, Jerry James <james(a)eecs.ukans.edu>
Date: 15 Aug 2000 15:17:55 +0200
Message-ID: <uk8di8xz0.fsf(a)ecf.teradyne.com>
The patch itself may be found here:
http://www.xemacs.org/list-archives/xemacs-patches/200008/msg00057.html
Adrian
Lennart> --
Lennart> Lennart Staflin <lenst(a)lysator.liu.se> /*/ (:ABSOLUTE
:WILD)
--
Adrian Aichner <adrian(a)xemacs.org>