From: Hadron <hadronquark@googlemail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: recommended font for emacs xft
Date: Wed, 15 Aug 2007 18:14:14 +0200 [thread overview]
Message-ID: <k57inw4vxl.fsf@homelinux.net> (raw)
In-Reply-To: 87vebhgc3z.fsf@pu100877.student.princeton.edu
Tamas Papp <tkpapp@gmail.com> writes:
> Hi,
>
> I am happy using the alpha version of Emacs23 with the xft extension.
> However, I could not find a font that is just "right": Monospace-11
> looks very "weak". I am looking for something not to tall (number of
> horizontal lines is important so I can fit more code on a screen).
> set-default-font snippets are welcome.
>
> Thanks,
>
> Tamas
(setq default-frame-alist (quote ((background-mode . dark) (border-color . "black") (cursor-color . "LightGray") (mouse-color . "Grey") (background-color . "darkslategrey") (foreground-color . "wheat") (font . "-bitstream-bitstream vera sans mono-medium-r-normal--13-120-*-*-*-*-*-*"))))
Which translates to
(set-default-font "-bitstream-bitstream vera sans mono-medium-r-normal--13-120-*-*-*-*-*-*")
Excellent.
prev parent reply other threads:[~2007-08-15 16:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-15 13:29 recommended font for emacs xft Tamas Papp
2007-08-15 14:54 ` Marc Schwartz
2007-08-15 15:15 ` Tamas Papp
2007-08-15 15:28 ` Marc Schwartz
2007-08-15 16:13 ` Peter Dyballa
2007-08-15 16:14 ` Hadron [this message]
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=k57inw4vxl.fsf@homelinux.net \
--to=hadronquark@googlemail.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.
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).