From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: sisheng input method missing Date: Sun, 16 May 2004 09:56:02 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200405160056.JAA03688@etlken.m17n.org> References: <200405130823.RAA13914@etlken.m17n.org> <20040514.090936.82116624.wl@gnu.org> <200405140759.QAA17200@etlken.m17n.org> <20040514.151635.166958789.wl@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1084669185 2530 80.91.224.253 (16 May 2004 00:59:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 May 2004 00:59:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 16 02:59:35 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPA07-0002Gf-00 for ; Sun, 16 May 2004 02:59:35 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPA07-0001Ye-00 for ; Sun, 16 May 2004 02:59:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BP9xd-0000uf-26 for emacs-devel@quimby.gnus.org; Sat, 15 May 2004 20:57:01 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BP9xH-0000tu-BC for emacs-devel@gnu.org; Sat, 15 May 2004 20:56:39 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BP9wl-0000bw-AF for emacs-devel@gnu.org; Sat, 15 May 2004 20:56:38 -0400 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BP9wk-0000bf-Er; Sat, 15 May 2004 20:56:07 -0400 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2]) by tsukuba.m17n.org (8.11.6p2/8.11.6) with ESMTP id i4G0u3Q06049; Sun, 16 May 2004 09:56:03 +0900 (JST) Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) by fs.m17n.org (8.11.6p2/8.11.6) with ESMTP id i4G0u2W15399; Sun, 16 May 2004 09:56:02 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id JAA03688; Sun, 16 May 2004 09:56:02 +0900 (JST) Original-To: wl@gnu.org In-reply-to: <20040514.151635.166958789.wl@gnu.org> (message from Werner LEMBERG on Fri, 14 May 2004 15:16:35 +0200 (CEST)) 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) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23517 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23517 In article <20040514.151635.166958789.wl@gnu.org>, Werner LEMBERG writes: > [1 ] >> It seems that each rule has one of these forms: >> =20 >> VOWEL TONE-NUMBER -> PINYIN >> CONSONANT VOWEL TONE-NUMBER -> PINYIN >> =20 >> Can't we delete rules of the latter form? > Basically yes, but I suggest not to do it. Reason is that not all > combinations actually do exist. For example, it is possible in P=C4=ABny= =C4=ABn > to have `x=C5=AB' and `sh=C5=AB', but you can't have `sh=C4=ABn' while `x= =C4=ABn' is > valid. Providing complete syllables is an aid to beginners to avoid > incorrect spellings, especially for people who are used to the > Wade-Giles transcription (which does have `shin' but no `xin'). Ok, then let's use your code as is. Please send me the final version. --- Ken'ichi HANDA handa@m17n.org