# HG changeset patch # User wenzelm # Date 969876705 -7200 # Node ID fefb958b52aae18b21696ae486782f95cf24e4b9 # Parent c7226e6f9625236e14e189fca538138c9595d793 tuned auto paths; diff -r c7226e6f9625 -r fefb958b52aa etc/settings --- a/etc/settings Mon Sep 25 12:08:49 2000 +0200 +++ b/etc/settings Mon Sep 25 12:11:45 2000 +0200 @@ -19,7 +19,8 @@ "$ISABELLE_HOME/contrib/polyml" \ "$ISABELLE_HOME/../polyml" \ "/usr/share/polyml" \ - "/usr/local/polyml") + "/usr/local/polyml" \ + "/opt/polyml") ML_SYSTEM=$("$POLYML_HOME/bin/polyml-version" 2>/dev/null || echo polyml) ML_PLATFORM=$("$POLYML_HOME/bin/polyml-platform" 2>/dev/null) ML_HOME="$POLYML_HOME/$ML_PLATFORM" @@ -151,6 +152,7 @@ "$ISABELLE_HOME/../ProofGeneral/isar/interface" \ "/usr/share/ProofGeneral/isar/interface" \ "/usr/local/ProofGeneral/isar/interface" \ + "/opt/ProofGeneral/isar/interface" \ "/usr/share/emacs/ProofGeneral/isar/interface" \ "$ISABELLE_INTERFACE") PROOFGENERAL_OPTIONS="" @@ -161,6 +163,7 @@ "$ISABELLE_HOME/../x-symbol" \ "/usr/share/x-symbol" \ "/usr/local/x-symbol" \ + "/opt/x-symbol" \ "") #required for remote fonts only ... #XSYMBOL_INSTALLFONTS="xset fp+ tcp/isafonts.informatik.tu-muenchen.de:7200"