more system-atic options;
authorwenzelm
Fri, 17 May 2013 19:11:03 +0200
changeset 52057 69137d20ab0b
parent 52056 fc458f304f93
child 52058 387dc978422b
more system-atic options;
src/Tools/WWW_Find/Start_WWW_Find.thy
src/Tools/WWW_Find/lib/Tools/wwwfind
--- a/src/Tools/WWW_Find/Start_WWW_Find.thy	Fri May 17 19:04:52 2013 +0200
+++ b/src/Tools/WWW_Find/Start_WWW_Find.thy	Fri May 17 19:11:03 2013 +0200
@@ -5,7 +5,6 @@
 theory Start_WWW_Find imports WWW_Find begin
 
 ML {*
-  Options.default_put_bool @{option show_question_marks} false;
   YXML_Find_Theorems.init ();
   val port = Markup.parse_int (getenv "SCGIPORT");
   ScgiServer.server' 10 "/" port;
--- a/src/Tools/WWW_Find/lib/Tools/wwwfind	Fri May 17 19:04:52 2013 +0200
+++ b/src/Tools/WWW_Find/lib/Tools/wwwfind	Fri May 17 19:11:03 2013 +0200
@@ -134,10 +134,10 @@
     "$LIGHTTPD" -f "$WWWCONFIG"
     if [ "$LOGFILE" = true ]; then
       (cd "$WWWFINDDIR"; \
-       nohup "$ISABELLE_PROCESS" -r -e "$MLSTARTSERVER" "$INPUT") &
+       nohup "$ISABELLE_PROCESS" -r -o show_question_marks=false -e "$MLSTARTSERVER" "$INPUT") &
     else
       (cd "$WWWFINDDIR"; \
-       nohup "$ISABELLE_PROCESS" -r -e "$MLSTARTSERVER" \
+       nohup "$ISABELLE_PROCESS" -r -o show_question_marks=false -e "$MLSTARTSERVER" \
          "$INPUT" > /dev/null 2> /dev/null) &
     fi
     ;;