Direct priority and tracing channels properly.
authoraspinall
Wed, 18 Jul 2007 14:44:49 +0200
changeset 23840 0295493ba748
parent 23839 d9fa0f457d9a
child 23841 598839baafed
Direct priority and tracing channels properly.
src/Pure/ProofGeneral/proof_general_pgip.ML
--- a/src/Pure/ProofGeneral/proof_general_pgip.ML	Wed Jul 18 11:43:06 2007 +0200
+++ b/src/Pure/ProofGeneral/proof_general_pgip.ML	Wed Jul 18 14:44:49 2007 +0200
@@ -229,8 +229,8 @@
 
 fun setup_messages () =
  (Output.writeln_fn := (fn s => normalmsg Message s);
-  Output.priority_fn := (fn s => normalmsg Message s);
-  Output.tracing_fn := (fn s => normalmsg  Message s);
+  Output.priority_fn := (fn s => normalmsg Status s);
+  Output.tracing_fn := (fn s => normalmsg  Tracing s);
   Output.warning_fn := (fn s => errormsg Message Warning s);
   Output.error_fn := (fn s => errormsg Message Fatal s);
   Output.debug_fn := (fn s => errormsg Message Debug s));
@@ -820,6 +820,7 @@
 
         val _ = start_delay_msgs ()   (* gather parsing errs/warns *)
         val doc = OldPgipParser.pgip_parser text
+		  (* not yet working: PgipParser.pgip_parser Position.none text  *)
         val errs = end_delayed_msgs ()
 
         val sysattrs = PgipTypes.opt_attr "systemdata" systemdata