From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: reverting CJK input methods Date: Sat, 08 May 2004 18:38:39 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040508.183839.74756820.wl@gnu.org> References: <200404300506.OAA01563@etlken.m17n.org> <20040430.185042.217838345.wl@gnu.org> <200405080256.LAA27566@etlken.m17n.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1084039647 25942 80.91.224.253 (8 May 2004 18:07:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 May 2004 18:07:27 +0000 (UTC) Cc: emacs-devel@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat May 08 20:07:21 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 1BMWEL-0004vn-00 for ; Sat, 08 May 2004 20:07:21 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BMWEL-0000O6-00 for ; Sat, 08 May 2004 20:07:21 +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 1BMWDr-0007t0-Ly for emacs-devel@quimby.gnus.org; Sat, 08 May 2004 14:06:51 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.33) id 1BMWDL-0007rT-H7 for emacs-devel@gnu.org; Sat, 08 May 2004 14:06:19 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.33) id 1BMWCl-0007HQ-3O for emacs-devel@gnu.org; Sat, 08 May 2004 14:06:17 -0400 Original-Received: from [212.227.126.189] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMWCj-0007Ev-LZ; Sat, 08 May 2004 14:05:42 -0400 Original-Received: from [212.227.126.208] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BMWCg-0007X5-00; Sat, 08 May 2004 20:05:38 +0200 Original-Received: from [80.129.73.83] (helo=orion.univie.ac.at) by mrelayng.kundenserver.de with asmtp (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1BMWCg-0002Xw-00; Sat, 08 May 2004 20:05:38 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by orion.univie.ac.at (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id i48Gce400804; Sat, 8 May 2004 18:38:40 +0200 Original-To: handa@m17n.org In-Reply-To: <200405080256.LAA27566@etlken.m17n.org> X-Mailer: Mew version 4.0.65 on Emacs 21.3.50.1 / Mule 5.0 (SAKAKI) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:2dc398bc694a1e60948148ba0a42c0da 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:22938 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22938 > 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. I suggest that you incorporate this into Emacs -- it is a tiny and very useful, but a new feature, so I don't know whether it should be added right now or after the next release. What key assignment do you suggest? Werner 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.