From 8c27343e5c5c06b45a964f126e609af90297e484 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sun, 6 Sep 2009 18:58:28 +0000 Subject: Configuration changes for shell mode revision. --- isar/isar.el | 86 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 41 insertions(+), 45 deletions(-) (limited to 'isar/isar.el') diff --git a/isar/isar.el b/isar/isar.el index 58391efd..9fc3b079 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -158,7 +158,6 @@ See -k option for Isabelle interface script." "Configure generic proof shell mode variables for Isabelle/Isar." (setq - proof-shell-wakeup-char nil proof-shell-annotated-prompt-regexp "^\\w*[>#] \^AS" ;; for issuing command, not used to track cwd in any way. @@ -188,7 +187,7 @@ See -k option for Isabelle interface script." ;; matches names of assumptions proof-shell-assumption-regexp isar-id - proof-shell-start-goals-regexp "\^AO\n" + proof-shell-start-goals-regexp "\^AO" proof-shell-end-goals-regexp "\^AP" proof-shell-init-cmd nil @@ -199,36 +198,37 @@ See -k option for Isabelle interface script." proof-shell-eager-annotation-end "\^AJ\\|\^AL" proof-shell-strip-output-markup 'isar-strip-output-markup - ;; Isabelle is learning to talk PGIP... - proof-shell-match-pgip-cmd "" string))) -- cgit v1.2.3