From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader <miles@gnu.org> Newsgroups: gmane.emacs.devel Subject: Re: A patch for enforcing double-width CJK character display Date: Tue, 17 Apr 2012 16:02:51 +0900 Message-ID: <87ipgyet7o.fsf@catnip.gol.com> References: <87ipgzjdir.fsf@catnip.gol.com> <4F8CDCE1.8030109@i-soft.com.cn> <87wr5fdmpa.fsf@catnip.gol.com> <20120417.065618.393680168.wl@gnu.org> <87r4vmewh8.fsf@catnip.gol.com> <4F8D0950.7010406@i-soft.com.cn> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1334646190 12418 80.91.229.3 (17 Apr 2012 07:03:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 17 Apr 2012 07:03:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?B?6buE5bu65b+g?= <jianzhong.huang@i-soft.com.cn> Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 17 09:03:08 2012 Return-path: <emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org> Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from <emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org>) id 1SK2RP-0006mo-Vt for ged-emacs-devel@m.gmane.org; Tue, 17 Apr 2012 09:03:08 +0200 Original-Received: from localhost ([::1]:41967 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org>) id 1SK2RP-0003pT-4C for ged-emacs-devel@m.gmane.org; Tue, 17 Apr 2012 03:03:07 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <miles@gnu.org>) id 1SK2RJ-0003oR-1e for emacs-devel@gnu.org; Tue, 17 Apr 2012 03:03:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <miles@gnu.org>) id 1SK2RE-0000XX-NS for emacs-devel@gnu.org; Tue, 17 Apr 2012 03:03:00 -0400 Original-Received: from smtp12.dentaku.gol.com ([203.216.5.74]:48666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <miles@gnu.org>) id 1SK2RE-0000VL-7Y; Tue, 17 Apr 2012 03:02:56 -0400 Original-Received: from 61.245.22.233.eo.eaccess.ne.jp ([61.245.22.233] helo=catnip.gol.com) by smtp12.dentaku.gol.com with esmtpa (Dentaku) (envelope-from <miles@gnu.org>) id 1SK2RA-0007CB-A8; Tue, 17 Apr 2012 16:02:52 +0900 Original-Received: by catnip.gol.com (Postfix, from userid 1000) id 601F2DFC1; Tue, 17 Apr 2012 16:02:51 +0900 (JST) System-Type: x86_64-unknown-linux-gnu In-Reply-To: <4F8D0950.7010406@i-soft.com.cn> (=?utf-8?B?Ium7hOW7uuW/oCIn?= =?utf-8?B?cw==?= message of "Tue, 17 Apr 2012 14:10:24 +0800") Original-Lines: 24 X-Virus-Scanned: ClamAV GOL (outbound) X-Abuse-Complaints: abuse@gol.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 203.216.5.74 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." <emacs-devel.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-devel>, <mailto:emacs-devel-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-devel> List-Post: <mailto:emacs-devel@gnu.org> List-Help: <mailto:emacs-devel-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-devel>, <mailto:emacs-devel-request@gnu.org?subject=subscribe> Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149722 Archived-At: <http://permalink.gmane.org/gmane.emacs.devel/149722> =E9=BB=84=E5=BB=BA=E5=BF=A0 <jianzhong.huang@i-soft.com.cn> writes: > Maybe your system have a buggy "Lucida Sans TypeWriter" font, you can > try the lucida font released with JDK. > Hope the problem can be fixed. No, I think my copy of L-S-T is fine here (you can see from the images I sent in my previous message). Now that I've seen both, it looks like the issue is that the version of "Sazanami minchou" in Debian includes hand-tuned bitmaps. These look much better in many cases, but because there's a limited number of them, and the font-rendering system prefers bitmaps, it chooses a slightly smaller size so it can use a bitmap. The result is as you can see, that the size of CJK characters is smaller than you might expect from the size specified. Maybe this is such a rare case that it can be ignored, I dunno, but it does appear that everything is functioning properly... -miles --=20 Zeal, n. A certain nervous disorder afflicting the young and inexperienced.