etc/user-settings.sample
author wenzelm
Wed, 14 May 1997 18:37:03 +0200
changeset 3184 4e0bbfb113d5
parent 3179 c8263805dede
child 3289 8c947c178f29
permissions -rw-r--r--
renamed DEFAULT_LOGIC to ISABELLE_LOGIC;

#
# $Id$
#
# Isabelle user settings sample (everything commented out)
#   -- some parts may be copied into ~/isabelle/etc/settings.
#

###
### Compilation options
###

#ISABELLE_USEDIR_OPTIONS="-h true -g true"


###
### Heap files
###

# Note: ML system identifier appended automatically!

#ISABELLE_PATH=other-places-where-heaps-may-reside:$ISABELLE_PATH
#ISABELLE_OUTPUT=somewhere-else

#ISABELLE_LOGIC=ZF


###
### Interfaces
###

# Simple xterm based interface.
#ISABELLE_INTERFACE=xterm
#ISABELLE_INTERFACE_OPTIONS="-g 80x50 -s false"

# GNU Emacs running Isamode.
#ISABELLE_INTERFACE=emacs
#ISABELLE_INTERFACE_OPTIONS=""