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

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

Re: Set default font for all frames


From: Richard Riley
Subject: Re: Set default font for all frames
Date: Sat, 01 Aug 2009 12:27:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Peter Dyballa <Peter_Dyballa@Web.DE> writes:

> Am 01.08.2009 um 05:43 schrieb Richard Hoskins:
>
>> when I make a new frame, Monoco is used
>
>
>       (setq initial-frame-alist
>         (append (list
>           '(border-color      . "#4e3832")
>           '(foreground-color  . "grey10")
>           '(background-color  . "AliceBlue")
>           '(active-alpha      . 0.875)
>           '(inactive-alpha    . 0.75)
>           '(font . "fontset-10pt_lucidatypewriter")
> ;         '(font . "Envy Code R-18")
>           '(top . 136) '(left . 666) '(width . 100) '(height . 57)
>         ) initial-frame-alist))
>
> And there is also default-frame-alist for all (other) frames.
>

Whats the name of the function to throw out the current display settings
as X resources?


reply via email to

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