Tim McNamara <[EMAIL PROTECTED]> writes: > Peter Dyballa <[EMAIL PROTECTED]> 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! _______________________________________________ Help-gnu-emacs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
