emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: [emacs-unicode-2] Turkish characters are not anti aliased


From: Kenichi Handa
Subject: Re: [emacs-unicode-2] Turkish characters are not anti aliased
Date: Thu, 30 Nov 2006 13:35:38 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.91 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, Richard Stallman <address@hidden> writes:

> Does this fix your problem?
> 
> (set-fontset-font
> (frame-parameter nil 'font)
> 'latin
> '("tahoma" . "unicode-bmp"))

>     Yes it does, thanks!

> Handa san, should we document this somewhere?

As this is a temporary problem, neither docstring nor info
is suitable.  So, I've just added this in README.unicode.

----------------------------------------------------------------------
Note: The fontset related codes are not yet matuared to work well with
the font backend method.  So, for instance, even if you start Emacs
as something like this:
  % emacs --enable-font-backend -fn tahoma
Non-ASCII Latin characters will not be displayed by the font
"tahoma".  In such a case, please try this:

(set-fontset-font "fontset-default" 'latin '("tahoma" . "unicode-bmp"))
----------------------------------------------------------------------

---
Kenichi Handa
address@hidden




reply via email to

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