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

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

bug#3174: NS: greek glyph rendering incoherent


From: Jason Rumney
Subject: bug#3174: NS: greek glyph rendering incoherent
Date: Sun, 31 May 2009 22:02:07 +0800
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

Adrian Robert wrote:
Greek, however, is still hosed, because emacs font backend core decides these characters should be rendered using script "symbol". I don't know why, since it also knows about "greek", but it might be because many Greek letters are used in both unicode categories.

The default fontset contains this definition for greek (from lisp/international/fontset.el):

    (greek ,(font-spec :registry "iso10646-1" :script 'greek)
       (nil . "ISO8859-7"))

charset-script-alist contains a suspicious looking (greek-iso8859-7 . latin), but that still doesn't explain why greek characters would get assigned to the symbol script.






reply via email to

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