etc/user-settings.sample
author wenzelm
Sat, 12 Apr 1997 19:59:44 +0200
changeset 2937 9d31c472d0b0
parent 2785 27a17c846021
child 2968 8ba30b031f31
permissions -rw-r--r--
tuned;
     1 #
     2 # $Id$
     3 #
     4 # Isabelle user settings sample -- may be copied to ~/isabelle/etc/settings.
     5 #
     6 
     7 ###
     8 ### Compilation options
     9 ###
    10 
    11 #ISABELLE_USEDIR_OPTIONS="-h true -g true"
    12 
    13 
    14 ###
    15 ### Heap files
    16 ###
    17 
    18 # Note: ML system and platform info is appended automatically!
    19 #ISABELLE_PATH=other-places-where-heaps-may-reside:$ISABELLE_PATH
    20 
    21 #DEFAULT_LOGIC=ZF
    22 
    23 
    24 ###
    25 ### Interfaces
    26 ###
    27 
    28 # Simple xterm based interface.
    29 #ISABELLE_INTERFACE=xterm
    30 #ISABELLE_INTERFACE_OPTIONS="-g 80x50 -s false"