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-related hanging / general brokenness Date: Thu, 19 Jun 2008 15:10:44 +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=US-ASCII X-Trace: ger.gmane.org 1213855887 1133 80.91.229.12 (19 Jun 2008 06:11:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Jun 2008 06:11:27 +0000 (UTC) Cc: monnier@cs.yale.edu, emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 19 08:12:11 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 1K9DNS-0005KW-Ad for ged-emacs-devel@m.gmane.org; Thu, 19 Jun 2008 08:12:10 +0200 Original-Received: from localhost ([127.0.0.1]:52611 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9DMc-00050p-V7 for ged-emacs-devel@m.gmane.org; Thu, 19 Jun 2008 02:11:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9DMZ-0004z4-8F for emacs-devel@gnu.org; Thu, 19 Jun 2008 02:11:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9DMX-0004wP-Q5 for emacs-devel@gnu.org; Thu, 19 Jun 2008 02:11:15 -0400 Original-Received: from [199.232.76.173] (port=54923 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9DMX-0004wF-LV for emacs-devel@gnu.org; Thu, 19 Jun 2008 02:11:13 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:62502) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9DMO-0004Dm-JL; Thu, 19 Jun 2008 02:11:05 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m5J6BjLS010217; Thu, 19 Jun 2008 15:11:45 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m5J6AtW8002890; Thu, 19 Jun 2008 15:10:55 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m5J6Ait6002693; Thu, 19 Jun 2008 15:10:44 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1K9DM4-0004tZ-Ia; Thu, 19 Jun 2008 15:10:44 +0900 In-reply-to: (message from Miles Bader on Thu, 19 Jun 2008 14:41:04 +0900) 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:99437 Archived-At: In article , Miles Bader writes: > > After starting Emacs, please do: > > > > ESC : (setq font-log nil) RET > > ESC : (set-face-attribute 'default nil :family "Dejavu Sans Mono") > > M-x font-show-log RET > Here it is: > xfont-list: -adobe-Dejavu Sans Mono-*-*-*-*-*-*-*-*-*-*-iso8859-1 > ftfont-list: -adobe-Dejavu Sans Mono-*-iso8859-1 [...] > sort-by: -*-Dejavu Sans Mono-medium-r-normal-*-16-*-iso8859-1 > x:-bitstream-dejavu sans mono-medium-r-normal--*-0-0-c-0-iso8859-1 > open: -bitstream-dejavu sans mono-medium-r-normal--*-0-0-c-0-iso8859-1 > list: -adobe-courier-*-r-normal--*-0-0-p-0-iso8859-1 This is strange. There's no record for the result of "open". So, it seems that opening -bitstream-dejavu sans mono-medium-r-normal--*-0-0-c-0-iso8859-1 with pixelsize 16 failed even though that font is listed. Please show me the result of: % xfd -fn '-bitstream-dejavu sans mono-medium-r-normal--16-*-0-0-c-0-iso8859-1' Which font is opened? --- Kenichi Handa handa@ni.aist.go.jp