help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Too small fonts after Emacs-Snapshot update


From: Thierry Volpiatto
Subject: Re: Too small fonts after Emacs-Snapshot update
Date: Sun, 24 Feb 2008 22:10:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]