diff -r 3e62e68fb342 -r 38f1422ef473 src/Pure/PIDE/resources.ML --- a/src/Pure/PIDE/resources.ML Sun Mar 30 21:24:59 2014 +0200 +++ b/src/Pure/PIDE/resources.ML Mon Mar 31 10:28:08 2014 +0200 @@ -213,7 +213,7 @@ if strict then error msg else if Context_Position.is_visible ctxt then Output.report - (Markup.markup (Markup.bad |> Markup.properties (Position.properties_of pos)) msg) + [Markup.markup (Markup.bad |> Markup.properties (Position.properties_of pos)) msg] else () end; in path end;