--- 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
;;