From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: Sven Bretfeld <sven.bretfeld@gmx.ch>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Too small fonts after Emacs-Snapshot update
Date: Sun, 24 Feb 2008 22:10:43 +0100 [thread overview]
Message-ID: <871w72cb70.fsf@thievol.homelinux.org> (raw)
In-Reply-To: <87lk5am65o.fsf@kamaloka.dhatu> (Sven Bretfeld's message of "Sun, 24 Feb 2008 21:49:23 +0100")
Ho! it's an emacs unicode, you have to use bitstream font or dejavu
fonts, here my config:(work with emacs unicode and non unicode)
;; To make emacs no unicode and emacs unicode working
;; with same config.
(if (charsetp 'unicode-bmp)
(progn
(prefer-coding-system 'utf-8)
(set-default-font "Bitstream Vera Sans Mono-12:weight=bold"))
(set-default-font "-misc-fixed-bold-*-normal-*-14-*-75-75-*-*-iso8859-15")
(if (not (assoc "UTF-8" language-info-alist))
(set-language-environment "latin-9")
(set-language-environment "utf-8")
(set-keyboard-coding-system 'utf-8)
(set-terminal-coding-system 'utf-8)
(prefer-coding-system 'utf-8)))
--
A + Thierry
Pub key: http://pgp.mit.edu
next prev parent reply other threads:[~2008-02-24 21:10 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-24 20:18 Too small fonts after Emacs-Snapshot update Sven Bretfeld
2008-02-24 20:44 ` Thierry Volpiatto
2008-02-24 20:49 ` Sven Bretfeld
2008-02-24 21:10 ` Thierry Volpiatto [this message]
2008-02-24 22:34 ` Sven Bretfeld
2008-02-25 12:39 ` Sven Bretfeld
2008-02-25 13:19 ` Peter Dyballa
2008-02-25 13:48 ` Sven Bretfeld
2008-02-25 13:52 ` Bastien
[not found] ` <mailman.7903.1203943187.18990.help-gnu-emacs@gnu.org>
2008-02-25 18:22 ` Romain Francoise
[not found] ` <mailman.7941.1203989923.18990.help-gnu-emacs@gnu.org>
2008-02-26 8:30 ` Tim X
2008-02-26 9:50 ` Peter Dyballa
2008-02-26 14:59 ` Romain Francoise
2008-02-27 7:38 ` Tim X
[not found] ` <mailman.7949.1204019436.18990.help-gnu-emacs@gnu.org>
2008-02-27 7:35 ` Tim X
[not found] ` <mailman.7866.1203886166.18990.help-gnu-emacs@gnu.org>
2008-02-25 6:38 ` Tim X
[not found] ` <FB31DE45-543C-47D2-BDD2-FAD4BE6C1FED@Web.DE>
2008-02-24 20:58 ` Sven Bretfeld
[not found] ` <37312008-B32F-4CCB-8A8E-23CEAC0FC882@Web.DE>
2008-02-24 22:47 ` Sven Bretfeld
2008-02-25 0:26 ` Peter Dyballa
[not found] <mailman.7863.1203884313.18990.help-gnu-emacs@gnu.org>
2008-03-03 22:01 ` Stefan Monnier
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=871w72cb70.fsf@thievol.homelinux.org \
--to=thierry.volpiatto@gmail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=sven.bretfeld@gmx.ch \
/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).