aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--coq/coq.el1
-rw-r--r--isa/isa.el1
-rw-r--r--isar/isar.el1
-rw-r--r--lego/lego.el1
-rw-r--r--plastic/plastic.el3
5 files changed, 7 insertions, 0 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 76abab6c..fbd85399 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -502,6 +502,7 @@
proof-shell-field-char ?\374 ; not done
proof-shell-goal-char ?\375 ; done
proof-shell-eager-annotation-start "\376" ; done
+ proof-shell-eager-annotation-start-length 1
proof-shell-eager-annotation-end "\377" ; done
proof-shell-annotated-prompt-regexp
(concat proof-shell-prompt-pattern
diff --git a/isa/isa.el b/isa/isa.el
index a67ba212..d09b4207 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -172,6 +172,7 @@ and script mode."
proof-shell-quit-cmd "quit();"
proof-shell-eager-annotation-start "\360\\|\362"
+ proof-shell-eager-annotation-start-length 1
proof-shell-eager-annotation-end "\361\\|\363"
;; Some messages delimited by eager annotations
diff --git a/isar/isar.el b/isar/isar.el
index fae9d8ca..7bfc002e 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -250,6 +250,7 @@
proof-shell-restart-cmd "ProofGeneral.restart;"
proof-shell-quit-cmd (isar-verbatim "quit();")
+ proof-shell-eager-annotation-start-length 1
proof-shell-eager-annotation-start "\360\\|\362"
proof-shell-eager-annotation-end "\361\\|\363"
diff --git a/lego/lego.el b/lego/lego.el
index 457f64e3..55b5fe98 100644
--- a/lego/lego.el
+++ b/lego/lego.el
@@ -453,6 +453,7 @@ We assume that module identifiers coincide with file names."
proof-shell-field-char ?\374
proof-shell-goal-char ?\375
proof-shell-eager-annotation-start "\376"
+ proof-shell-eager-annotation-start-length 1
proof-shell-eager-annotation-end "\377"
proof-shell-annotated-prompt-regexp "Lego> \371"
proof-shell-result-start "\372 Pbp result \373"
diff --git a/plastic/plastic.el b/plastic/plastic.el
index f9ee3df8..ceefdd18 100644
--- a/plastic/plastic.el
+++ b/plastic/plastic.el
@@ -538,6 +538,9 @@ We assume that module identifiers coincide with file names."
proof-shell-field-char ?\374
proof-shell-goal-char ?\375
proof-shell-eager-annotation-start "\376"
+ ;; FIXME da: if p-s-e-a-s is implemented, you should set
+ ;; proof-shell-eager-annotation-start-length=1 to
+ ;; avoid possibility of duplicating short messages.
proof-shell-eager-annotation-end "\377"
proof-shell-annotated-prompt-regexp "LF> \371"