From bc447583fd85d770bc676162c7b124bbfbe9b84e Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sun, 8 Jun 2003 20:30:12 +0000 Subject: Add simple but effective identifier-under-mouse-query command. --- generic/proof-config.el | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'generic/proof-config.el') 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 -- cgit v1.2.3