diff options
| author | Pavel Janík | 2002-03-04 09:22:28 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-03-04 09:22:28 +0000 |
| commit | 8bd90f0a9d371f24acf51ecd635654b24ed21ab2 (patch) | |
| tree | a6c7b37e8d5a69a807ced1d6b2405166750a87ff | |
| parent | 9652402e782a27477210ea6e3ff51c7987bae0af (diff) | |
| download | emacs-8bd90f0a9d371f24acf51ecd635654b24ed21ab2.tar.gz emacs-8bd90f0a9d371f24acf51ecd635654b24ed21ab2.zip | |
Mention psgml possible problems.
| -rw-r--r-- | etc/PROBLEMS | 10 |
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 |
| 592 | longer used by Emacs. Please use PSGML 1.2.3 or later. | 592 | longer used by Emacs. Please use PSGML 1.2.3 or later. |
| 593 | 593 | ||
| 594 | * PSGML conflicts with sgml-mode. | ||
| 595 | |||
| 596 | PSGML package uses the same names of some variables (like keymap) | ||
| 597 | as built-in sgml-mode.el because it was created as a replacement | ||
| 598 | of that package. The conflict will be shown if you load | ||
| 599 | sgml-mode.el before psgml.el. E.g. this could happen if you edit | ||
| 600 | HTML 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 | ||
| 596 | It can fail to work with ldapsearch program from OpenLDAP version 1. | 606 | It can fail to work with ldapsearch program from OpenLDAP version 1. |