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: Distances between characters become larger Date: Thu, 19 Jun 2008 17:15:22 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=ISO-2022-JP X-Trace: ger.gmane.org 1213863348 22837 80.91.229.12 (19 Jun 2008 08:15:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Jun 2008 08:15:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Herbert Euler Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 19 10:16:32 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 1K9FJk-00011P-Tj for ged-emacs-devel@m.gmane.org; Thu, 19 Jun 2008 10:16:29 +0200 Original-Received: from localhost ([127.0.0.1]:52292 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9FIv-0000a7-Vj for ged-emacs-devel@m.gmane.org; Thu, 19 Jun 2008 04:15:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9FIo-0000ZH-By for emacs-devel@gnu.org; Thu, 19 Jun 2008 04:15:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9FIm-0000Yj-Gp for emacs-devel@gnu.org; Thu, 19 Jun 2008 04:15:29 -0400 Original-Received: from [199.232.76.173] (port=38757 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9FIm-0000Yg-Cr for emacs-devel@gnu.org; Thu, 19 Jun 2008 04:15:28 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:42773) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9FIl-0003Lg-Oa for emacs-devel@gnu.org; Thu, 19 Jun 2008 04:15:28 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m5J8GEGc004746; Thu, 19 Jun 2008 17:16:14 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m5J8FMDC002382; Thu, 19 Jun 2008 17:15:23 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m5J8FMKs024078; Thu, 19 Jun 2008 17:15:22 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1K9FIg-0006wx-JE; Thu, 19 Jun 2008 17:15:22 +0900 In-reply-to: (message from Herbert Euler on Thu, 19 Jun 2008 15:23:37 +0800) 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:99454 Archived-At: In article , Herbert Euler writes: > The newest CVS Emacs chooses a different font when started with the -Q > option. Meanwhile, the distances between characters become extremely > larger. I have configured to let the xft backend take precedence over > the x backend by adding "Emacs*FontBackend: xft, x" into > ~/.Xresources. There should be no space after ",". I'll fix the parsing routine to allow extra spacing soon, but please try with "xft,x" at the moment. By the way, old-font-log says this is the first font opened: -unknown-宋体-方正超大字符集-normal-normal-normal-*-0-iso8859-1 and new-font-log says: -unknown-宋体-18030-normal-normal-normal-*-0-iso8859-1 Do you mean that the former is surely the font you want? --- Kenichi Handa handa@ni.aist.go.jp