aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--isa/isa.el3
-rw-r--r--isar/isar.el3
2 files changed, 6 insertions, 0 deletions
diff --git a/isa/isa.el b/isa/isa.el
index eaee515a..7adcc3fc 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -194,6 +194,9 @@ and script mode."
proof-shell-eager-annotation-end "\361\\|\363"
;; see isa-pre-shell-start for proof-shell-trace-output-regexp
+ ;; Isabelle is learning to talk PGIP...
+ proof-shell-match-pgip-cmd "<pgip"
+
;; Some messages delimited by eager annotations
proof-shell-clear-response-regexp "Proof General, please clear the response buffer."
proof-shell-clear-goals-regexp "Proof General, please clear the goals buffer."
diff --git a/isar/isar.el b/isar/isar.el
index 4c993c50..2b04a912 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -225,6 +225,9 @@ See -k option for Isabelle interface script."
proof-shell-eager-annotation-end "\361\\|\363"
;; see isar-pre-shell-start for proof-shell-trace-output-regexp
+ ;; Isabelle is learning to talk PGIP...
+ proof-shell-match-pgip-cmd "<pgip"
+
;; Some messages delimited by eager annotations
proof-shell-clear-response-regexp "Proof General, please clear the response buffer."
proof-shell-clear-goals-regexp "Proof General, please clear the goals buffer."