diff options
| author | David Aspinall | 2009-05-26 22:33:23 +0000 |
|---|---|---|
| committer | David Aspinall | 2009-05-26 22:33:23 +0000 |
| commit | 204256f7d5169f3b91329d4000fb794bec596b4c (patch) | |
| tree | 7dbf6bc19f9d3cec0e63801560873f8ff1def4fc /generic/proof-shell.el | |
| parent | faf0b7c14b57e399b1fe34e76eb8ddcd15e2bbad (diff) | |
Add proof state hover messages to proof script, along with useful customization.
Diffstat (limited to 'generic/proof-shell.el')
| -rw-r--r-- | generic/proof-shell.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el index 30b430c5..43ca29d9 100644 --- a/generic/proof-shell.el +++ b/generic/proof-shell.el @@ -931,7 +931,8 @@ track what happens in the proof queue." ;; FIXME: could be macro for efficiency improvement in avoiding calculating num (defun proof-shell-should-be-silent (num) "Return non-nil if we must switch to silent mode, adding NUM entries to queue." - (if proof-shell-start-silent-cmd + (if (and (not proof-full-decoration) + proof-shell-start-silent-cmd) (or proof-shell-silent ; already ;; NB: there is some question here over counting the ;; proof-action-list, since it could itself contain |
