changeset 43696:4f4870cb475a

Mention psgml possible problems.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 04 Mar 2002 09:22:28 +0000
parents 3f217364f61a
children 8dc5abd4533a
files etc/PROBLEMS
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.