aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 1dec176f..f8b58633 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -1864,6 +1864,17 @@ This is an experimental feature, currently work-in-progress."
:type '(choice nil regexp)
:group 'proof-shell)
+(defcustom proof-shell-spill-output-regexp nil
+ "Regexp matching output which is to be ``spilled'' into new buffer.
+This allows the prover to output tracing messages, and the like,
+into a new buffer. The end of the spilled output is the next
+prompt. This is intended for unusual debugging output from the
+prover, rather than ordinary output from final proofs.
+Set to nil to disable.
+This is an experimental feature, currently work-in-progress."
+ :type '(choice nil regexp)
+ :group 'proof-shell)
+
;;
;; 5c. hooks and other miscellaneous customizations