diff options
| author | David Aspinall | 2000-04-04 17:48:25 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-04-04 17:48:25 +0000 |
| commit | d3f1d1b4e7def3232e86f9ac4498ad1c1477bb01 (patch) | |
| tree | 4cce23d99b4acd5216d1aa9499a6b209b206fddb | |
| parent | ece5a0f6a651e063b49d0926e261877e88e96681 (diff) | |
Added provisional commands for enabling/disabling printing.
| -rw-r--r-- | isa/isa.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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();" |
