aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2002-06-24 09:27:25 +0000
committerDavid Aspinall2002-06-24 09:27:25 +0000
commitd61be7136e30aa4556daf2d975fbe05bcedab044 (patch)
tree495f1849ca10aafb9b9db9a5b5eb069b19de8361
parentfd6ec073875a92aa2687cb8ca697f87ec358e9dc (diff)
use-old-parser setting replaces use-new-parser setting [WARNING: big change]
-rw-r--r--generic/proof-config.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index c8dac4ac..4bf9f269 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -843,6 +843,15 @@ or `proof-script-parse-function'."
:type 'string
:group 'prover-config)
+(defcustom proof-script-use-old-parser nil
+ "Whether to use the old parsing mechanism.
+This is a stop-gap option in Proof General 3.4 added for
+proof assistants which still depend on peculiarities of the old
+parsing functions. (Specific example: Isar relies on certain
+text being sent to prover which according to syntax configuration
+are comments; new parser does not send these currently.)"
+ :type 'boolean
+ :group 'prover-config)
(defcustom proof-script-integral-proofs nil
"Whether the complete text after a goal confines the actual proof.