all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* font at startup
@ 2009-03-06 12:14 Alain Muls
  0 siblings, 0 replies; 2+ messages in thread
From: Alain Muls @ 2009-03-06 12:14 UTC (permalink / raw)
  To: emacs list

Hi

How can I have emacs startup with the font that you can select from

options > set font > misc, 8x13

Tx/Alain

-- 
------------------------------------------------------------------------------------
Alain MULS                                 alain.muls@telenet.be
CISS-GENA                                           +32.2.7426340
Renaissance Avenue 30
1000 BRUSSELS - Belgium
------------------------------------------------------------------------------------
Protect your freedom, join the Fellowship of FSFE!
http://www.fsfe.org
Please don't send me proprietary file formats,
use ISO standard ODF instead (ISO/IEC 26300)
------------------------------------------------------------------------------------




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

* Re: font at startup
       [not found] <mailman.2507.1236341549.31690.help-gnu-emacs@gnu.org>
@ 2009-03-06 13:09 ` dericbytes
  0 siblings, 0 replies; 2+ messages in thread
From: dericbytes @ 2009-03-06 13:09 UTC (permalink / raw)
  To: help-gnu-emacs

> How can I have emacs startup with the font that you can select from
>
> options > set font > misc, 8x13
>

Once you've used the GUI to select your font.

; Move to scratch
C-x C-b *scratch*

; Type the following, it gets the current font value
(frame parameter nil 'font)

; Execute the above emacs function -With cursor after last bracket
C-j

; Open your initial emacs file ( or where ever you want to put it)
C-x C-f ~/.emacs

; Add the following, changing the font as appropriate.
(set-default-font "-outline-Arial-normal-italic-normal-sans-16-*-*-*-p-
*-iso8859-1")


; Save
C-x  C-s


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

end of thread, other threads:[~2009-03-06 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2507.1236341549.31690.help-gnu-emacs@gnu.org>
2009-03-06 13:09 ` font at startup dericbytes
2009-03-06 12:14 Alain Muls

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.