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: ucs method on non-supported unicode chars Date: Fri, 12 Jan 2007 13:26:23 +0900 Message-ID: References: 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: sea.gmane.org 1168576028 2080 80.91.229.12 (12 Jan 2007 04:27:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Jan 2007 04:27:08 +0000 (UTC) Cc: fx@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 12 05:27:05 2007 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 1H5E0O-00004u-Jg for ged-emacs-devel@m.gmane.org; Fri, 12 Jan 2007 05:27:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H5E0N-000473-TD for ged-emacs-devel@m.gmane.org; Thu, 11 Jan 2007 23:27:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H5Dzy-00043q-2E for emacs-devel@gnu.org; Thu, 11 Jan 2007 23:26:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H5Dzt-00040Z-0J for emacs-devel@gnu.org; Thu, 11 Jan 2007 23:26:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H5Dzs-00040T-9d for emacs-devel@gnu.org; Thu, 11 Jan 2007 23:26:32 -0500 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H5Dzn-0004Aa-Sx; Thu, 11 Jan 2007 23:26:28 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l0C4QNuo022223; Fri, 12 Jan 2007 13:26:23 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l0C4QN83013375; Fri, 12 Jan 2007 13:26:23 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id l0C4QN90004669; Fri, 12 Jan 2007 13:26:23 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1H5Dzj-00066z-19; Fri, 12 Jan 2007 13:26:23 +0900 Original-To: "Juanma Barranquero" In-reply-to: (lekktu@gmail.com) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.92 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:65160 Archived-At: In article , "Juanma Barranquero" writes: > On 1/4/07, Kenichi Handa wrote: > > If Dave doesn't respond > Still no answer from him. > > I suggest to install the attached patch. > But after your code, the whole uft-8-ccl-encode ccl-program is unused. > Before removing that I'd really like why was implemented... It seems that the original intention is to insert a correct UTF-8 sequence by raw-bytes. But, what returned by a quail input method is treated as an event sequence (not a sequence of characters to be inserted). So, for instance, what does the event ?\240 do depends on one's environment. There's no safe way to insert a specific raw byte. But, as it is possible to implement a facility of inserting a raw byte in quail (after the release), I'd like to keep utf-8-ccl-encode for a while. --- Kenichi Handa handa@m17n.org