# HG changeset patch # User wenzelm # Date 1343122762 -7200 # Node ID 3b2fb20df17da2cc68254c4eac13fc4fac787081 # Parent a25daffda9660d09e4b161d0b0fbcfadb3eb3263 further imitation of ISABELLE_USEDIR_OPTIONS via options; diff -r a25daffda966 -r 3b2fb20df17d etc/options --- a/etc/options Tue Jul 24 11:14:37 2012 +0200 +++ b/etc/options Tue Jul 24 11:39:22 2012 +0200 @@ -4,19 +4,19 @@ declare browser_info_remote : string = "" declare document : string = "" -declare document_variants : string = document +declare document_variants : string = "outline=/proof,/ML" declare document_graph : bool = false declare document_dump : string = "" declare no_document : bool = false -declare threads : int = 1 +declare threads : int = 0 declare threads_trace : int = 0 -declare parallel_proofs : int = 1 +declare parallel_proofs : int = 2 declare parallel_proofs_threshold : int = 100 declare print_mode : string = "" -declare proofs : int = 0 +declare proofs : int = 1 declare quick_and_dirty : bool = false declare condition : string = "" diff -r a25daffda966 -r 3b2fb20df17d etc/settings --- a/etc/settings Tue Jul 24 11:14:37 2012 +0200 +++ b/etc/settings Tue Jul 24 11:39:22 2012 +0200 @@ -67,11 +67,15 @@ ### -### Batch sessions (cf. isabelle usedir) +### Batch sessions ### +#cf. isabelle usedir ISABELLE_USEDIR_OPTIONS="-M max -p 1 -q 2 -v true -V outline=/proof,/ML" +#cf. isabelle build +ISABELLE_BUILD_OPTIONS="" + ### ### Document preparation (cf. isabelle latex/document) diff -r a25daffda966 -r 3b2fb20df17d src/Pure/System/build.ML --- a/src/Pure/System/build.ML Tue Jul 24 11:14:37 2012 +0200 +++ b/src/Pure/System/build.ML Tue Jul 24 11:39:22 2012 +0200 @@ -53,7 +53,7 @@ (Options.bool options "browser_info") browser_info (Options.string options "document") (Options.bool options "document_graph") - (space_explode "," (Options.string options "document_variants")) + (space_explode ":" (Options.string options "document_variants")) parent base_name (true (* FIXME copy document/ files on Scala side!? *), Options.string options "document_dump")