From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: adding consistent extra symbols to input methods (cyrillic-*, croatian-*, slov*, czech-* etc.) input methods Date: Mon, 07 Jul 2008 10:57:51 +0900 Message-ID: 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 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1215395902 424 80.91.229.12 (7 Jul 2008 01:58:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jul 2008 01:58:22 +0000 (UTC) Cc: tzz@lifelogs.com, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 07 03:59:07 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 1KFg0K-0001Ed-Nr for ged-emacs-devel@m.gmane.org; Mon, 07 Jul 2008 03:59:00 +0200 Original-Received: from localhost ([127.0.0.1]:32909 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFfzT-0002qy-KM for ged-emacs-devel@m.gmane.org; Sun, 06 Jul 2008 21:58:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFfzO-0002qc-4W for emacs-devel@gnu.org; Sun, 06 Jul 2008 21:58:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFfzM-0002qF-Mj for emacs-devel@gnu.org; Sun, 06 Jul 2008 21:58:01 -0400 Original-Received: from [199.232.76.173] (port=47587 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFfzM-0002qB-C8 for emacs-devel@gnu.org; Sun, 06 Jul 2008 21:58:00 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:38704) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KFfzL-0001Am-Mw for emacs-devel@gnu.org; Sun, 06 Jul 2008 21:58:00 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m671vs3w021981; Mon, 7 Jul 2008 10:57:54 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m671vsNA006026; Mon, 7 Jul 2008 10:57:54 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m671vpkH010954; Mon, 7 Jul 2008 10:57:53 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KFfzD-0007x5-PD; Mon, 07 Jul 2008 10:57:51 +0900 In-reply-to: <87ej66ubkv.fsf@jurta.org> (message from Juri Linkov on Sun, 06 Jul 2008 21:40:44 +0300) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:100402 Archived-At: In article <87ej66ubkv.fsf@jurta.org>, Juri Linkov writes: > Since a list of necessary Unicode characters is too large and it is > not limited to Cyrillic, what do you think about creating a new > input method that could be activated simultaneously with language > specific input method? In case of conflicting rules we could specify > the priority by using the order of active input methods e.g. > "unicode-map,cyrillic-translit" vs "cyrillic-translit,unicode-map" > in a new variable like `quail-additional-input-methods'. I remember that activating multiple input methods was discussed a while ago on this list, but don't remember the conclusion. Unfortunately, I don't have a time to implement it at the moment. If there's someone who want to work on it, I'm gladly help him. --- Kenichi Handa handa@ni.aist.go.jp