diff options
| author | Christophe Raffalli | 2000-12-21 16:04:21 +0000 |
|---|---|---|
| committer | Christophe Raffalli | 2000-12-21 16:04:21 +0000 |
| commit | aa7e179bbda6806ca6af1f0726d891dd1f71c6df (patch) | |
| tree | 5a291c1c109252207e09a34b5c63890ec042d604 /phox/phox.el | |
| parent | 4fe0b1530d50a62cc80c1f879677f76c86742b5b (diff) | |
*** empty log message ***
Diffstat (limited to 'phox/phox.el')
| -rw-r--r-- | phox/phox.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/phox/phox.el b/phox/phox.el index b25e46c3..749a8409 100644 --- a/phox/phox.el +++ b/phox/phox.el @@ -111,19 +111,19 @@ proof-comment-start "(*" proof-comment-end "*)" proof-state-command "goals." - proof-goal-command-regexp "goal\\|\\(prop\\(osition\\)?\\)\\|\\(lem\\(ma\\)?\\)\\|fact\\|\\(cor\\(ollary\\)?\\)\\|\\(theo\\(rem\\)?\\)" + proof-goal-command-regexp "goal\\|prop\\(osition\\)?\\|em\\(ma\\)?\\|fact\\|cor\\(ollary\\)?\\|theo\\(rem\\)?" proof-save-command-regexp "save" proof-goal-with-hole-regexp (concat - "\\|\\(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-ignore-for-undo-count "constraints\\|flags\\|goals\\|print\\|print_sort\\|eshow\\|search\\|priority\\|depend" - proof-goal-with-hole-result 5 + proof-goal-with-hole-result 13 proof-save-with-hole-regexp (concat - "save[ \n\t\r]" + "save" phox-strict-comments-regexp phox-ident-regexp) - proof-save-with-hole-result 4 + proof-save-with-hole-result 8 + proof-ignore-for-undo-count "constraints\\|flag\\|goals\\|print\\(_sort\\)?\\|eshow\\|search\\|priority\\|depend" proof-shell-error-regexp "^\\([^ \n\t\r]* \\)?\\(\\(e\\|E\\)rror\\)\\|\\(\\(f\\|F\\)ailure\\)" proof-non-undoables-regexp "undo" proof-goal-command "goal %s." |
