author | wenzelm |
Tue, 07 Jan 1997 09:01:52 +0100 | |
changeset 2474 | 9990f088d7ac |
parent 2390 | 4e183a4d9cd0 |
child 2600 | be48eff459e9 |
permissions | -rwxr-xr-x |
#!/bin/bash -norc # # $Id$ # # Emacs / Isamode interface. # # TODO: isabelle fonts ## diagnostics function fail() { echo "$1" >&2 exit 2 } ## main if [ -f "$ISABELLE_HOME_USER/etc/isa-settings.el" ]; then USER_SETTINGS="--load $ISABELLE_HOME_USER/etc/isa-settings.el" else USER_SETTINGS="" fi exec emacs -name "isabelle" \ --no-init-file $ISABELLE_INTERFACE_OPTIONS \ --load "$ISAMODE_HOME/elisp/isa-site.el" \ $USER_SETTINGS \ --load $HOME/.emacs \ --funcall isabelle