aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa
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 /isa
parent2cccbd512b4f6d95f8f19edcc52dc41f40920322 (diff)
Set proof-shell-trace-output-regexp in proof-pre-shell-start-hook
Diffstat (limited to 'isa')
-rw-r--r--isa/isa.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/isa/isa.el b/isa/isa.el
index bd3cea9f..245c17d0 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -202,7 +202,7 @@ and script mode."
proof-shell-eager-annotation-start "\360\\|\362"
proof-shell-eager-annotation-start-length 1
proof-shell-eager-annotation-end "\361\\|\363"
- proof-shell-trace-output-regexp "\375"
+ ;; see isa-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."
@@ -548,7 +548,8 @@ you will be asked to retract the file or process the remainder of it."
(setq proof-prog-name (isabelle-command-line))
(setq proof-mode-for-shell 'isa-shell-mode)
(setq proof-mode-for-goals 'isa-goals-mode)
- (setq proof-mode-for-response 'isa-response-mode))
+ (setq proof-mode-for-response 'isa-response-mode)
+ (setq proof-shell-trace-output-regexp "\375"))
(defun isa-mode-config ()
(isa-mode-config-set-variables)