diff options
| author | David Aspinall | 2004-04-17 17:41:06 +0000 |
|---|---|---|
| committer | David Aspinall | 2004-04-17 17:41:06 +0000 |
| commit | 69e7264621d7d213fcd27f9c63143e9817ea0d6d (patch) | |
| tree | 8a992e4c205b1da864b917b008b505ff234be832 /isa | |
| parent | f5ac02c634619c6eabb355d0e8f96f3c18ce2cd2 (diff) | |
Add proof-cannot-reopen-processed-files to fix behaviour of multiple files for Isabelle.
Diffstat (limited to 'isa')
| -rw-r--r-- | isa/BUGS | 3 | ||||
| -rw-r--r-- | isa/isa.el | 5 | ||||
| -rw-r--r-- | isa/todo | 4 |
3 files changed, 12 insertions, 0 deletions
@@ -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 @@ -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. @@ -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 |
