aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1998-12-11 17:53:32 +0000
committerDavid Aspinall1998-12-11 17:53:32 +0000
commitbe578796504531fbc8df6ab7eca5a207d8421463 (patch)
tree69be6c792291ac9731fcf525062d2a76dc405232
parent4f4f7543d8317b6cba78c43671fc3c65658e7581 (diff)
More comments about multiple file problems
-rw-r--r--todo23
1 files changed, 23 insertions, 0 deletions
diff --git a/todo b/todo
index 76c3f6e5..2f081234 100644
--- a/todo
+++ b/todo
@@ -26,6 +26,29 @@ A*** MULTIPLE FILES BEHAVIOUR:
in the included files list. Should it be there or not,
if the file is only partly processed?
+ Log files for last changes in proof-script:
+
+ Disabled hack for proof-shell-process-file which allowed
+ empty string to stand for filename of current scripting buffer.
+ This added the current script buffer onto the included files
+ list immediately processing it began (if it began with something
+ creating a mark). However, I removed the check for the current
+ scripting buffer so that that could correctly be marked atomic
+ for Isabelle at other times. This resulted in current buffer
+ being marked atomic, and errors.
+ Are there still more errors?
+
+ [Possibly yes: is there some processing of lego-path somewhere?
+ If I visit /home/da/example.l then other stuff in another dir
+ the other stuff is not seen]
+
+
+ My current viewpoint is that the processed files list only contains
+ files *fully* processed by the prover, and that Proof General should
+ manage the scripting buffer part of this. So if we process a
+ succession of files with scripting, they are entered onto the list.
+
+
A*** BUG: FSF Emacs process handling (check on proof-shell-insert fix),
killing buffer problems.