From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: A patch for enforcing double-width CJK character display Date: Tue, 17 Apr 2012 09:39:49 +0900 Message-ID: <873983kx7u.fsf@catnip.gol.com> References: <4F85A138.6090900@i-soft.com.cn> <87vcl646c7.fsf@isil.kanru.info> <4F85AE69.9050002@i-soft.com.cn> <4F8698B0.2030703@i-soft.com.cn> <83hawp46p7.fsf@gnu.org> <4F86BA0F.4080301@i-soft.com.cn> <83ehrt3u0p.fsf@gnu.org> <4F87173F.3070801@i-soft.com.cn> <4F8782C8.2030005@i-soft.com.cn> <87d379h971.fsf@catnip.gol.com> <877gxghc3d.fsf@catnip.gol.com> <4F8B6D0F.2050700@i-soft.com.cn> <4F8BB0D3.6060202@i-soft.com.cn> <4F8BBE1F.9080701@i-soft.com.cn> <87sjg3kygc.fsf@catnip.gol.com> 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 1334623202 706 80.91.229.3 (17 Apr 2012 00:40:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 17 Apr 2012 00:40:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?B?6buE5bu65b+g?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 17 02:40:01 2012 Return-path: 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 ) id 1SJwSf-0003Mq-0G for ged-emacs-devel@m.gmane.org; Tue, 17 Apr 2012 02:40:01 +0200 Original-Received: from localhost ([::1]:51739 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJwSe-0000bF-Em for ged-emacs-devel@m.gmane.org; Mon, 16 Apr 2012 20:40:00 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJwSa-0000aw-6K for emacs-devel@gnu.org; Mon, 16 Apr 2012 20:39:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SJwSY-0004Nk-3j for emacs-devel@gnu.org; Mon, 16 Apr 2012 20:39:55 -0400 Original-Received: from smtp12.dentaku.gol.com ([203.216.5.74]:33801) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJwSX-0004M1-Qq; Mon, 16 Apr 2012 20:39:54 -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 ) id 1SJwSU-0001dd-My; Tue, 17 Apr 2012 09:39:50 +0900 Original-Received: by catnip.gol.com (Postfix, from userid 1000) id DC247DFC1; Tue, 17 Apr 2012 09:39:49 +0900 (JST) System-Type: x86_64-unknown-linux-gnu In-Reply-To: <87sjg3kygc.fsf@catnip.gol.com> (Miles Bader's message of "Tue, 17 Apr 2012 09:13:07 +0900") Original-Lines: 16 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." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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:149707 Archived-At: > case 1: size =3D 13 > ASCII: Lucida Sans Typewriter [9 pix per char] > CJK: =E3=81=95=E3=81=96=E3=81=AA=E3=81=BF=E6=98=8E=E6=9C=9D [12 pix per = char] > > case 2: size =3D 11 > ASCII: Lucida Sans Typewriter [7 pix per char] > CJK: =E3=81=95=E3=81=96=E3=81=AA=E3=81=BF=E6=98=8E=E6=9C=9D [10 pix per = char] p.s. "size" here is what Emacs "C-u C-x =3D" reports, which is _not_ the same as the sizes used in the Emacs font dialog... [kinda annoying, that...] -miles --=20 .Numeric stability is probably not all that important when you're guessing.