aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2013-01-17 07:47:37 +0000
committerGravatar Hendrik Tews <hendrik@askra.de>2013-01-17 07:47:37 +0000
commit88343f978a0e09f1673ccec228fc7ab9c98d46e7 (patch)
tree17cf848650cd398dbe97b8a80a08c77e8bf7ca26 /coq
parent4d8ae0622e6e93d14d62d8cc421d72c9704705b9 (diff)
- support Grab Existential Variables for Prooftree
- protocol change, but stay at version 3
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/coq/coq.el b/coq/coq.el
index b0906f65..451a1762 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -202,6 +202,12 @@ See also `coq-hide-additional-subgoals'."
:type 'regexp
:group 'coq-proof-tree)
+(defcustom coq-proof-tree-new-layer-command-regexp
+ "^\\(\\(Proof\\)\\|\\(Grab Existential Variables\\)\\)"
+ "Regexp for `proof-tree-new-layer-command-regexp'."
+ :type 'regexp
+ :group 'coq-proof-tree)
+
(defcustom coq-proof-tree-current-goal-regexp
(concat "^[0-9]+ \\(?:focused \\)?subgoal\\(?:s\\)?"
"\\(?: (unfocused: [-0-9]+)\\)?\\(?:\\s-*, subgoal 1\\)? "
@@ -1191,6 +1197,7 @@ flag Printing All set."
proof-tree-ignored-commands-regexp coq-proof-tree-ignored-commands-regexp
proof-tree-navigation-command-regexp coq-navigation-command-regexp
proof-tree-cheating-regexp coq-proof-tree-cheating-regexp
+ proof-tree-new-layer-command-regexp coq-proof-tree-new-layer-command-regexp
proof-tree-current-goal-regexp coq-proof-tree-current-goal-regexp
proof-tree-update-goal-regexp coq-proof-tree-update-goal-regexp
proof-tree-existential-regexp coq-proof-tree-existential-regexp