isabelle jedit as alternative;
authorwenzelm
Tue, 18 Jan 2011 21:33:07 +0100
changeset 41610 9f99196ebd9f
parent 41609 f471a2fb9a95
child 41611 f23ce44fbaec
child 41612 c15e7d36912a
isabelle jedit as alternative;
Admin/MacOS/App1/script
--- a/Admin/MacOS/App1/script	Tue Jan 18 21:29:56 2011 +0100
+++ b/Admin/MacOS/App1/script	Tue Jan 18 21:33:07 2011 +0100
@@ -58,6 +58,7 @@
 
 OUTPUT="/tmp/isabelle$$.out"
 
+# ( "$ISABELLE_TOOL" jedit "$@" ) > "$OUTPUT" 2>&1
 ( "$ISABELLE_TOOL" emacs "${EMACS_OPTIONS[@]}" "$@" ) > "$OUTPUT" 2>&1
 RC=$?