aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-11-25 13:03:39 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-11-25 13:03:39 +0000
commit0d3c430f178c9cc9867a349d535a4a53dea551c2 (patch)
treed10e405bebea4f8d125cb95e5cb4b6f2f8372285
parentf28a41829160aa04beeca90d2416601b5109d4d6 (diff)
note about incomplete goal..save sequences.
-rw-r--r--todo12
1 files changed, 12 insertions, 0 deletions
diff --git a/todo b/todo
index 06752c2a..4caa2796 100644
--- a/todo
+++ b/todo
@@ -205,6 +205,18 @@ C (Isabelle) Messages in minibuffer appear in FSF Emacs with ugly ^J's.
Generic problem, really: maybe CRs should be stripped, and just first
line of multiline urgent message displayed in minibuffer.
+D Perhaps goal..save sequences should be closed also by the appearance
+ of a new goal, even though this may be a "broken" proof. At the
+ moment, undoing past the new goal causes errors:
+
+ <goal>
+ ...
+ <new goal>
+ ..
+
+ Will ACS idea handle this?
+
+
D Better support for adding a new prover: give error messages which
hint at what variable to set (see proof-issue-goal for example).