aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-01-16 16:22:35 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-01-16 16:22:35 +0000
commit9a81563a10137a79e18654ce18900bfc9749ba10 (patch)
tree3caa42263d3d197b3a521208802caaee36587a17 /isar
parent2cccbd512b4f6d95f8f19edcc52dc41f40920322 (diff)
Set proof-shell-trace-output-regexp in proof-pre-shell-start-hook
Diffstat (limited to 'isar')
-rw-r--r--isar/isar.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/isar/isar.el b/isar/isar.el
index 7a290ebf..af7ba7c1 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -205,7 +205,7 @@
proof-shell-eager-annotation-start-length 1
proof-shell-eager-annotation-start "\360\\|\362"
proof-shell-eager-annotation-end "\361\\|\363"
- proof-shell-trace-output-regexp "\375"
+ ;; see isar-pre-shell-start for proof-shell-trace-output-regexp
;; Some messages delimited by eager annotations
proof-shell-clear-response-regexp "Proof General, please clear the response buffer."
@@ -479,7 +479,8 @@ proof-shell-retract-files-regexp."
(setq proof-prog-name (isabelle-command-line))
(setq proof-mode-for-shell 'isar-shell-mode)
(setq proof-mode-for-goals 'isar-goals-mode)
- (setq proof-mode-for-response 'isar-response-mode))
+ (setq proof-mode-for-response 'isar-response-mode)
+ (setq proof-shell-trace-output-regexp "\375"))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;