From 706cbed4afe6fbba94a59571500ff9c2166c4c96 Mon Sep 17 00:00:00 2001 From: Christophe Raffalli Date: Fri, 22 Dec 2000 16:38:56 +0000 Subject: *** empty log message *** --- phox/phox.el | 36 ++++++++---------------------------- 1 file changed, 8 insertions(+), 28 deletions(-) (limited to 'phox') 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." -- cgit v1.2.3