aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/phox.el
diff options
context:
space:
mode:
authorGravatar Christophe Raffalli <christophe.raffalli@univ-savoie.fr>2004-12-08 14:37:03 +0000
committerGravatar Christophe Raffalli <christophe.raffalli@univ-savoie.fr>2004-12-08 14:37:03 +0000
commit6443de1a4ad3a427722a0d2f4fd84de7a78813eb (patch)
treeac621dc0d43a2684405de21fb0a0152aa6ced04e /phox/phox.el
parentb931b2d22f5be808400e8ec93d3f54176716c93c (diff)
changes to pbrpm
Diffstat (limited to 'phox/phox.el')
-rw-r--r--phox/phox.el17
1 files changed, 1 insertions, 16 deletions
diff --git a/phox/phox.el b/phox/phox.el
index a2945c97..3bdf250d 100644
--- a/phox/phox.el
+++ b/phox/phox.el
@@ -157,26 +157,11 @@
proof-shell-prompt-pattern "\\(>phox> \\)\\|\\(%phox% \\)"
proof-shell-annotated-prompt-regexp "\\(>phox> \\)\\|\\(%phox% \\)"
proof-shell-interrupt-regexp "Interrupt"
- proof-shell-start-goals-regexp "^\\(Here \\(are\\|is\\) the goal\\)\\|\\([0-9]* new goals?\\)"
+ proof-shell-start-goals-regexp "^\\(Here \\(are\\|is\\) the goal\\)\\|\\([0-9]+ new goals?\\)\\|\\([0-9]+ goals? possibly instanced\\)"
proof-shell-end-goals-regexp "^End of goals."
proof-shell-quit-cmd "quit."
proof-shell-restart-cmd "restart."
proof-shell-proof-completed-regexp "^.*^proved"
- ;; pg-subterm-first-special-char ?\371
- ;; proof-shell-wakeup-char ?\371
- ;; pg-subterm-start-char ?\371
- ;; pg-subterm-sep-char ?\372
- ;; pg-topterm-char ?\373
- ;; pg-subterm-end-char ?\374
- ;; proof-shell-eager-annotation-start "\376"
- ;; proof-shell-eager-annotation-start-length 1
- ;; proof-shell-eager-annotation-end "\377"
-; proof-shell-annotated-prompt-regexp "Lego> \371"
-; proof-shell-result-start "\372 Pbp result \373"
-; proof-shell-result-end "\372 End Pbp result \373"
-; proof-shell-start-goals-regexp "\372 Start of Goals \373"
-; proof-shell-end-goals-regexp "\372 End of Goals \373"
-; proof-shell-pre-sync-init-cmd "Configure AnnotateOn;"
))