aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-03-04 09:22:28 +0000
committerPavel Janík2002-03-04 09:22:28 +0000
commit8bd90f0a9d371f24acf51ecd635654b24ed21ab2 (patch)
treea6c7b37e8d5a69a807ced1d6b2405166750a87ff
parent9652402e782a27477210ea6e3ff51c7987bae0af (diff)
downloademacs-8bd90f0a9d371f24acf51ecd635654b24ed21ab2.tar.gz
emacs-8bd90f0a9d371f24acf51ecd635654b24ed21ab2.zip
Mention psgml possible problems.
-rw-r--r--etc/PROBLEMS10
1 files changed, 10 insertions, 0 deletions
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'.
591`before-change-function' and `after-change-function', which are no 591`before-change-function' and `after-change-function', which are no
592longer used by Emacs. Please use PSGML 1.2.3 or later. 592longer used by Emacs. Please use PSGML 1.2.3 or later.
593 593
594* PSGML conflicts with sgml-mode.
595
596PSGML package uses the same names of some variables (like keymap)
597as built-in sgml-mode.el because it was created as a replacement
598of that package. The conflict will be shown if you load
599sgml-mode.el before psgml.el. E.g. this could happen if you edit
600HTML page and then start to work with SGML or XML file. html-mode
601(from sgml-mode.el) is used for HTML file and loading of psgml.el
602(for sgml-mode or xml-mode) will cause an error.
603
594* The LDAP support rely on ldapsearch program from OpenLDAP version 2. 604* The LDAP support rely on ldapsearch program from OpenLDAP version 2.
595 605
596It can fail to work with ldapsearch program from OpenLDAP version 1. 606It can fail to work with ldapsearch program from OpenLDAP version 1.