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:35:03 -0600
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (darwin)

Tim McNamara <timmcn@bitstream.net> writes:

> 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!

The result is (1) a rather pretty looking window that is way off to
the right side of the screen (2) the following message:

frame-notice-user-settings: Font `fontset-12pt_bitstream_courier' is
not defined

and (3) all the buffers show up in the Courier face I'd like to get
rid of...  But I have to say, this is much easier on the eyes!


reply via email to

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