From 99caa19c91e102a97bd97e33fb3e81439671d1db Mon Sep 17 00:00:00 2001 From: Makarius Wenzel Date: Tue, 26 Oct 1999 17:30:19 +0000 Subject: tuned proof-shell-error-regexp; --- isa/isa.el | 2 +- isar/isar.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/isa/isa.el b/isa/isa.el index 7a36f967..a7496329 100644 --- a/isa/isa.el +++ b/isa/isa.el @@ -164,8 +164,8 @@ no regular or easily discernable structure." proof-shell-cd-cmd "cd \"%s\"" ;; FIXME: the next two are probably only good for NJ/SML - proof-shell-error-regexp "^.*Error:\\|^\364\\*\\*\\*\\|^uncaught exception " proof-shell-interrupt-regexp "Interrupt" + proof-shell-error-regexp "^\364\\*\\*\\*\\|^.*Error:\\|^uncaught exception " ;; matches names of assumptions proof-shell-assumption-regexp isa-id diff --git a/isar/isar.el b/isar/isar.el index 8abe167c..5850c80d 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -234,7 +234,7 @@ proof-shell-proof-completed-regexp nil ; n.a. proof-shell-interrupt-regexp "\364\\*\\*\\* Interrupt\\|\360Interrupt" - proof-shell-error-regexp "^\364\\*\\*\\*" + proof-shell-error-regexp "^\364\\*\\*\\*\\|^.*Error:\\|^uncaught exception " proof-shell-abort-goal-regexp nil ; n.a. ;; matches names of assumptions -- cgit v1.2.3