From: Pavel Janík Date: Mon, 4 Mar 2002 09:22:28 +0000 (+0000) Subject: Mention psgml possible problems. X-Git-Tag: ttn-vms-21-2-B4~16347 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8bd90f0a9d371f24acf51ecd635654b24ed21ab2;p=emacs.git Mention psgml possible problems. --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 4563561d4f9..ed6f11b3069 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -591,6 +591,16 @@ is to use the default compiler `cc'. `before-change-function' and `after-change-function', which are no longer used by Emacs. Please use PSGML 1.2.3 or later. +* PSGML conflicts with sgml-mode. + +PSGML package uses the same names of some variables (like keymap) +as built-in sgml-mode.el because it was created as a replacement +of that package. The conflict will be shown if you load +sgml-mode.el before psgml.el. E.g. this could happen if you edit +HTML page and then start to work with SGML or XML file. html-mode +(from sgml-mode.el) is used for HTML file and loading of psgml.el +(for sgml-mode or xml-mode) will cause an error. + * The LDAP support rely on ldapsearch program from OpenLDAP version 2. It can fail to work with ldapsearch program from OpenLDAP version 1.