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: font-backend branch Date: Fri, 02 May 2008 00:20:13 +0900 Message-ID: References: <33y76u7k75.fsf@fencepost.gnu.org> <29ve1y4h6i.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1209655264 20511 80.91.229.12 (1 May 2008 15:21:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 May 2008 15:21:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 01 17:21:30 2008 connect(): Connection refused 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 1Jrab6-0000xL-BJ for ged-emacs-devel@m.gmane.org; Thu, 01 May 2008 17:21:24 +0200 Original-Received: from localhost ([127.0.0.1]:42776 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JraaP-0002XQ-0E for ged-emacs-devel@m.gmane.org; Thu, 01 May 2008 11:20:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JraaK-0002VH-Ed for emacs-devel@gnu.org; Thu, 01 May 2008 11:20:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JraaJ-0002Uw-Qi for emacs-devel@gnu.org; Thu, 01 May 2008 11:20:36 -0400 Original-Received: from [199.232.76.173] (port=50486 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JraaJ-0002Ut-Kz for emacs-devel@gnu.org; Thu, 01 May 2008 11:20:35 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JraaE-0007V2-VK; Thu, 01 May 2008 11:20:31 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m41FKOtP012320; Fri, 2 May 2008 00:20:24 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m41FKOnf006913; Fri, 2 May 2008 00:20:24 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m41FKD5E016775; Fri, 2 May 2008 00:20:13 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1JraZx-00053f-FB; Fri, 02 May 2008 00:20:13 +0900 In-reply-to: <29ve1y4h6i.fsf@fencepost.gnu.org> (message from Glenn Morris on Thu, 01 May 2008 03:28:05 -0400) 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 8 (1) 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:96277 Archived-At: In article <29ve1y4h6i.fsf@fencepost.gnu.org>, Glenn Morris writes: > Default face: [...] > -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1 (#x6C) > Bold face: [...] > -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1 (#x70) Ah, I see. You wrote that you have this font setting. Emacs.font: -misc-fixed-medium-r-normal-*-14-*-100-100-*-*-iso8859-1 When I run the command % xlsfonts -fn -misc-fixed-*-*-*-*-14-*-100-100-*-iso8859-1 I got this result: -misc-fixed-medium-r-normal--14-110-100-100-c-70-iso8859-1 So, Emacs preferred to use it for bold by making it artificially bold (by overstriking). But, actually that font is an alias of -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1. and that font has this bold version: -misc-fixed-bold-r-normal--14-130-75-75-c-70-iso8859-1 Very complicated... I've just installed a better but a little bit slower font selection code. Please try again. I'll think about the tuning for speed later. --- Kenichi Handa handa@ni.aist.go.jp