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

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

Re: Setting default font


From: Richard Riley
Subject: Re: Setting default font
Date: Mon, 19 Jan 2009 17:18:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Juha Nieminen <nospam@thanks.invalid> writes:

>   I'm using emacs 22.3.1 in a MacOS X system. Each time I start emacs
> I select from the Options menu Set Font/Fontset... > Courier > 14
>
>   What would be the magic command to put in .emacs for this to always
> happen automatically on startup?

I set my font in a special .xEmacs file which I include into my
.Xresources e.g

.Xresources:

,----
| #include "./.emacs.d/.xEmacs"
`----

.xEmacs:

,----
| Emacs*font: -adobe-courier-medium-r-normal-*-12-100-*-*-m-*-iso8859-1
| Emacs.toolBar: off
| Emacs.menu: on
| Emacs.foreground: wheat
| Emacs.background: darkslategrey
| Emacs.pointerColor: Grey
| Emacs.cursorColor: LightGray
| Emacs.borderColor: black
`----


It is much faster on my system than setting with a call to
set-default-font.

-- 
 important and urgent problems of the technology of today are no longer the 
satisfactions of the primary needs or of archetypal wishes, but the reparation 
of the evils and damages by the technology of yesterday.  ~Dennis Gabor, 
Innovations:  Scientific, Technological and Social, 1970


reply via email to

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