all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Make font chosen by S-mouse-1 permanent
@ 2008-02-14 23:04 Sam Peterson
  2008-02-15  0:05 ` Peter Dyballa
       [not found] ` <mailman.7416.1203033939.18990.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Sam Peterson @ 2008-02-14 23:04 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Make font chosen by S-mouse-1 permanent
  2008-02-14 23:04 Make font chosen by S-mouse-1 permanent Sam Peterson
@ 2008-02-15  0:05 ` Peter Dyballa
       [not found] ` <mailman.7416.1203033939.18990.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Dyballa @ 2008-02-15  0:05 UTC (permalink / raw)
  To: Sam Peterson; +Cc: help-gnu-emacs


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.

--
Greetings

   Pete

You can learn many things from children.  How much patience you have,  
for instance.
				– Franklin P. Jones







^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Make font chosen by S-mouse-1 permanent
       [not found] ` <mailman.7416.1203033939.18990.help-gnu-emacs@gnu.org>
@ 2008-02-15  3:22   ` Sam Peterson
  0 siblings, 0 replies; 3+ messages in thread
From: Sam Peterson @ 2008-02-15  3:22 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-02-15  3:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-14 23:04 Make font chosen by S-mouse-1 permanent Sam Peterson
2008-02-15  0:05 ` Peter Dyballa
     [not found] ` <mailman.7416.1203033939.18990.help-gnu-emacs@gnu.org>
2008-02-15  3:22   ` Sam Peterson

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.