# HG changeset patch # User Pavel Jank # Date 1015233748 0 # Node ID 4f4870cb475a7864084ef5621a1c1d3c5886cd42 # Parent 3f217364f61ad7396d8fefee7685bbbd94bacfd8 Mention psgml possible problems. diff -r 3f217364f61a -r 4f4870cb475a etc/PROBLEMS --- a/etc/PROBLEMS Mon Mar 04 08:32:49 2002 +0000 +++ b/etc/PROBLEMS Mon Mar 04 09:22:28 2002 +0000 @@ -591,6 +591,16 @@ `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.