aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-config.el
diff options
context:
space:
mode:
authorDavid Aspinall2002-08-28 15:49:19 +0000
committerDavid Aspinall2002-08-28 15:49:19 +0000
commit3c1172df89651a9c95dcc02ea68f3868c4d480b5 (patch)
tree388f706cd80020014adf1078c0e7d052edac4b32 /generic/proof-config.el
parent3f13842c9642d8e9c3e5a78a3c1089268b9fc84c (diff)
Add proof-shell-theorem-dependency-list-split
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index cc71eb11..3f880639 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -1966,6 +1966,16 @@ This is an experimental feature, currently work-in-progress."
:type '(choice nil regexp)
:group 'proof-shell)
+(defcustom proof-shell-theorem-dependency-list-split nil
+ "Regexp used to split the list of strings which match
+`proof-shell-theorem-dependency-list-regexp'. Used as
+an argument to `split-string'; nil defaults to whitespace.
+(This setting is necessary for provers which allow whitespace in
+the names of theorems/definitions/constants), see setting for
+Isabelle in isa/isa.el and isar/isar.el."
+ :type '(choice nil regexp)
+ :group 'proof-shell)
+
(defcustom proof-shell-show-dependency-cmd nil
"Command sent to the prover to display a dependency.
This is typically a command used to print a theorem, constant, or whatever.