diff options
| author | David Aspinall | 2003-06-05 22:46:03 +0000 |
|---|---|---|
| committer | David Aspinall | 2003-06-05 22:46:03 +0000 |
| commit | 7c16bb85e85720a3c15764895176fc41356dc897 (patch) | |
| tree | 2a961140ffb924f674f07ab3724a18e268bfb64a | |
| parent | 98998e82ff24e927c77b9b110fd32aeac49b2a39 (diff) | |
Remove proof-trace-output-fontify-enable (unused) in favour of proof-trace-output-slow-catchup
| -rw-r--r-- | generic/proof-config.el | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index 5fdb7322..4792c022 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -137,13 +137,13 @@ buffer modes)." :type 'boolean :group 'proof-user-options) -(defcustom proof-trace-output-fontify-enable t ;; testing - ;; (not (and proof-running-on-XEmacs (>= emacs-major-version 21))) production - "*Whether to fontify output from the proof assistant during tracing. -If non-nil and proof-output-fontify-enable is also non-nil, -output from the proof assistant will be highlighted in the trace buffer. -This is not recommended in XEmacs 21, since the font-lock parser -is easily overloaded by large tracing output." +(defcustom proof-trace-output-slow-catchup t + "*If non-nil, try to redisplay less often during frequent trace output. +Proof General will try to configure itself to update the display +of tracing output infrequently when the prover is producing rapid, +perhaps voluminous, output. This counteracts the situation that +otherwise Emacs may consume more CPU than the proof assistant, +trying to fontify and refresh the display as fast as output appears." :type 'boolean :group 'proof-user-options) |
