etc/user-settings.sample
author wenzelm
Wed, 14 May 1997 11:54:16 +0200
changeset 3178 97d2d09e61fe
parent 3118 24dae6222579
child 3179 c8263805dede
permissions -rw-r--r--
tuned;

#
# $Id$
#
# Isabelle user settings sample -- may be copied to ~/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

#DEFAULT_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=""