aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-14 10:09:08 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-14 10:09:08 +0000
commit7b6cbefc4b2343309df594b9ce074d5981c62c4b (patch)
treec5f660b1854bb17c27f0c81fefd6a1fb77211a81 /lego
parent2ad5635db7944c2e31390730f85b2c36d43ec9df (diff)
proof-nested-goals-allowed -> proof-completed-proof-behaviour
Patch for more flexible handling of closing goal...save regions after proof has been completed.
Diffstat (limited to 'lego')
-rw-r--r--lego/lego.el4
1 files changed, 3 insertions, 1 deletions
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