Am 29.03.2005 um 00:04 schrieb JS:

Each time I start emacs I have to chose:

options -> mule -> set Font/Fontset -> Fontset ->default

Is there someway to get this done automatically??


Have you tried S-<mouse-1>/Shift-left click? There's also:

        (setq initial-frame-alist '(
                (font . "fontset-default")
                (top . 5) (left . 500) (width . 106) (height . 50)
;                         (foreground-color . "grey20")
;               (background-color . "alice blue")
;               (cursor-color . "purple")
;               (cursor-type . box)
;               (vertical-scroll-bars . left)
;               (font . "-adobe-courier-medium-r-*-11-*-iso10646-1")
        ))


(setq default-frame-alist '( ... ))

--
Greetings
  Pete



--
Mit friedvollen Grüßen

  Pete

Behold the warranty ... the bold print giveth and the fine print taketh away.


_______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to