aboutsummaryrefslogtreecommitdiff
path: root/isa
diff options
context:
space:
mode:
authorDavid Aspinall2004-04-17 17:41:06 +0000
committerDavid Aspinall2004-04-17 17:41:06 +0000
commit69e7264621d7d213fcd27f9c63143e9817ea0d6d (patch)
tree8a992e4c205b1da864b917b008b505ff234be832 /isa
parentf5ac02c634619c6eabb355d0e8f96f3c18ce2cd2 (diff)
Add proof-cannot-reopen-processed-files to fix behaviour of multiple files for Isabelle.
Diffstat (limited to 'isa')
-rw-r--r--isa/BUGS3
-rw-r--r--isa/isa.el5
-rw-r--r--isa/todo4
3 files changed, 12 insertions, 0 deletions
diff --git a/isa/BUGS b/isa/BUGS
index b874a599..41f992c3 100644
--- a/isa/BUGS
+++ b/isa/BUGS
@@ -4,6 +4,9 @@
See also ../BUGS for generic bugs.
+See also ../isar/BUGS. Isar is now main the instance for
+Isabelle PG, the original Isabelle instance less supported.
+
** Issues with tracing mode
diff --git a/isa/isa.el b/isa/isa.el
index 55405ac6..23da7ffe 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -229,6 +229,11 @@ and script mode."
pg-subterm-help-cmd "printyp (type_of (read \"%s\"))"
;; === MULTIPLE FILE HANDLING ===
+
+ ;; da: this next setting added for PG 3.5. I think the theory
+ ;; loader changed at some point: originally this setting left as
+ ;; nil would have been okay.
+ proof-cannot-reopen-processed-files t
proof-shell-process-file
(cons
;; Theory loader output and verbose update() output.
diff --git a/isa/todo b/isa/todo
index bd340089..4f077524 100644
--- a/isa/todo
+++ b/isa/todo
@@ -4,6 +4,10 @@
See also ../todo for generic things to do, priority codes.
+See also ../isar/todo. Isar is now main instance for PG, this
+instance less supported.
+
+
** D Isabelle: I think show_sorts -> show_types, how can we reflect this ?
** D Fix mode naming for Isabelle