From 7b6cbefc4b2343309df594b9ce074d5981c62c4b Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sun, 14 Nov 1999 10:09:08 +0000 Subject: proof-nested-goals-allowed -> proof-completed-proof-behaviour Patch for more flexible handling of closing goal...save regions after proof has been completed. --- lego/lego.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lego') diff --git a/lego/lego.el b/lego/lego.el index d3d02c92..981e5e81 100644 --- a/lego/lego.el +++ b/lego/lego.el @@ -112,7 +112,8 @@ Activates extended printing routines required for Proof General.") (defvar lego-shell-cd "Cd \"%s\"" "*Command of the inferior process to change the directory.") -(defvar lego-shell-abort-goal-regexp "KillRef: ok, not in proof state" +(defvar lego-shell-abort-goal-regexp + "KillRef: ok, not in proof state\\|Forget forced KillRef" "*Regular expression indicating that the proof of the current goal has been abandoned.") @@ -358,6 +359,7 @@ Checks the width in the `proof-goals-buffer'" proof-info-command "Help") (setq proof-goal-command-p 'lego-goal-command-p + proof-completed-proof-behaviour 'closeany ; new in 3.0 proof-count-undos-fn 'lego-count-undos proof-find-and-forget-fn 'lego-find-and-forget proof-goal-hyp-fn 'lego-goal-hyp -- cgit v1.2.3