aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2001-09-26 19:11:07 +0000
committerEli Zaretskii <[email protected]>2001-09-26 19:11:07 +0000
commit6343352f43998ba50bc0980719635a2798e7f414 (patch)
tree0cac496694cf2c2f357d30a1829e969d8b62b967
parent8481e41e5ba38d2eaf1d6bb2f502751496453f61 (diff)
Document the problem with epop3's redefinition of gethash.
-rw-r--r--etc/PROBLEMS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 1d46c40de4..df8592ca5a 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -840,6 +840,17 @@ e.g. if you need more CJK coverage, use the current Mule-UCS package.
Any files encoded as emacs-mule using oc-unicode won't be read
correctly by Emacs 21.
+* Using epop3.el package causes Emacs to signal an error.
+
+The error message might be something like this:
+
+ "Lisp nesting exceeds max-lisp-eval-depth"
+
+This happens because epop3 redefines the function gethash, which is a
+built-in primitive beginning with Emacs 21.1. We don't have a patch
+for epop3 that fixes this, but perhaps a newer version of epop3
+corrects that.
+
* On systems with shared libraries you might encounter run-time errors
from the dynamic linker telling you that it is unable to find some
shared libraries, for instance those for Xaw3d or image support.