unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Ian Eure <ian@digg.com>
To: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Cocoa Emacs 23 & Unicode
Date: Mon, 24 Nov 2008 10:46:06 -0800	[thread overview]
Message-ID: <29E311D2-32A4-42E5-8871-9715E0A4ED2E@digg.com> (raw)
In-Reply-To: <C464FEF9-2712-4D23-A090-90A46186B85D@Web.DE>

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	other threads:[~2008-11-24 18:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-20 22:32 Cocoa Emacs 23 & Unicode Ian Eure
2008-11-20 23:09 ` Peter Dyballa
2008-11-20 23:33   ` Ian Eure
2008-11-21  0:04     ` Peter Dyballa
2008-11-21 18:43       ` Ian Eure
2008-11-21 20:37         ` Peter Dyballa
2008-11-24 18:46           ` Ian Eure [this message]
2008-11-24 23:37             ` Peter Dyballa
     [not found]       ` <mailman.960.1227292994.26697.help-gnu-emacs@gnu.org>
2008-11-25  3:07         ` Jason Rumney
2008-11-25 17:32           ` Ian Eure

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=29E311D2-32A4-42E5-8871-9715E0A4ED2E@digg.com \
    --to=ian@digg.com \
    --cc=Peter_Dyballa@Web.DE \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).