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

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

Re: Cocoa Emacs 23 & Unicode


From: Ian Eure
Subject: Re: Cocoa Emacs 23 & Unicode
Date: Mon, 24 Nov 2008 10:46:06 -0800

On Nov 21, 2008, at 12:37 PM, Peter Dyballa wrote:


Am 21.11.2008 um 19:43 schrieb Ian Eure:

Any hints on where I can find and tweak this stuff?

I presume it's lisp/international/characters.el and the Elisp files there. The uni-* files are automatically generated from UnicodeData.txt.

Another option would be to follow backwards the function ...

I looked, but I'm not clearly seeing where in that file it comes from. I manually removed the CJK categorization with:

(modify-category-entry '(#x201b . #x201f) ?c nil t)
(modify-category-entry '(#x201b . #x201f) ?h nil t)
(modify-category-entry '(#x201b . #x201f) ?j nil t)

And added Latin with:

(modify-category-entry '(#x201b . #x201f) ?l)

However, they still display with the STHelti font, leading me to believe that the char -> font mapping lies elsewhere.

Any other clues?

 - Ian




reply via email to

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