aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMakarius Wenzel1999-10-29 17:14:49 +0000
committerMakarius Wenzel1999-10-29 17:14:49 +0000
commit355c88de71e93af1b5c1df9c85d2a4545e61cc75 (patch)
tree228db608506c06a55044b40f765c2e35273fa79c
parent68a42c69ec8a1e114b2b71356c884a6ed62a1997 (diff)
improved proof-shell-error-regexp;
-rw-r--r--isa/isa.el2
-rw-r--r--isar/isar.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/isa/isa.el b/isa/isa.el
index 58984638..b122d701 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -167,7 +167,7 @@ no regular or easily discernable structure."
;; FIXME: the next two are probably only good for NJ/SML
proof-shell-interrupt-regexp "Interrupt"
- proof-shell-error-regexp "^\364\\*\\*\\*\\|^.*Error:\\|^uncaught exception "
+ proof-shell-error-regexp "^\364\\*\\*\\*\\|^.*Error:\\|^uncaught exception \\|^Exception- "
;; matches names of assumptions
proof-shell-assumption-regexp isa-id
diff --git a/isar/isar.el b/isar/isar.el
index 5850c80d..a7bc567e 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\\*\\*\\*\\|^.*Error:\\|^uncaught exception "
+ proof-shell-error-regexp "^\364\\*\\*\\*\\|^.*Error:\\|^uncaught exception \\|^Exception- "
proof-shell-abort-goal-regexp nil ; n.a.
;; matches names of assumptions