* Setting font permanently
@ 2004-09-26 16:05 David Escott
0 siblings, 0 replies; 2+ messages in thread
From: David Escott @ 2004-09-26 16:05 UTC (permalink / raw)
I can select the font I want from the Shift-Mouse1 menu, as misc 10x20.
It look like shit but it is at least readable. Now I want to make that
permanent Options->Save Options doesn't do this?! And everything else
seems to suggest that I use xfontsel to find the font name again which
is bullshit considering that emacs has to know what font it is using to
display. So the question is how do I get emacs to display the current
font?
--
David Wright Escott
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Setting font permanently
[not found] <mailman.4164.1096215177.1998.help-gnu-emacs@gnu.org>
@ 2004-09-27 17:05 ` Kevin Rodgers
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2004-09-27 17:05 UTC (permalink / raw)
David Escott wrote:
> I can select the font I want from the Shift-Mouse1 menu, as misc 10x20.
> It look like shit but it is at least readable.
Talk about low standards!
> Now I want to make that
> permanent Options->Save Options doesn't do this?! And everything else
> seems to suggest that I use xfontsel to find the font name again which
> is bullshit considering that emacs has to know what font it is using to
> display. So the question is how do I get emacs to display the current
> font?
I don't use Customize, and prefer hacking my ~/.emacs file myself --
unless I can hack my ~/.Xdefaults file instead. So how about this
~/.emacs hack:
(set-default-font (face-font 'default))
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-09-27 17:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-26 16:05 Setting font permanently David Escott
[not found] <mailman.4164.1096215177.1998.help-gnu-emacs@gnu.org>
2004-09-27 17:05 ` Kevin Rodgers
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.