In article <[EMAIL PROTECTED]>, Ismail Donmez <[EMAIL PROTECTED]> writes:

> 29 Kas 2006 Çar 13:07 tarihinde şunları yazmıştınız:
> > In article <[EMAIL PROTECTED]>, Ismail Donmez 
> <[EMAIL PROTECTED]> writes:
> > > The current CVS HEAD of emacs-unicode-2 does not anti-alias Turkish
> > > characters whereas it anti-aliases fine rest of the characters. I put up
> > > a screenshot at http://cekirdek.pardus.org.tr/~ismail/tmp/aliased.png .
> >
> > Please check which font is used for Turkish characters and
> > for the others by C-u C-x =.

> I am using Tahoma font via --font "Tahoma", but checking with C-u C-x its 
> using Terminus fixed size font for Turkish characters but using Tahoma for 
> others. I wonder why?

Does this fix your problem?

(set-fontset-font
 (frame-parameter nil 'font)
 'latin
 '("tahoma" . "unicode-bmp"))

If so, this is the known problem of fontset not yet matured
for font-backend feature.

---
Kenichi Handa
[EMAIL PROTECTED]


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to