diff options
| author | David Aspinall | 2003-06-08 20:30:12 +0000 |
|---|---|---|
| committer | David Aspinall | 2003-06-08 20:30:12 +0000 |
| commit | bc447583fd85d770bc676162c7b124bbfbe9b84e (patch) | |
| tree | 0a7250aea055700e63b70697259508c380089826 /generic/proof-config.el | |
| parent | 19973e74dbbc8e83ccf755a46d872cf604b41312 (diff) | |
Add simple but effective identifier-under-mouse-query command.
Diffstat (limited to 'generic/proof-config.el')
| -rw-r--r-- | generic/proof-config.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index 4792c022..5935df1f 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -137,6 +137,7 @@ buffer modes)." :type 'boolean :group 'proof-user-options) +;; FIXME: next one could be integer value for catchup delay (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 @@ -2002,6 +2003,14 @@ A string with %s replaced by the dependency name." :type 'string :group 'proof-shell) +(defcustom proof-shell-identifier-under-mouse-cmd nil + "Command sent to the prover to query about an identifier under the mouse. +This is typically a command used to print a theorem, constant, or whatever. +A string with %s replaced by the identifier." + :type 'string + :group 'proof-shell) + + (defcustom proof-shell-trace-output-regexp nil "Matches tracing output which should be displayed in trace buffer. Each line which matches this regexp but would otherwise be treated |
