unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Sven Bretfeld <sven.bretfeld@gmx.ch>
To: help-gnu-emacs@gnu.org
Subject: Re: Too small fonts after Emacs-Snapshot update
Date: Sun, 24 Feb 2008 23:34:43 +0100	[thread overview]
Message-ID: <87ir0et24c.fsf@kamaloka.dhatu> (raw)
In-Reply-To: 871w72cb70.fsf@thievol.homelinux.org

[-- Attachment #1: Type: text/plain, Size: 1666 bytes --]

Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:

Hi Thierry

Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:

> 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)))

It's working better now. I use your code above but the font is too
small for me. I changed the line (set-default-font "Bitstream Vera
Sans Mono-12:weight=bold")) to:

,----
| (set-default-font "DejaVu Sans-20:weight=medium"))
`----

However, "customize-faces default" says, the default font is
"unknown-dejavu sans". Something still seems not correct.

Also, there are still some fontsizes unavailable. Depending on the
default size (I tried 12, 16, 18, and finally 20), either the \part{}
and \section{} headings or the \chapter{} and  \section{} headings in AucTeX again
turn up tiny. I think, the pre-defined font sizes for these faces are
unavailable. Is it possible to build  them? 

At least italic and bold fonts are visible now. I liked adobe-courier
more. 

Greetings

Sven


[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2008-02-24 22:34 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
2008-02-24 22:34       ` Sven Bretfeld [this message]
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=87ir0et24c.fsf@kamaloka.dhatu \
    --to=sven.bretfeld@gmx.ch \
    --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).