[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: idn.el and confusables.txt
From: |
Ted Zlatanov |
Subject: |
Re: idn.el and confusables.txt |
Date: |
Tue, 17 May 2011 10:32:03 -0500 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) |
On Sun, 15 May 2011 07:14:47 -0500 Ted Zlatanov <address@hidden> wrote:
TZ> On Sun, 15 May 2011 01:56:02 -0400 Eli Zaretskii <address@hidden> wrote:
EZ> These all examine portions of a buffer ("words") for being a match to
EZ> some string or regexp. So I think having strings in the char-table
EZ> will be more convenient, because you could then use looking-at,
EZ> string=, string-match, etc.
TZ> Oh, good point. OK, strings it is. I'll write the converter.
Here's the converter. It reads the confusables.txt file and generates a
char-table with strings as values. I'll package the converter and the
resulting uni-confusables.el library and put them on the GNU ELPA.
Could you tell me the best way to write uni-confusables.el? In what
format should I provide the char-tables in the ELisp code? The uni-*
files in Emacs use `define-char-code-property' because they deal with a
single property, so should the properties here be
'confusables-single-script and 'confusables-multiple-script?
Thanks
Ted
gen-confusables.el
Description: application/emacs-lisp
- Re: idn.el and confusables.txt, (continued)
- Re: idn.el and confusables.txt, Ted Zlatanov, 2011/05/14
- Re: idn.el and confusables.txt, Eli Zaretskii, 2011/05/14
- Re: idn.el and confusables.txt, Ted Zlatanov, 2011/05/14
- Re: idn.el and confusables.txt, Eli Zaretskii, 2011/05/14
- Re: idn.el and confusables.txt, Ted Zlatanov, 2011/05/14
- Re: idn.el and confusables.txt, Eli Zaretskii, 2011/05/15
- Re: idn.el and confusables.txt, Ted Zlatanov, 2011/05/15
- Re: idn.el and confusables.txt, Eli Zaretskii, 2011/05/16
- Re: idn.el and confusables.txt, Ted Zlatanov, 2011/05/16
- Re: idn.el and confusables.txt, Eli Zaretskii, 2011/05/17
- Re: idn.el and confusables.txt,
Ted Zlatanov <=
- Re: idn.el and confusables.txt, Ted Zlatanov, 2011/05/18
- Re: idn.el and confusables.txt, Stefan Monnier, 2011/05/14
Re: idn.el and confusables.txt, Kenichi Handa, 2011/05/15
- Re: idn.el and confusables.txt, Eli Zaretskii, 2011/05/15
- Re: idn.el and confusables.txt, handa, 2011/05/18
- Re: idn.el and confusables.txt, Eli Zaretskii, 2011/05/18
- Re: idn.el and confusables.txt, handa, 2011/05/18
- Re: idn.el and confusables.txt, Eli Zaretskii, 2011/05/18