all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Alexandros Prekates <aprekates@openmailbox.org>, help-gnu-emacs@gnu.org
Subject: RE: Default face - font questions.
Date: Thu, 14 Aug 2014 07:30:10 -0700 (PDT)	[thread overview]
Message-ID: <c07dbdfa-8e34-4e3d-937e-8efcb1848be9@default> (raw)
In-Reply-To: <53EC0A6D.6030404@openmailbox.org>

> To change the default font for new (non special-display) frames...
> 
>   (set-face-attribute 'default t   :font FONT)
> 
> To change the default font for the current frame, as well as future
> frames...
> 
>   (set-face-attribute 'default nil :font FONT)
> 
> 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?

You understand correctly. You should not notice any difference between `nil' and `t' as the value of parameter FRAME, when you use `set-face-attribute' in your init file.

(P.S. Your mailer quotes things weirdly - lots of extraneous `|' and `\|' here and there.)



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

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-14  1:01 Default face - font questions Alexandros Prekates
2014-08-14 14:30 ` Drew Adams [this message]
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=c07dbdfa-8e34-4e3d-937e-8efcb1848be9@default \
    --to=drew.adams@oracle.com \
    --cc=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.