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 (was: Re: segmentation fault displaying etc/HELLO on Windows) Date: Fri, 01 Aug 2008 21:56:33 +0900 Message-ID: References: <48900ED2.2000703@gnu.org> <4890670C.9000009@gnu.org> <48906865.4000808@gnu.org> <48907856.6040308@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 1217596138 6968 80.91.229.12 (1 Aug 2008 13:08:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Aug 2008 13:08:58 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 01 15:09:47 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 1KOuO2-0004Vx-NS for ged-emacs-devel@m.gmane.org; Fri, 01 Aug 2008 15:09:39 +0200 Original-Received: from localhost ([127.0.0.1]:55785 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOuN6-00052L-Fv for ged-emacs-devel@m.gmane.org; Fri, 01 Aug 2008 09:08:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOuBV-0002CU-NI for emacs-devel@gnu.org; Fri, 01 Aug 2008 08:56:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOuBU-0002Bs-W3 for emacs-devel@gnu.org; Fri, 01 Aug 2008 08:56:41 -0400 Original-Received: from [199.232.76.173] (port=51152 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOuBT-0002BY-Am for emacs-devel@gnu.org; Fri, 01 Aug 2008 08:56:39 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:48454) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KOuBR-0004LV-3T; Fri, 01 Aug 2008 08:56:37 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m71CuXBp026148; Fri, 1 Aug 2008 21:56:33 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m71CuX0b025538; Fri, 1 Aug 2008 21:56:33 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m71CuXcH020907; Fri, 1 Aug 2008 21:56:33 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KOuBN-0007Cu-F7; Fri, 01 Aug 2008 21:56:33 +0900 In-reply-to: <48907856.6040308@gnu.org> (message from Jason Rumney on Wed, 30 Jul 2008 15:19:02 +0100) 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:101873 Archived-At: In article <48907856.6040308@gnu.org>, Jason Rumney writes: > I have no idea why these use different fonts (even the file code is the > same, so it is not a difference in iso-2022 codepoints chosen), on my > installation both use MS Mincho (I probably have an older version of > DejaVu Mono that does not support that character). As you already know, this is because the file designates the different charset for those two characters, thus Emacs add the different `charset' text-property to them, which affects font selection. > And why does that character have a category of h:Korean > j:Japanese? That character is surely included in Korean charset ksc5601 and Japanese charset jisx0208, and all such characters belongs to cateogories "h" and "j" (set in characters.el). --- Kenichi Handa handa@ni.aist.go.jp