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

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

Re: Make font chosen by S-mouse-1 permanent


From: Sam Peterson
Subject: Re: Make font chosen by S-mouse-1 permanent
Date: Thu, 14 Feb 2008 19:22:12 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Peter Dyballa <Peter_Dyballa@Web.DE> on Fri, 15 Feb 2008 01:05:31
+0100 didst step forth and proclaim thus:

> Am 15.02.2008 um 00:04 schrieb Sam Peterson:
>
>> Hello, I'm having a time figuring out what I can do to make the font
>> chosen in the mouse menu by shift mouse 1 permanent for all frames
>> each time I start Emacs.  I've tried customizing the default face but
>> haven't had much luck.
>
>       (add-to-list 'default-frame-alist '(font .
> "fontset-10pt_lucida_sans_typewriter"))
>
> or such. There is also initial-frame-alist. Both have much more options.
>
Cool, thank you! I knew about that variable but didn't have a good
idea of what to put in it, the following did the trick nicely.

(add-to-list 'default-frame-alist '(font . "fixed"))

-- 
Sam Peterson
skpeterson At nospam ucdavis.edu
"if programmers were paid to remove code instead of adding it,
software would be much better" -- unknown


reply via email to

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