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: Thu, 10 Jul 2008 09:37:11 +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> <87d4lqlj2v.fsf@catnip.gol.com> <87y74a38hd.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 1215650265 2793 80.91.229.12 (10 Jul 2008 00:37:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jul 2008 00:37:45 +0000 (UTC) Cc: emacs-devel@gnu.org, miles@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 10 02:38:29 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 1KGkAx-000345-3l for ged-emacs-devel@m.gmane.org; Thu, 10 Jul 2008 02:38:23 +0200 Original-Received: from localhost ([127.0.0.1]:52867 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGkA4-0004Gw-7R for ged-emacs-devel@m.gmane.org; Wed, 09 Jul 2008 20:37:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGk9z-0004Go-EC for emacs-devel@gnu.org; Wed, 09 Jul 2008 20:37:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGk9y-0004Gb-0V for emacs-devel@gnu.org; Wed, 09 Jul 2008 20:37:23 -0400 Original-Received: from [199.232.76.173] (port=56136 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGk9x-0004GY-QY for emacs-devel@gnu.org; Wed, 09 Jul 2008 20:37:21 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:52369) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGk9q-0005HI-TD; Wed, 09 Jul 2008 20:37:16 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m6A0bBRo003063; Thu, 10 Jul 2008 09:37:11 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m6A0bBgG023117; Thu, 10 Jul 2008 09:37:11 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id m6A0bBxX028676; Thu, 10 Jul 2008 09:37:11 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KGk9n-0000UF-0Y; Thu, 10 Jul 2008 09:37:11 +0900 In-reply-to: <87y74a38hd.fsf@jurta.org> (message from Juri Linkov on Thu, 10 Jul 2008 03:09:50 +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:100512 Archived-At: In article <87y74a38hd.fsf@jurta.org>, Juri Linkov writes: > I noticed rfc1345 is already implemented in leim/quail/rfc1345.el. > BTW, this file is detected as binary. ??? Really? As it has coding tag utf-8, it should be read as utf-8. If not, there's a bug, but I can't reproduce it. --- Kenichi Handa handa@ni.aist.go.jp