diff options
| author | David Aspinall | 2000-07-19 15:47:07 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-07-19 15:47:07 +0000 |
| commit | d83126ec7b57c1b7f54d8b937925f9b24ae388f0 (patch) | |
| tree | 35ccfa7540a649efce0a42e848ec21d244754322 /generic/proof-shell.el | |
| parent | d5b15c0fb62aa93bcb03b3a73f203f087494823a (diff) | |
changes to add theorem dependencies recording in spans
Diffstat (limited to 'generic/proof-shell.el')
| -rw-r--r-- | generic/proof-shell.el | 9 |
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 |
