diff options
| author | David Aspinall | 2002-11-14 00:40:09 +0000 |
|---|---|---|
| committer | David Aspinall | 2002-11-14 00:40:09 +0000 |
| commit | afb5f604d127b08cad402b397e3c4597c436742d (patch) | |
| tree | df54b7dfa3adbee5461959ca13bcdb2621957208 | |
| parent | e2e5a0d3d7a85b072ee246f484ede94b50c4ad73 (diff) | |
Add proof-shell-issue-pgip-cmd
| -rw-r--r-- | generic/proof-config.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index 6a4dc17b..820a352e 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -1932,6 +1932,12 @@ The matching string will be parsed as XML and then processed by :type '(choice nil regexp) :group 'proof-shell) +(defcustom proof-shell-issue-pgip-cmd nil + "Command sent to prover to process PGIP command in %s placeholder." + :type '(choice nil string) + :group 'proof-shell) + + ;; FIXME FIXME: this next one not yet used. It's hard to interleave ;; commands with the ordinary queue anyway: the prover should ;; automatically output this information if it is enabled. |
