X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Fmatita%2Fmatita.ml;h=1f49c1ac5883feedc608b162bf6e02adb445288e;hb=9c5ffc85f9cac2ccf3176c72683f1d2c411c3951;hp=769f294fd2ef6d2743ef4d925bee4c3191afb3c2;hpb=3ce38077e0b1e2a38ad513d3c108d7ef3c09bb7c;p=helm.git diff --git a/helm/matita/matita.ml b/helm/matita/matita.ml index 769f294fd..1f49c1ac5 100644 --- a/helm/matita/matita.ml +++ b/helm/matita/matita.ml @@ -41,7 +41,6 @@ let script = let s = MatitaScript.script ~source_view:gui#sourceView - ~init:(Lazy.force MatitaEngine.initial_status) ~mathviewer:(MatitaMathView.mathViewer ()) ~urichooser:(fun uris -> try @@ -118,9 +117,9 @@ let _ = List.iter (fun (u,_,_) -> prerr_endline (UriManager.string_of_uri u)) (CicEnvironment.list_obj ())); - addDebugItem "print selections" (fun () -> +(* addDebugItem "print selections" (fun () -> let cicMathView = MatitaMathView.cicMathView_instance () in - List.iter HLog.debug (cicMathView#string_of_selections)); + List.iter HLog.debug (cicMathView#string_of_selections)); *) addDebugItem "dump script status" script#dump; addDebugItem "dump configuration file to ./foo.conf.xml" (fun _ -> Helm_registry.save_to "./foo.conf.xml");