From e8db898e3a480f9425dc50e8fbd890448df39ec9 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 7 Sep 2009 20:44:33 +0000 Subject: Fix proof-shell-trace-output-regexp: match on annotation \^AI now too --- isar/isar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isar/isar.el') diff --git a/isar/isar.el b/isar/isar.el index c69d855f..a1ca86a1 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -144,7 +144,7 @@ See -k option for Isabelle interface script." proof-kill-goal-command "ProofGeneral.kill_proof" proof-shell-start-silent-cmd "disable_pr" proof-shell-stop-silent-cmd "enable_pr" - proof-shell-trace-output-regexp "\^AV" + proof-shell-trace-output-regexp "\^AI\^AV" ;; command hooks proof-goal-command-p 'isar-goal-command-p proof-really-save-command-p 'isar-global-save-command-p -- cgit v1.2.3