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: Choice of fonts displaying etc/HELLO Date: Fri, 01 Aug 2008 21:50:45 +0900 Message-ID: References: <48900ED2.2000703@gnu.org> <4890670C.9000009@gnu.org> <48906865.4000808@gnu.org> <48907856.6040308@gnu.org> <489082D0.9040706@gnu.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 1217595327 3891 80.91.229.12 (1 Aug 2008 12:55:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Aug 2008 12:55:27 +0000 (UTC) Cc: emacs-devel@gnu.org, jasonr@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 01 14:56:17 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 1KOuAa-0006eW-4F for ged-emacs-devel@m.gmane.org; Fri, 01 Aug 2008 14:55:44 +0200 Original-Received: from localhost ([127.0.0.1]:50147 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOu9f-0001Zj-F9 for ged-emacs-devel@m.gmane.org; Fri, 01 Aug 2008 08:54:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOu60-0000Dp-T2 for emacs-devel@gnu.org; Fri, 01 Aug 2008 08:51:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOu5w-0000Bn-KE for emacs-devel@gnu.org; Fri, 01 Aug 2008 08:50:58 -0400 Original-Received: from [199.232.76.173] (port=56138 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOu5v-0000BJ-N7 for emacs-devel@gnu.org; Fri, 01 Aug 2008 08:50:55 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:46902) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KOu5q-00038d-6H; Fri, 01 Aug 2008 08:50:50 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m71CokJM022840; Fri, 1 Aug 2008 21:50:46 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m71Coktl024598; Fri, 1 Aug 2008 21:50:46 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id m71Cojpg023883; Fri, 1 Aug 2008 21:50:45 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KOu5l-00077I-RE; Fri, 01 Aug 2008 21:50:45 +0900 In-reply-to: (lekktu@gmail.com) 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:101871 Archived-At: In article , "Juanma Barranquero" writes: > On Wed, Jul 30, 2008 at 17:03, Jason Rumney wrote: > > So probably the file code is different despite what file code is > > reported above that. > ^[$,1x => ESC #x24 #x2c #x31 #x78 #x20 > vs. > ^[$B"O => ESC #x24 #x42 #x22 #x4F > apparently. So the last one is correctly reported. Ah, this is a bug of describe-char. It didn't check `charset' text-property on encoding. I've just installed this change. 2008-08-01 Kenichi Handa * descr-text.el (describe-char-display): Call encode-coding-char with the arg CHARSET. (describe-char): Pay attention to the text-property `charset'. * international/mule-cmds.el (encode-coding-char): New optional arg CHARSET. --- Kenichi Handa handa@ni.aist.go.jp