simplifications
authoroheimb
Thu, 14 May 1998 16:44:04 +0200
changeset 4929 bc3ec5af8593
parent 4928 c17493ccfd54
child 4930 89271bc4e7ed
simplifications
src/Tools/8bit/xemacs/isa_xemacs
--- a/src/Tools/8bit/xemacs/isa_xemacs	Thu May 14 16:42:52 1998 +0200
+++ b/src/Tools/8bit/xemacs/isa_xemacs	Thu May 14 16:44:04 1998 +0200
@@ -26,10 +26,6 @@
 # emacs command name. Name of your emacs executable 
 ENAME=xemacs
 
-#users init file ($HOME is added). This file is loaded after
-#the init file $PREFIX.emacs 
-INIT=.emacs_xemacs_isa
-
 ###############################################
 # do not edit below
 ###############################################
@@ -43,14 +39,6 @@
 #  emacs init file for Isabelle
 INITFILE=$ISABELLE8BIT/$EDIR/$PREFIX.emacs
 
-# set font as XResource
-# needed for versions later than LEmacs 19.9 
-echo "$PREFIX.default.attributeFont: isabelle14" | xrdb -merge - >/dev/null
+# pop up isabelle emacs
+$ENAME -T "$PREFIX" -fn isabelle14 -l $INITFILE $*
 
-# pop up isabelle emacs
-$ENAME \
-    -title "$PREFIX" \
-    -name "$PREFIX" \
-    -l $INITFILE -l "$HOME/$INIT"\
-    $* 2>/dev/null
-