diff options
| author | Makarius Wenzel | 2001-11-20 23:21:12 +0000 |
|---|---|---|
| committer | Makarius Wenzel | 2001-11-20 23:21:12 +0000 |
| commit | d153fe8d5b2ab52b882184b2fa50ea2b7897b0c3 (patch) | |
| tree | 6f2d74a996e0289cfa010db9c605c201375dfc99 | |
| parent | 80a0c3d39bea3b4dcb6b80e54db3a2aac33337c1 (diff) | |
set proof-shell-spill-output-regexp;
isar-activate-scripting: proof-syn-cd (why is this here needed?);
| -rw-r--r-- | isar/isar.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/isar/isar.el b/isar/isar.el index cd9a7dc3..cb6fe118 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -206,6 +206,7 @@ proof-shell-eager-annotation-start-length 1 proof-shell-eager-annotation-start "\360\\|\362" proof-shell-eager-annotation-end "\361\\|\363" + proof-shell-spill-output-regexp "\375" ;; Some messages delimited by eager annotations proof-shell-clear-response-regexp "Proof General, please clear the response buffer." @@ -263,7 +264,8 @@ proof-shell-retract-files-regexp." (isar-remove-file (file-truename name) proof-included-files-list nil)))) (defun isar-activate-scripting () - "Make sure the Isabelle/Isar toplevel is in a sane state.") + "Make sure the Isabelle/Isar toplevel is in a sane state." + (proof-cd-sync)) ;; |
