aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa/isa.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-12 14:44:50 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-12 14:44:50 +0000
commitec99bfc45a3625a7ca12f501fba3eaf85e964072 (patch)
tree7a17d64103e60457569449d2d41f8d3c19c2ca42 /isa/isa.el
parent97c24db3760a6e00e5956672d71db0fa8a328fda (diff)
Bug in variable names
Diffstat (limited to 'isa/isa.el')
-rw-r--r--isa/isa.el10
1 files changed, 4 insertions, 6 deletions
diff --git a/isa/isa.el b/isa/isa.el
index 8fa15a2f..d187f268 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -93,12 +93,12 @@ no regular or easily discernable structure."
;; Probably it isn't general enough for all MLs, please send me
;; problem reports / patches.
;;
- proof-shell-annotated-prompt-pattern
- "^\\(val it = () : unit\n\\)?> "
+ proof-shell-annotated-prompt-regexp
+ "^\\(val it = () : unit\n\\)?> "
;; This pattern is just for comint, it matches a range of
;; prompts from a range of MLs.
- proof-shell-prompt-pattern "^2?[-=#>]>? *"
+ proof-shell-prompt-pattern "^2?[-=#>]>? *"
proof-shell-cd "cd \"%s\";"
proof-shell-proof-completed-regexp "No subgoals!"
@@ -121,12 +121,10 @@ no regular or easily discernable structure."
proof-internal-home-directory
"isa/ProofGeneral.ML\";")
proof-shell-eager-annotation-start "^\\[opening \\|^###"
- ;; proof-shell-eager-annotation-end "$"
proof-shell-eager-annotation-end "$"
;; === ANNOTATIONS === ones below here are broken
proof-shell-goal-char ?\375
proof-shell-first-special-char ?\360
- proof-shell-annotated-prompt-regexp proof-shell-prompt-pattern
proof-shell-result-start "\372 Pbp result \373"
proof-shell-result-end "\372 End Pbp result \373"
proof-analyse-using-stack t
@@ -393,6 +391,6 @@ isa-proofscript-mode."
;; FIXME: broken, of course, as is all PBP everywhere.
(defun isa-pbp-mode-config ()
(setq pbp-change-goal "Show %s.")
- (setq pbp-error-regexp isa-error-regexp))
+ (setq pbp-error-regexp proof-shell-error-regexp))
(provide 'isa)