diff options
| author | David Aspinall | 2008-01-15 18:32:55 +0000 |
|---|---|---|
| committer | David Aspinall | 2008-01-15 18:32:55 +0000 |
| commit | eba528f89f69805fdf3b0f190065353867536741 (patch) | |
| tree | 82134dfa06e748966781540c348821556cae0f3e /generic/proof-config.el | |
| parent | eaf56d4cd3dd11d95a1324a8c8c0857c53c0c987 (diff) | |
Documentation.
Diffstat (limited to 'generic/proof-config.el')
| -rw-r--r-- | generic/proof-config.el | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index 40d1da52..171a27bb 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -1818,11 +1818,16 @@ If nil, just use the rest of the output following proof-shell-start-goals-regexp (defcustom proof-shell-eager-annotation-start nil "Eager annotation field start. A regular expression or nil. -An eager annotation indicates to Proof General that some following output +An \"eager annotation indicates\" to Proof General that some following output should be displayed (or processed) immediately and not accumulated for -parsing later. +parsing later. Note that this affects processing of output which is +ordinarily accumulated: output which appears before the eager annotation +start will be discarded. -It is nice to recognize (starts of) warnings or file-reading messages +The start/end annotations can be used to hilight the output, but +are stripped from display of the message in the minibuffer. + +It is useful to recognize (starts of) warnings or file-reading messages with this regexp. You must also recognize any special messages from the prover to PG with this regexp (e.g. `proof-shell-clear-goals-regexp', `proof-shell-retract-files-regexp', etc.) |
