diff options
| -rw-r--r-- | isar/isar.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/isar/isar.el b/isar/isar.el index bc4729a9..50a5a125 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -188,6 +188,10 @@ proof-shell-error-regexp "\364\\*\\*\\*" proof-shell-abort-goal-regexp nil ; n.a. + ;; da: added next two 2.5.02 + proof-shell-next-error-regexp "\\((line \\([0-9]+\\) of \"[^\"]+\")\\.\n\\)" + proof-shell-next-error-filename-regexp "\\((line [0-9]+ of \"\\([^\"]+\\)\")\\.\n\\)" + ;; matches names of assumptions proof-shell-assumption-regexp isar-id ;; matches subgoal name |
