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: Thu, 10 Jul 2008 03:52:34 +0300 Organization: JURTA Message-ID: <87fxqiy2ja.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> <87d4lqlj2v.fsf@catnip.gol.com> <87y74a38hd.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 1215651965 6414 80.91.229.12 (10 Jul 2008 01:06:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jul 2008 01:06:05 +0000 (UTC) Cc: emacs-devel@gnu.org, miles@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 10 03:06:52 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 1KGkcV-0000XA-5k for ged-emacs-devel@m.gmane.org; Thu, 10 Jul 2008 03:06:51 +0200 Original-Received: from localhost ([127.0.0.1]:39791 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGkbd-0007wx-MJ for ged-emacs-devel@m.gmane.org; Wed, 09 Jul 2008 21:05:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGkbY-0007uh-4g for emacs-devel@gnu.org; Wed, 09 Jul 2008 21:05:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGkbW-0007t4-Jl for emacs-devel@gnu.org; Wed, 09 Jul 2008 21:05:51 -0400 Original-Received: from [199.232.76.173] (port=44248 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGkbW-0007sw-BE for emacs-devel@gnu.org; Wed, 09 Jul 2008 21:05:50 -0400 Original-Received: from relay02.kiev.sovam.com ([62.64.120.197]:51727) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KGkbQ-00042u-NW; Wed, 09 Jul 2008 21:05:45 -0400 Original-Received: from [83.170.232.243] (helo=smtp.svitonline.com) by relay02.kiev.sovam.com with esmtp (Exim 4.67) (envelope-from ) id 1KGkbN-0004ZB-Ti; Thu, 10 Jul 2008 04:05:42 +0300 In-Reply-To: (Kenichi Handa's message of "Thu, 10 Jul 2008 09:37:11 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu) X-Scanner-Signature: 7b6940144bc5d56bdacd12344196c2df X-DrWeb-checked: yes X-SpamTest-Envelope-From: juri@jurta.org X-SpamTest-Group-ID: 00000000 X-SpamTest-Header: Trusted X-SpamTest-Info: Profiles 4278 [July 10 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 6.x (1) 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:100513 Archived-At: >> 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. Sorry, I should have been more explicit: it is detected as binary not by Emacs, but by external utilities. For example, I once missed rfc1345.el when I searched in the quail directory for UTF-8 input methods using grep because it didn't display the match for rfc1345.el treated as binary, and also I had to add the `-a' option to the cvs diff command line to treat is as non-binary when creating a patch. So control characters in source files cause too much trouble. -- Juri Linkov http://www.jurta.org/emacs/