From d153fe8d5b2ab52b882184b2fa50ea2b7897b0c3 Mon Sep 17 00:00:00 2001 From: Makarius Wenzel Date: Tue, 20 Nov 2001 23:21:12 +0000 Subject: set proof-shell-spill-output-regexp; isar-activate-scripting: proof-syn-cd (why is this here needed?); --- isar/isar.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)) ;; -- cgit v1.2.3