aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMakarius Wenzel1999-08-20 14:18:28 +0000
committerMakarius Wenzel1999-08-20 14:18:28 +0000
commitc26c52295c62fc31eedc09c4861cd6dd7ee379a8 (patch)
tree27ba1685df8592ae390b50f2dc1eb1b6063e73ab
parent8011d144f5f5be971d7f60351da7804488a96c94 (diff)
print_context;
fixed proof-shell-interrupt-regexp;
-rw-r--r--isar/isar.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/isar/isar.el b/isar/isar.el
index 19967f85..110f47bb 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -156,11 +156,11 @@
proof-goal-with-hole-regexp isar-goal-with-hole-regexp
proof-save-with-hole-regexp isar-save-with-hole-regexp
proof-indent-commands-regexp isar-indent-regexp
- ;; proof engine commands (first five for menus, last for undo)
+ ;; proof engine commands
proof-prf-string "pr"
proof-goal-command "lemma \"%s\";"
proof-save-command "qed"
- proof-ctxt-string "print_theory"
+ proof-ctxt-string "print_context"
proof-help-string "help"
proof-kill-goal-command "kill_proof;"
;; command hooks
@@ -191,8 +191,8 @@
proof-shell-cd "cd \"%s\";"
proof-shell-proof-completed-regexp "$^" ; n.a.
+ proof-shell-interrupt-regexp "\364\\*\\*\\* Interrupt\\|\360Interrupt"
proof-shell-error-regexp "^\364\\*\\*\\*"
- proof-shell-interrupt-regexp "^Interrupt"
proof-shell-abort-goal-regexp nil ; n.a.
;; matches names of assumptions