aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-shell.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/proof-shell.el')
-rw-r--r--generic/proof-shell.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el
index c5b11704..bd3aa18c 100644
--- a/generic/proof-shell.el
+++ b/generic/proof-shell.el
@@ -1400,6 +1400,15 @@ proof-shell-eager-annotation-start, proof-shell-eager-annotation-end."
proof-goals-buffer)
;; Erase goals buffer but and possibly its windows
(proof-clean-buffer proof-goals-buffer))
+
+ ((if proof-shell-theorem-dependency-list-regexp
+ (string-match proof-shell-theorem-dependency-list-regexp message))
+ (setq proof-last-theorem-dependencies
+ (match-string 1)))
+
+ ;; FIONA! New code needs to go in here: match
+ ;; against proof-shell-theorem-dependency-list-regexp and set a
+ ;; variable proof-last-theorem-depencies from the match string
(t
;; We're about to display a message. Clear the response buffer