aboutsummaryrefslogtreecommitdiffhomepage
path: root/todo
diff options
context:
space:
mode:
authorGravatar Healfdene Goguen <da+pg-hhg@inf.ed.ac.uk>1998-01-15 12:13:06 +0000
committerGravatar Healfdene Goguen <da+pg-hhg@inf.ed.ac.uk>1998-01-15 12:13:06 +0000
commitf523b125957c2bc7dcbecd08e07ebf9264daa3a5 (patch)
tree4680cf2bce8f9fbb57f54bb31a7989a93aab4f4d /todo
parent53f45cf82297f356bc2a947d14ed3dd31380dcbd (diff)
One needed change for coq included
Diffstat (limited to 'todo')
-rw-r--r--todo6
1 files changed, 6 insertions, 0 deletions
diff --git a/todo b/todo
index c3c67edc..f4af3662 100644
--- a/todo
+++ b/todo
@@ -49,3 +49,9 @@ o There's a bug so the goal buffer isn't displaying everything that
o Sections and files are handled incorrectly.
o Update documentation to include C-c C-s.
+
+o Lifted nested lemmas respond incorrectly to C-c u: Coq gets sent the
+ correct command if I undo up to the lower lemma, but the buffer
+ undoes to the upper lemma. I.e., if I start Lemma x, then prove
+ Lemma y, then finish x, and undo lemma x, then lemma y gets undone
+ in the buffer as well.