# HG changeset patch # User wenzelm # Date 1343324465 -7200 # Node ID 4ee8d70cd5a35ea4e399435d7da98fd2242c0db5 # Parent 4372b7cb858d39e907bff2788451b60c11782ceb more build options; diff -r 4372b7cb858d -r 4ee8d70cd5a3 etc/options --- a/etc/options Thu Jul 26 19:40:19 2012 +0200 +++ b/etc/options Thu Jul 26 19:41:05 2012 +0200 @@ -27,6 +27,8 @@ declare names_short : bool = false declare names_unique : bool = true +declare pretty_margin : int = 76 + declare thy_output_display : bool = false declare thy_output_quotes : bool = false declare thy_output_indent : int = 0 diff -r 4372b7cb858d -r 4ee8d70cd5a3 src/Pure/System/build.ML --- a/src/Pure/System/build.ML Thu Jul 26 19:40:19 2012 +0200 +++ b/src/Pure/System/build.ML Thu Jul 26 19:41:05 2012 +0200 @@ -40,6 +40,7 @@ |> Unsynchronized.setmp Thy_Output.indent_default (Options.int options "thy_output_indent") |> Unsynchronized.setmp Thy_Output.source_default (Options.bool options "thy_output_source") |> Unsynchronized.setmp Thy_Output.break_default (Options.bool options "thy_output_break") + |> Unsynchronized.setmp Pretty.margin_default (Options.int options "pretty_margin") |> Unsynchronized.setmp Toplevel.timing (Options.bool options "timing"); fun use_theories (options, thys) =