aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUGS
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-30 09:39:13 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-30 09:39:13 +0000
commit4c1ac4904b1c63574dddc5a49458b0960a7255c3 (patch)
tree00b9ea0b4b91e0417dce05bd0d8ff96066565649 /BUGS
parent2d336cc59d07131308af9c72960a9e0ca194a836 (diff)
Strict read works on GNU Emacs 21.2.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS15
1 files changed, 0 insertions, 15 deletions
diff --git a/BUGS b/BUGS
index d41c366e..47a9b2b1 100644
--- a/BUGS
+++ b/BUGS
@@ -115,21 +115,6 @@ adding this line to .emacs should help:
(setq process-coding-system-alist '(("" . no-conversion)))
-** Strict read only disabled by default in GNU Emacs.
-
-Unfortunately strict read only is incompatible with font lock in
-GNU Emacs, so it is disabled by default. Instead, you get a warning message
-if the locked region is edited.
-
-
-** In GNU Emacs, spurious "Region read only" errors
-
-Same problem as above, different symptom.
-When proof-strict-read-only is set and font lock is on, these
-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.
-
** XEmacs undo in the script buffer can edit the "uneditable region"