all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexandros Prekates <aprekates@openmailbox.org>
To: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Default face - font questions.
Date: Thu, 14 Aug 2014 04:01:33 +0300	[thread overview]
Message-ID: <53EC0A6D.6030404@openmailbox.org> (raw)

In emacswiki (1) i read:

To change the default font for new (non special-display) frames, put 
either of these in your init file 
<http://www.emacswiki.org/emacs/InitFile#init_file>:


    |(add-to-list 'default-frame-alist '(font . | /|FONT|/ |))|

    |(set-face-attribute 'default t :font | /|FONT|/ |))|

To change the default font for the current frame, as well as future 
frames, put either of these in your init file:


    |(set-face-attribute 'default nil :font | /|FONT|/ |))|

    |(set-frame-font | /|FONT|/ |nil t)|

|
I understand how when we are in the middle of an emacs session it'd help 
to have an option to change the
font only of the future-new frames.
|

|But i dont understand the difference of using the 't', or 'nil' option 
in an .init file when starting a new emacs session . Doesnt it hold than 
in that case all frames are newone making 't' superfluous in .init file?
|

|aprekates
|



(1) http://www.emacswiki.org/emacs/SetFonts


             reply	other threads:[~2014-08-14  1:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-14  1:01 Alexandros Prekates [this message]
2014-08-14 14:30 ` Default face - font questions Drew Adams
2014-08-14 14:46   ` Alexandros Prekates

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=53EC0A6D.6030404@openmailbox.org \
    --to=aprekates@openmailbox.org \
    --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.