all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "dericbytes@gmail.com" <dericbytes@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: font at startup
Date: Fri, 6 Mar 2009 05:09:17 -0800 (PST)	[thread overview]
Message-ID: <8d1ceb46-a8c0-4701-894b-3ed85d2a5ca0@q11g2000yqh.googlegroups.com> (raw)
In-Reply-To: mailman.2507.1236341549.31690.help-gnu-emacs@gnu.org

> 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


       reply	other threads:[~2009-03-06 13:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.2507.1236341549.31690.help-gnu-emacs@gnu.org>
2009-03-06 13:09 ` dericbytes [this message]
2009-03-06 12:14 font at startup Alain Muls

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8d1ceb46-a8c0-4701-894b-3ed85d2a5ca0@q11g2000yqh.googlegroups.com \
    --to=dericbytes@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.