all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Javier <nospam@nospam.com>
To: help-gnu-emacs@gnu.org
Subject: Re: default font used
Date: Fri, 13 Jul 2012 04:10:16 +0000 (UTC)	[thread overview]
Message-ID: <jto738$gdu$1@speranza.aioe.org> (raw)
In-Reply-To: mailman.4483.1341935017.855.help-gnu-emacs@gnu.org


You can also set the font in the command line in Linux:

emacs -fn 10x20

if you define the font in .emacs it will override the command-line option

Drew Adams <drew.adams@oracle.com> wrote:
>> The default font is chosen inside x_default_font_parameter in 
>> xfns.c.... the first match from the following list is used:
>> ...
>>           "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1",
>>           "-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-1",
>>           "-*-*-medium-r-normal-*-*-140-*-*-c-*-iso8859-1",
>>           /* This was formerly the first thing tried, but it finds
>>              too many fonts and takes too long.  */
>>           "-*-*-medium-r-*-*-*-*-*-*-c-*-iso8859-1",
>>           /* If those didn't work, look for something which will
>>              at least work.  */
>>           "-*-fixed-*-*-*-*-*-140-*-*-c-*-iso8859-1",
>>           "fixed",
> 
> Yes, but a user can set the font to use by default.  See this:
> http://emacswiki.org/emacs/SetFonts
> 
> E.g.: (set-face-attribute 'default nil :font FONT)
> 
> (Alternatively, you can set the `font' parameter in user option
> `default-frame-alist'.)
> 
> 


  parent reply	other threads:[~2012-07-13  4:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.4478.1341930284.855.help-gnu-emacs@gnu.org>
2012-07-10 15:30 ` default font used Jason Rumney
2012-07-10 15:43   ` Drew Adams
     [not found]   ` <mailman.4483.1341935017.855.help-gnu-emacs@gnu.org>
2012-07-13  4:10     ` Javier [this message]
2012-07-10 14:24 Buchs, Kevin

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='jto738$gdu$1@speranza.aioe.org' \
    --to=nospam@nospam.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.