aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2000-04-04 17:48:25 +0000
committerDavid Aspinall2000-04-04 17:48:25 +0000
commitd3f1d1b4e7def3232e86f9ac4498ad1c1477bb01 (patch)
tree4cce23d99b4acd5216d1aa9499a6b209b206fddb
parentece5a0f6a651e063b49d0926e261877e88e96681 (diff)
Added provisional commands for enabling/disabling printing.
-rw-r--r--isa/isa.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/isa/isa.el b/isa/isa.el
index 45cbce0b..1bdb7a91 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -201,8 +201,7 @@ and script mode."
;; initial command configures Isabelle by hacking print functions.
;; FIXME: temporary hack for almost enabling/disabling printing.
-; proof-shell-init-cmd "val pg_saved_gl = ref (!goals_limit); fun proofgeneral_enable_pr () = goals_limit:= !pg_saved_gl; fun proofgeneral_disable_pr() = (pg_saved_gl := !goals_limit; goals_limit := 0); ProofGeneral.init false;"
- proof-shell-init-cmd "ProofGeneral.init false;"
+ proof-shell-init-cmd "val pg_saved_gl = ref (!goals_limit); fun proofgeneral_enable_pr () = goals_limit:= !pg_saved_gl; fun proofgeneral_disable_pr() = (pg_saved_gl := !goals_limit; goals_limit := 0); ProofGeneral.init false;"
proof-shell-restart-cmd "ProofGeneral.isa_restart();"
proof-shell-quit-cmd "quit();"