aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-config.el
diff options
context:
space:
mode:
authorDavid Aspinall2000-11-24 13:28:13 +0000
committerDavid Aspinall2000-11-24 13:28:13 +0000
commit22b791f0c77d8063153939cd02295c01b2d20cc4 (patch)
treee1876fb657c1424a97a5e7ccdd123fab9a3d18fe /generic/proof-config.el
parent8121c7a81d656b930443d752ea6e973af7352f7e (diff)
Added proof-shell-match-pgip-cmd
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 176cb84e..8fac7b22 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -1838,6 +1838,13 @@ settings."
:type '(choice nil regexp)
:group 'proof-shell)
+(defcustom proof-shell-match-pgip-cmd nil
+ "Regexp used to match PGIP command from proof assistant.
+The matching string will be parsed as XML and then processed by
+`pg-pgip-process-cmd'."
+ :type '(choice nil regexp)
+ :group 'proof-shell)
+
(defcustom proof-shell-theorem-dependency-list-regexp nil
"Regexp matching output telling Proof General what the dependencies are.
This is so that the dependent theorems can be highlighted somehow.