aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorDavid Aspinall1998-11-09 18:42:52 +0000
committerDavid Aspinall1998-11-09 18:42:52 +0000
commit257d2cf3547f485c18991db54f56bd28c86b9ac3 (patch)
treef6092ec4b6c0262d78a2eb95a34e9c0acb305b7e /BUGS
parent1044ec7dbc0335ae122fe062f79219ac310a4f09 (diff)
Added bug about FSFmacs/proof-strict-read-only=t/font-lock
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index c617f4e2..c73e45c8 100644
--- a/BUGS
+++ b/BUGS
@@ -13,6 +13,12 @@ in XEmacs. This doesn't happen in FSFmacs. Test case:
Press C-x u, nonsense text appears in locked region.
Workaround: take care with undo in XEmacs.
+* In FSFmacs, when proof-strict-read-only is set and font lock
+is switched on, spurious "Region read only" errors are given
+which break font lock.
+Workaround: turn off proof-strict-read-only, font-lock, or for
+the best of all possible worlds, switch to XEmacs.
+
* 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