| author | sandnerr |
| Fri, 13 Dec 1996 12:01:26 +0100 | |
| changeset 2380 | 90280b3a538b |
| parent 2344 | c3e1eaea4418 |
| child 2390 | 4e183a4d9cd0 |
| permissions | -rwxr-xr-x |
| 2344 | 1 |
#!/bin/bash -norc |
| 2305 | 2 |
# |
| 2312 | 3 |
# $Id$ |
4 |
# |
|
| 2305 | 5 |
# Emacs / Isamode interface. |
6 |
# |
|
7 |
# TODO: isabelle fonts |
|
8 |
||
9 |
||
10 |
## diagnostics |
|
11 |
||
12 |
function fail() |
|
13 |
{
|
|
| 2344 | 14 |
echo "$1" >&2 |
| 2305 | 15 |
exit 2 |
16 |
} |
|
17 |
||
18 |
||
19 |
## main |
|
20 |
||
21 |
exec emacs -name "isabelle" -l "$ISAMODE_HOME/elisp/isa-site.el" -l "$HOME/.emacs" -l "$ISAMODE_HOME/elisp/isa-start.el" |