diff options
| author | Makarius Wenzel | 2008-02-06 15:40:45 +0000 |
|---|---|---|
| committer | Makarius Wenzel | 2008-02-06 15:40:45 +0000 |
| commit | 655464a68bc699c3696aabe66edf339ef2968f64 (patch) | |
| tree | 806f0ab14880de896078e873d16c2be94c949b89 /isar/interface | |
| parent | c5dbb140389fc67cbe78c84ae7dca8fd78d92e95 (diff) | |
accomodate Carbon Emacs: keep window system enabled, even if no DISPLAY;
Diffstat (limited to 'isar/interface')
| -rw-r--r-- | isar/interface | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/isar/interface b/isar/interface index 85d4d413..bb9a0971 100644 --- a/isar/interface +++ b/isar/interface @@ -183,11 +183,13 @@ else [ "$INITFILE" = false ] && ARGS="$ARGS -q" - if [ "$WINDOWSYSTEM" = true -a -n "$DISPLAY" ]; then - [ -n "$XSYMBOL_INSTALLFONTS" -a "$XSYMBOL_SETUP" = true ] && installfonts - else + if [ "$WINDOWSYSTEM" = false ]; then ARGS="$ARGS -nw" XSYMBOL=false + elif [ -z "$DISPLAY" ]; then + XSYMBOL=false + else + [ -n "$XSYMBOL_INSTALLFONTS" -a "$XSYMBOL_SETUP" = true ] && installfonts fi ARGS="$ARGS -l '$SUPER/isar/interface-setup.el'" |
