diff options
| author | vgross | 2009-05-13 07:31:28 +0000 |
|---|---|---|
| committer | vgross | 2009-05-13 07:31:28 +0000 |
| commit | f101dec29d5ec92c2eaeaac0af8dd43a2fd1112e (patch) | |
| tree | a49bd34eeecc129cf998ccd9694c7a3e4b4767bd /ide/coq.ml | |
| parent | 28a38529e47d2593a7af41a7223208e2dd049179 (diff) | |
minor bugfixes. CoqIde development will resume soon now ...
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12124 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coq.ml')
| -rw-r--r-- | ide/coq.ml | 26 |
1 files changed, 3 insertions, 23 deletions
diff --git a/ide/coq.ml b/ide/coq.ml index fc10dacfd4..505140cf26 100644 --- a/ide/coq.ml +++ b/ide/coq.ml @@ -425,8 +425,9 @@ let interp_with_options verbosely options s = prerr_endline s; let pa = Pcoq.Gram.parsable (Stream.of_string s) in let pe = Pcoq.Gram.Entry.parse Pcoq.main_entry pa in - (* Temporary hack to make coqide.byte work (WTF???) *) - Pervasives.prerr_endline ""; + (* Temporary hack to make coqide.byte work (WTF???) - now with less screen + * pollution *) + Pervasives.prerr_string " \r"; Pervasives.flush stderr; match pe with | None -> assert false | Some((loc,vernac) as last) -> @@ -702,24 +703,3 @@ let current_status () = path ^ ", proving " ^ (Names.string_of_id (Pfedit.get_current_proof_name ())) with _ -> path - - -(* analyzed_view's methods that use stuff here - * - * process_next_phrase - * undo_last_step - * go_to_insert - * reset_initial - * process_until_end_or_error - * show_goals - *) - -(* process_next_phrase => - * - * send_to_coq - * * interp_and_replace | interp - * push_phrase - * get_current_goals - *) - -(* functions called by analyzed_view's method *) |
