aboutsummaryrefslogtreecommitdiff
path: root/todo
diff options
context:
space:
mode:
authorThomas Kleymann1998-10-27 15:57:14 +0000
committerThomas Kleymann1998-10-27 15:57:14 +0000
commit215f027e6d76c2b686725fc2e86ce28e1ee09f7d (patch)
tree16c1fd286cd4c815a0541b66a83791a35198e881 /todo
parent769fef307b404a37e6fca0b412eb8258ab760e75 (diff)
Made handling of multiple files more robust. On changing script
buffers, we invoke (save-some-buffers). Furthermore, we warn the user if modified buffers have been read in by the proof assistant.
Diffstat (limited to 'todo')
-rw-r--r--todo15
1 files changed, 3 insertions, 12 deletions
diff --git a/todo b/todo
index 725f8752..dc5178a2 100644
--- a/todo
+++ b/todo
@@ -33,18 +33,6 @@ A* Fixup for non-script buffer locking:
proof-restart-script is now broken (2h da)
-A* Fixup multiple files -- needs debugging.
-
- 1. mark atomic makes some assumption about non-comment commands in
- script buffers
- (partly fixed)
- 2. Add save-some-buffers or similar to try to make sure that a
- modified buffer is saved before it can be read to the prover.
- If a buffer is put onto the proof-included-files-list when it is
- modified, we should warn the user about possible inconsistency.
-
- (1hr tms)
-
B Improve web pages after suggestions in doc/notes.txt
(da, 1.5hrs)
@@ -304,6 +292,9 @@ X We need to go over to piped communication rather than ptys to fix
tested for future versions. [Currently the problem is documented in
Email messages sent to lego]
+X proof-mark-buffer-atomic marks the buffer as only containing
+ comments if the first ACS is a goal-save span. This is however not a
+ problem for LEGO and Isabelle. (30 min)
* Proof-by-Pointing
===================