help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Font changes on each startup!


From: Peter Dyballa
Subject: Re: Font changes on each startup!
Date: Tue, 29 Mar 2005 01:48:39 +0200


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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]