aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1998-12-11 11:47:05 +0000
committerDavid Aspinall1998-12-11 11:47:05 +0000
commit490c58ba03943e3138d268f20865e05e7aade869 (patch)
treeecade993bdf79e021af2dd79e3f9a31bab78b67e
parentea52fc81454ed19269309f1d1f5e122a206b4147 (diff)
Added mention of FSFmacs multibyte character problem (version 20.3)
-rw-r--r--BUGS7
1 files changed, 7 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 0b2c57b4..0206ab3e 100644
--- a/BUGS
+++ b/BUGS
@@ -24,6 +24,13 @@ which break font lock.
Workaround: turn off proof-strict-read-only, font-lock, or for
the best of all possible worlds, switch to XEmacs.
+* As of FSFmacs 20.3, multi-byte character codes are used. This
+breaks some of the code in Proof General, which is turned off in
+case the suspicious looking function
+toggle-enable-multibyte-characters is present. This could effect
+forthcoming versions of XEmacs.
+Workaround: use FSFmacs 20.2, or XEmacs 20.4.
+
* Using C-g can leave script management in a mess. The code
needs to have some regions protected from Emacs interrupts.
Workaround: Don't type C-g while script management is processing. If