From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: enforcing double-width CJK character display Date: Sun, 24 Jul 2011 08:47:13 -0400 Message-ID: References: <20110724.144005.348302865.wl@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1311511643 31712 80.91.229.12 (24 Jul 2011 12:47:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 24 Jul 2011 12:47:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Werner LEMBERG Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 24 14:47:19 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qky5U-0005Ao-Sp for ged-emacs-devel@m.gmane.org; Sun, 24 Jul 2011 14:47:17 +0200 Original-Received: from localhost ([::1]:57067 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qky5U-0001kE-FZ for ged-emacs-devel@m.gmane.org; Sun, 24 Jul 2011 08:47:16 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qky5S-0001k8-8z for emacs-devel@gnu.org; Sun, 24 Jul 2011 08:47:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qky5R-0004Ra-EA for emacs-devel@gnu.org; Sun, 24 Jul 2011 08:47:14 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:35467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qky5R-0004RW-BO for emacs-devel@gnu.org; Sun, 24 Jul 2011 08:47:13 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Qky5R-0008Is-4o; Sun, 24 Jul 2011 08:47:13 -0400 In-reply-to: <20110724.144005.348302865.wl@gnu.org> (message from Werner LEMBERG on Sun, 24 Jul 2011 14:40:05 +0200 (CEST)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:142253 Archived-At: > Date: Sun, 24 Jul 2011 14:40:05 +0200 (CEST) > From: Werner LEMBERG > > within, say, konsole 2.6.4 (from KDE 4.6.5), the character width of > double-width CJK characters is forced to be exactly twice the width of > the used console font, as expected. Is there a similar option to > emacs? For example, my main Emacs font is `DejaVu Sans Mono', and the > font selected for Japanese is `Sazanami Mincho', and the latter's > character width is smaller... Does "C-x =" tell you that Emacs counts each Japanese character as 2 columns? If it does, then the issue is with selecting a better font, is that right?