aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-03-14 10:58:03 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-03-14 10:58:03 +0000
commit9f91b1072d5fe1da6fb7ab525ec44e9e8621a7e2 (patch)
tree5c65f63ba20a5267bbc9166654d1a46f1866e537 /coq
parent0ed3156faa289a4fa04af018515a07e8904fff1f (diff)
Note about useless output from Coq
Diffstat (limited to 'coq')
-rw-r--r--coq/todo18
1 files changed, 18 insertions, 0 deletions
diff --git a/coq/todo b/coq/todo
index 61b9f612..5781026e 100644
--- a/coq/todo
+++ b/coq/todo
@@ -4,6 +4,24 @@
See also ../todo for generic things to do, priority codes.
+
+** B See if there is a way to turn off the superfluous output of scripts
+
+ from Coq when inside ProofGeneral, i.e. output like this:
+
+ Intros A B G.
+ Induction G.
+ Apply conj.
+ Assumption.
+
+ Assumption.
+
+ and_comms is defined
+
+ In PG, only the last line is relevant!!
+ If it isn't possible to turn it off, can we send a suggestion
+ to the Coq implementors for the next version?
+
** B Fix silly startup sychronization problem that displays
cwd on startup.