aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-config.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-27 12:15:52 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-27 12:15:52 +0000
commitbe4ce535a4ef45bed083653ec8951b602378d8e5 (patch)
tree28e750504682ea0de0fecceba1bbeacadd9295bb /generic/proof-config.el
parentdff98e3aed41983095a3f5d5bf53e14cc6b94936 (diff)
Fixed urgent message stuff. proof-shell-process-urgent-messages
now seems to correctly observe all messages which pass through.
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index a2d14d27..c342631e 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -420,6 +420,16 @@ assistant, for example, to switch to a new theory."
:type '(repeat function)
:group 'prover-config)
+; FIXME: this could be used to replace eager-annotation-start and end.
+;(defcustom proof-shell-urgent-message-regexp nil
+; "Regexp matching messages to be dealt with during process output.
+;Normally, process output is only dealt with when two successive
+;prompts are seen. But Proof General can also process 'urgent' messages,
+;for example 'loading file...' or 'warning...' while output
+;before the second prompt is seen.
+;Set to nil to disable this feature."
+; :type '(choice nil regexp)
+; :group 'prover-config)