aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox
diff options
context:
space:
mode:
authorGravatar Christophe Raffalli <christophe.raffalli@univ-savoie.fr>2000-12-22 16:38:56 +0000
committerGravatar Christophe Raffalli <christophe.raffalli@univ-savoie.fr>2000-12-22 16:38:56 +0000
commit706cbed4afe6fbba94a59571500ff9c2166c4c96 (patch)
treede8d1bdf9901451e55a7f3118a07aeba87a0307a /phox
parent59822fa9660274a735be865a4ed939b5a2266dd1 (diff)
*** empty log message ***
Diffstat (limited to 'phox')
-rw-r--r--phox/phox.el36
1 files changed, 8 insertions, 28 deletions
diff --git a/phox/phox.el b/phox/phox.el
index aa10f89c..e188ef2d 100644
--- a/phox/phox.el
+++ b/phox/phox.el
@@ -112,42 +112,22 @@
proof-comment-end "*)"
proof-state-command "goals."
proof-goal-command-regexp
- (concat
- "^"
- phox-comments-regexp
- "\\(goal\\|prop\\(osition\\)?\\|lem\\(ma\\)?\\|fact\\|cor\\(ollary\\)?\\|theo\\(rem\\)?\\)")
- proof-save-command-regexp
- (concat
- "^"
- phox-comments-regexp
- "save")
+ "\\`\\(goal\\|prop\\(osition\\)?\\|lem\\(ma\\)?\\|fact\\|cor\\(ollary\\)?\\|theo\\(rem\\)?\\)"
+ proof-save-command-regexp "\\`save"
proof-goal-with-hole-regexp
(concat
- "^"
- phox-comments-regexp
- "\\(prop\\(osition\\)?\\|lem\\(ma\\)?\\|fact\\|cor\\(ollary\\)?\\|theo\\(rem\\)?\\)"
+ "\\`\\(prop\\(osition\\)?\\|lem\\(ma\\)?\\|fact\\|cor\\(ollary\\)?\\|theo\\(rem\\)?\\)"
phox-strict-comments-regexp
phox-ident-regexp)
- proof-goal-with-hole-result 16
+ proof-goal-with-hole-result 13
proof-save-with-hole-regexp
(concat
- "^"
-
-phox-comments-regexp
- "save"
+ "\\`save"
phox-strict-comments-regexp
phox-ident-regexp)
- proof-save-with-hole-result 11
- proof-ignore-for-undo-count
- (concat
- "^"
- phox-comments-regexp
- "\\(constraints\\|flag\\|goals\\|pri\\(nt\\(_sort\\)?\\|ority\\)\\|eshow\\|search\\|depend\\)")
- proof-non-undoables-regexp
- (concat
- "^"
- phox-comments-regexp
- "\\(undo\\|abort\\)")
+ proof-save-with-hole-result 8
+ proof-ignore-for-undo-count "\\`\\(constraints\\|flag\\|goals\\|pri\\(nt\\(_sort\\)?\\|ority\\)\\|eshow\\|search\\|depend\\)"
+ proof-non-undoables-regexp "\\`\\(undo\\|abort\\)"
proof-shell-error-regexp "^\\([^ \n\t\r]* \\)?\\(\\(e\\|E\\)rror\\)\\|\\(\\(f\\|F\\)ailure\\)"
proof-goal-command "goal %s."
proof-save-command "save %s."