[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sisheng input method missing
From: |
Kenichi Handa |
Subject: |
Re: sisheng input method missing |
Date: |
Mon, 17 May 2004 09:27:32 +0900 (JST) |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) |
In article <address@hidden>, Werner LEMBERG <address@hidden> writes:
> Below. I've finally decided to try my hands on Lisp...
Thank you. I've just installed a slightly modified version
with changes to leim/Makefile.in and etc/NEWS.
> Note that I've found a major deficiency of the sisheng character set
> (and fonts). It lacks at least the following (uppercase) characters:
> Ā, Á, Ǎ, À,
> Ē, É, Ě, È,
> Ō, Ó, Ǒ, Ò
> Without them it is e.g. not possible to write `Lǐ Ānhuì'.
> After some thinking I have decided to not use the latin part of the
> chinese-sisheng character set, given that mule-unicode-0100-24ff
> character set contains all of the necessary characters.
I agree with that.
> Please check whether my code is OK -- I've marked two places with XXX.
I installed this kind of code:
;; Call quail-make-sisheng-rules for all syllables in sisheng-syllable-table.
;;
(let ((case-table-save (current-case-table))
sisheng-list)
(set-case-table (standard-case-table))
...
(set-case-table case-table-save))
---
Ken'ichi HANDA
address@hidden