From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: adding consistent extra symbols to input methods (cyrillic-*, croatian-*, slov*, czech-* etc.) input methods Date: Tue, 08 Jul 2008 01:05:11 +0300 Organization: JURTA Message-ID: <8763rh73l5.fsf@jurta.org> References: <86lk19mmua.fsf@lifelogs.com> <485298A4.30000@gnu.org> <867ict8awn.fsf@lifelogs.com> <87tzfvj16y.fsf@uwakimon.sk.tsukuba.ac.jp> <86lk12zee7.fsf@lifelogs.com> <86r6acqbif.fsf@lifelogs.com> <864p76lp60.fsf_-_@lifelogs.com> <87ej66ubkv.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1215468502 11969 80.91.229.12 (7 Jul 2008 22:08:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jul 2008 22:08:22 +0000 (UTC) Cc: tzz@lifelogs.com, Stefan Monnier , emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 08 00:09:08 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KFytP-0000XL-Hr for ged-emacs-devel@m.gmane.org; Tue, 08 Jul 2008 00:09:07 +0200 Original-Received: from localhost ([127.0.0.1]:45197 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFysY-0005BN-Bt for ged-emacs-devel@m.gmane.org; Mon, 07 Jul 2008 18:08:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFysU-0005B8-0f for emacs-devel@gnu.org; Mon, 07 Jul 2008 18:08:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFysT-0005Aw-4o for emacs-devel@gnu.org; Mon, 07 Jul 2008 18:08:09 -0400 Original-Received: from [199.232.76.173] (port=40646 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFysT-0005At-03 for emacs-devel@gnu.org; Mon, 07 Jul 2008 18:08:09 -0400 Original-Received: from relay01.kiev.sovam.com ([62.64.120.200]:3203) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KFysS-00073W-GP for emacs-devel@gnu.org; Mon, 07 Jul 2008 18:08:08 -0400 Original-Received: from [83.170.232.243] (helo=smtp.svitonline.com) by relay01.kiev.sovam.com with esmtp (Exim 4.67) (envelope-from ) id 1KFysO-000KXj-Tk; Tue, 08 Jul 2008 01:08:05 +0300 In-Reply-To: (Kenichi Handa's message of "Mon, 07 Jul 2008 14:25:02 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu) X-Scanner-Signature: e35cef5ed21d82303c208435479e4a86 X-DrWeb-checked: yes X-SpamTest-Envelope-From: juri@jurta.org X-SpamTest-Group-ID: 00000000 X-SpamTest-Header: Trusted X-SpamTest-Info: Profiles 4245 [July 7 2008] X-SpamTest-Info: {received from trusted relay: common white list} X-SpamTest-Info: {HEADERS: header Content-Type found without required header Content-Transfer-Encoding} X-SpamTest-Method: white ip list X-SpamTest-Rate: 10 X-SpamTest-Status: Trusted X-SpamTest-Status-Extended: trusted X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0278], KAS30/Release X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.8-5.1 (or MacOS X 10.2-10.3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:100432 Archived-At: > Ah!!! Now I remembered that I wrote a experimental code in > a little bit tricky way. I dig out the attached mail. But, > I completely forgot about it because there was no response > at that time. Hmm, I somehow missed this thread. I see now your questions: > What kind of user interface should be provided for > activating and deactivating multiple input methods? I think a good interface is to use `completing-read-multiple' in C-\ to read multiple input methods in a way similar to reading multiple faces in `read-face-name'. > What to do for C-h C-\? This could describe all active input methods. > What to show in the modeline? All codes of active input methods separated by some character like a comma. -- Juri Linkov http://www.jurta.org/emacs/