aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUGS
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2001-08-31 11:37:43 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2001-08-31 11:37:43 +0000
commit6b5b8cc1fc9ae35ca37a0db4ae82dd1fb5b74851 (patch)
tree90494a67954c8a9abc0e58e3a22f6e0c89c991c3 /BUGS
parentd0207d709da0a25eb011efc9113b55045dbafd4d (diff)
Remove minibuffer bug
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS15
1 files changed, 7 insertions, 8 deletions
diff --git a/BUGS b/BUGS
index d148133a..f230ab8b 100644
--- a/BUGS
+++ b/BUGS
@@ -15,6 +15,11 @@ versions, and those which only apply to particular versions.
* Generic problems, for all Emacs versions
+** Visibility control doesn't distinguish theorems with same name.
+
+If you have more than one theorem with the same name in a buffer,
+their proof visibilities are controlled together.
+
** If the proof assistant goes into a loop displaying lots of information
It may be difficult or impossible to interrupt it, because Emacs
@@ -23,7 +28,8 @@ push (or anything else). In this situation, you will need to send an
interrupt to the (e.g.) Isabelle process from another shell. If that
doesn't stop things, you can try 'kill -FPE <emacs-pid>'.
This problem can happen with looping rewrite rules in the Isabelle
-simplifier, when tracing rewriting.
+simplifier, when tracing rewriting. It seems to be worse on
+certain architectures, and slower machines.
** Toolbar enablers for XEmacs 21, some artefacts.
@@ -65,13 +71,6 @@ simplifier, when tracing rewriting.
Workaround: manually bind C-c RET to 'proof-goto-point instead.
-** Active minibuffer can cause strange buffer selection behaviour.
-
-Try this: start PG/isar, step into a proof, activate a mini buffer (by
-visit-file etc.), now update goals output by clicking the toolbar. PG
-will attempt to put the output into the minibuffer portion of the
-frame! To get back to a sane state, use C-]
-
* Problems with particular Emacs versions
** Emacs menus: options not updated dynamically, positions erratic, etc.