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

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

Re: Setting default face-font in Carbon Emacs


From: Tim McNamara
Subject: Re: Setting default face-font in Carbon Emacs
Date: Sun, 06 Mar 2005 18:24:55 -0600
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (darwin)

Peter Dyballa <Peter_Dyballa@Web.DE> writes:

> Am 06.03.2005 um 17:08 schrieb Tim McNamara:
>
>> How do I get the face to apply to all buffers?
>
> What about this?
>
>    (setq initial-frame-alist '(
>          (mouse-color      . "midnightblue")
>          (foreground-color . "midnightblue")
>          (background-color . "antiquewhite1")
>          (font . "fontset-12pt_bitstream_courier")
>          (top . 10) (left . 650) (width . 89) (height . 60)))
>    (setq default-frame-alist '(
>          (background-color . "ghost white")
>          (foreground-color . "grey10")
>          (vertical-scroll-bars . left)
>          (font . "fontset-12pt_lucidasans_typewriter")
>          (cursor-color . "purple")
>          (cursor-type . box)
>          (top . 20) (left . 150) (width . 89) (height . 56)))

I will give this a try.  Thanks!


reply via email to

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