diff options
| author | David Aspinall | 2000-05-25 18:28:34 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-05-25 18:28:34 +0000 |
| commit | 1c7cc9e1525baf65117d814573c29d974614fe4b (patch) | |
| tree | 60dfaeb4f6f8b0c7602c7b6bf4ad743e57600abd /isa | |
| parent | 7b59d83391e45b11cd19081eab4096395d6c57b4 (diff) | |
Patch for synchronization problem in Coq, perhaps others.
Diffstat (limited to 'isa')
| -rw-r--r-- | isa/isa.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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();" |
