unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Font changes on each startup!
@ 2005-03-28 22:04 JS
  2005-03-28 23:48 ` Peter Dyballa
  0 siblings, 1 reply; 2+ messages in thread
From: JS @ 2005-03-28 22:04 UTC (permalink / raw)


Each time I start emacs I have to chose:

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

Is there someway to get this done automatically??

JS

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Font changes on each startup!
  2005-03-28 22:04 Font changes on each startup! JS
@ 2005-03-28 23:48 ` Peter Dyballa
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Dyballa @ 2005-03-28 23:48 UTC (permalink / raw)



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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-28 23:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-28 22:04 Font changes on each startup! JS
2005-03-28 23:48 ` Peter Dyballa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).