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: Ntemacs chooses wrong font. Date: Wed, 11 Jun 2008 21:29:47 +0900 Message-ID: References: <42b562540806060552q622e3dfvb35820ec28dc66d3@mail.gmail.com> <4849AAE4.4080404@gnu.org> <42b562540806061941p2c2d2ebfg734c2d7c4afbbd28@mail.gmail.com> <484F8E81.8050604@gnu.org> <42b562540806110351p699e4ad8l19b5841724eef431@mail.gmail.com> <42b562540806110509k597da392xa83823c47958e007@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1213187421 20240 80.91.229.12 (11 Jun 2008 12:30:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Jun 2008 12:30:21 +0000 (UTC) Cc: jasonr@gnu.org, emacs-devel@gnu.org To: "Kevin Yu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 11 14:31:04 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 1K6PTZ-0001ak-Ec for ged-emacs-devel@m.gmane.org; Wed, 11 Jun 2008 14:30:53 +0200 Original-Received: from localhost ([127.0.0.1]:39159 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6PSl-0006Kd-SZ for ged-emacs-devel@m.gmane.org; Wed, 11 Jun 2008 08:30:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6PSg-0006Jt-8n for emacs-devel@gnu.org; Wed, 11 Jun 2008 08:29:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6PSf-0006JW-G3 for emacs-devel@gnu.org; Wed, 11 Jun 2008 08:29:57 -0400 Original-Received: from [199.232.76.173] (port=59254 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6PSf-0006JS-Bz for emacs-devel@gnu.org; Wed, 11 Jun 2008 08:29:57 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:47605) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K6PSZ-0002Cx-OA; Wed, 11 Jun 2008 08:29:52 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m5BCUPEA011748; Wed, 11 Jun 2008 21:30:25 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m5BCTmEf012156; Wed, 11 Jun 2008 21:29:48 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m5BCTlYw025206; Wed, 11 Jun 2008 21:29:47 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1K6PSV-0005dI-Mo; Wed, 11 Jun 2008 21:29:47 +0900 In-reply-to: <42b562540806110509k597da392xa83823c47958e007@mail.gmail.com> (yujie052@gmail.com) X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.aist.go.jp id m5BCUPEA011748 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:98945 Archived-At: In article <42b562540806110509k597da392xa83823c47958e007@mail.gmail.com>,= "Kevin Yu" writes: > Why does the backend say the frame font support the Chinese charset? > Is it a bug of Windows font backend or a bug of "Monaco" font? I think so because you wrote that C-u C-x =3D shows this: character: =E5=AE=9E (23454, #o55636, #x5b9e) [...] -outline-Monaco-normal-normal-normal-mono-13-*-*-*-c-*-iso8859-1 (#x= 03) It means that the backend says that the monaco font has the glyph for U+5B9E at the glyph-ID 3. --- Kenichi Handa handa@ni.aist.go.jp