aboutsummaryrefslogtreecommitdiffhomepage
path: root/plastic
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-01-06 17:49:01 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-01-06 17:49:01 +0000
commit7e2ba7cd47345c8bc6040bfe5267ce537bf52af8 (patch)
treee3a5ef99898c9bebb096695067753c52f583c238 /plastic
parent239f92842724c199b3d116b2ffa62c7a386ed146 (diff)
Fixes for short output duplication problem: set proof-shell-eager-annotation-start-length.
Diffstat (limited to 'plastic')
-rw-r--r--plastic/plastic.el3
1 files changed, 3 insertions, 0 deletions
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"