From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Geralt <usr.gentoo@googlemail.com>
Cc: Emacs Help List <help-gnu-emacs@gnu.org>
Subject: Re: Setting the global default font size.
Date: Wed, 11 Feb 2009 13:48:44 +0100 [thread overview]
Message-ID: <CAD7E2A4-7AD3-47FA-8BD4-4BD2EE1ACDE1@Web.DE> (raw)
In-Reply-To: <fbdd0e50902101103o7ae33584q383cafda2e2391a9@mail.gmail.com>
Am 10.02.2009 um 20:03 schrieb Geralt:
> I've installed the inconsolata font[1] and I want to use it in my
> Emacs color-theme but I don't know how to add it.
Make it known to your X11 fonts sub-system (that's what an
"installed" should express) and then set either an X resource à la:
Emacs.Font: -*-lucidatypewriter-medium-r-*-*-10-*-*-*-m-*-
iso10646-1
(you can additionally use, for example:
Emacs*menu*.font: -*-utopia-bold-r-*-*-11-*-*-*-*-*-iso10646-1
Emacs*pane.menubar.font: -*-lucida-bold-r-*-sans-10-*-*-*-*-*-
iso10646-1
Emacs.dialog*.font: -*-bitstream vera serif-bold-r-*-*-10-*-*-*-*-
*-iso10646-1)
or you put your default font choice into, for example:
(setq initial-frame-alist '(
(tool-bar-lines . 0)
(menu-bar-lines . 2)
(border-color . "gold1")
(cursor-color . "turquoise1")
(mouse-color . "purple3")
(foreground-color . "DarkCyan")
(background-color . "antiquewhite1")
(vertical-scroll-bars . right)
(internal-border-width . 5)
(top . 10) (left . 625) (width . 80) (height . 50)
;• (font . "fontset-global")
))
– and there's also default-frame-alist!
--
Greetings
Pete
Basic, n.:
A programming language. Related to certain social diseases in
that those who have it will not admit it in polite company.
next prev parent reply other threads:[~2009-02-11 12:48 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-05 15:28 Setting the global default font size Tim Visher
2009-02-05 21:16 ` Joe Schafer
2009-02-10 12:45 ` Nurullah Akkaya
2009-02-10 19:03 ` Geralt
2009-02-10 22:53 ` Nurullah Akkaya
2009-02-11 0:20 ` Geralt
2009-02-11 4:06 ` Manish Sharma
2009-02-11 10:09 ` Geralt
2009-02-11 12:48 ` Peter Dyballa [this message]
2009-02-12 16:52 ` Geralt
2009-02-12 18:38 ` Peter Dyballa
2009-02-12 18:49 ` Geralt
2009-02-12 21:12 ` Peter Dyballa
2009-02-12 22:21 ` Geralt
2009-02-12 23:19 ` Peter Dyballa
2009-02-13 21:20 ` Geralt
2009-02-13 21:53 ` Peter Dyballa
2009-02-13 22:03 ` Geralt
2009-02-13 22:46 ` Peter Dyballa
2009-02-14 10:28 ` Geralt
2009-02-14 14:24 ` Peter Dyballa
2009-02-14 14:47 ` Geralt
2009-02-14 18:51 ` Peter Dyballa
2009-02-17 16:19 ` Geralt
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAD7E2A4-7AD3-47FA-8BD4-4BD2EE1ACDE1@Web.DE \
--to=peter_dyballa@web.de \
--cc=help-gnu-emacs@gnu.org \
--cc=usr.gentoo@googlemail.com \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).