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: reverting CJK input methods Date: Mon, 10 May 2004 13:40:56 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200405100440.NAA03200@etlken.m17n.org> References: <200404300506.OAA01563@etlken.m17n.org> <20040430.185042.217838345.wl@gnu.org> <200405080256.LAA27566@etlken.m17n.org> <20040508.183839.74756820.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=US-ASCII X-Trace: sea.gmane.org 1084164164 2061 80.91.224.253 (10 May 2004 04:42:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 May 2004 04:42:44 +0000 (UTC) Cc: miles@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 10 06:42:33 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 1BN2cb-0000j1-00 for ; Mon, 10 May 2004 06:42:33 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BN2ca-0005tQ-00 for ; Mon, 10 May 2004 06:42:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BN2cY-00022y-3J for emacs-devel@quimby.gnus.org; Mon, 10 May 2004 00:42:30 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.33) id 1BN2bj-00016D-CS for emacs-devel@gnu.org; Mon, 10 May 2004 00:41:39 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.33) id 1BN2b6-0000Dt-DY for emacs-devel@gnu.org; Mon, 10 May 2004 00:41:31 -0400 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BN2b5-0000AV-DR; Mon, 10 May 2004 00:41:00 -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 i4A4ev802623; Mon, 10 May 2004 13:40:57 +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 i4A4eu902009; Mon, 10 May 2004 13:40:57 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id NAA03200; Mon, 10 May 2004 13:40:56 +0900 (JST) Original-To: wl@gnu.org In-reply-to: <20040508.183839.74756820.wl@gnu.org> (message from Werner LEMBERG on Sat, 08 May 2004 18:38:39 +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:23016 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23016 In article <20040508.183839.74756820.wl@gnu.org>, Werner LEMBERG writes: >> So, I decided to generate a halfly cooked decode-map on demand, >> which results in, I hope, reasonable speed for M-x quail-show-key >> both at the first attempt and the succeeding attempts. > Very nice, thanks! For me there is no delay visible now. Thank you for testing it. > I suggest that you incorporate this into Emacs -- it is a tiny and > very useful, I agree. > but a new feature, so I don't know whether it should be > added right now or after the next release. Me neither. Richard, please decide whether or not I should install this new feature (i.e. showing what key to type to insert a specific character) now. > What key assignment do you suggest? As Miles suggsested, I think it is good that C-u C-x = shows this info. If it's too heavy just to see this info, one can assign his preferred key to quail-show-key. > PS: Some possible improvements: > . Using quail-show-key on a key X which is assigned to > `self-insert-command' should probably say so instead of > X can't be input by current input method > . quail-show-key should say `no input method is activated now' if > no input method is active instead of referring to the one > selected previously. Thank you, I'll included these fixes when I install the code. --- Ken'ichi HANDA handa@m17n.org