aboutsummaryrefslogtreecommitdiff
path: root/isa
diff options
context:
space:
mode:
authorDavid Aspinall2000-05-25 18:28:34 +0000
committerDavid Aspinall2000-05-25 18:28:34 +0000
commit1c7cc9e1525baf65117d814573c29d974614fe4b (patch)
tree60dfaeb4f6f8b0c7602c7b6bf4ad743e57600abd /isa
parent7b59d83391e45b11cd19081eab4096395d6c57b4 (diff)
Patch for synchronization problem in Coq, perhaps others.
Diffstat (limited to 'isa')
-rw-r--r--isa/isa.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/isa/isa.el b/isa/isa.el
index 81b7f793..c4951cae 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -182,11 +182,11 @@ and script mode."
;; FIXME: temporary hack for almost enabling/disabling printing.
;; Also for setting default values.
+ proof-shell-pre-sync-init-cmd "ProofGeneral.init false;"
proof-shell-init-cmd (concat (isabelle-set-default-cmd)
- "val pg_saved_gl = ref (!goals_limit); fun proofgeneral_enable_pr () = goals_limit:= !pg_saved_gl; fun proofgeneral_disable_pr() = (pg_saved_gl := (if (!goals_limit)>0 then !goals_limit else !pg_saved_gl); goals_limit := 0); ProofGeneral.init false;")
+ "val pg_saved_gl = ref (!goals_limit); fun proofgeneral_enable_pr () = goals_limit:= !pg_saved_gl; fun proofgeneral_disable_pr() = (pg_saved_gl := (if (!goals_limit)>0 then !goals_limit else !pg_saved_gl); goals_limit := 0);")
; FIXME improved version for Isabelle99-1:
- ;proof-shell-init-cmd (concat (isabelle-set-default-cmd)
- ; "ProofGeneral.init false;")
+ ;proof-shell-init-cmd (isabelle-set-default-cmd)
proof-shell-restart-cmd "ProofGeneral.isa_restart();"
proof-shell-quit-cmd "quit();"