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: Emacs overflowed pure space Date: Sun, 25 May 2008 10:31:32 +0900 Message-ID: References: <8763t83qwb.fsf@escher.local.home> <87prre6rcb.fsf@escher.local.home> <871w3t6w9h.fsf@escher.local.home> <87bq2ve28j.fsf@escher.local.home> 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 1211679119 6469 80.91.229.12 (25 May 2008 01:31:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 May 2008 01:31:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 25 03:32:39 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 1K056C-0000IV-E2 for ged-emacs-devel@m.gmane.org; Sun, 25 May 2008 03:32:36 +0200 Original-Received: from localhost ([127.0.0.1]:56947 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K055R-0006WV-Hh for ged-emacs-devel@m.gmane.org; Sat, 24 May 2008 21:31:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K055N-0006W3-Jx for emacs-devel@gnu.org; Sat, 24 May 2008 21:31:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K055M-0006Vj-8l for emacs-devel@gnu.org; Sat, 24 May 2008 21:31:45 -0400 Original-Received: from [199.232.76.173] (port=52983 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K055M-0006Vc-17 for emacs-devel@gnu.org; Sat, 24 May 2008 21:31:44 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:54348) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K055L-00069W-Od for emacs-devel@gnu.org; Sat, 24 May 2008 21:31:44 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m4P1VcEP005516; Sun, 25 May 2008 10:31:38 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m4P1Vac2012833; Sun, 25 May 2008 10:31:36 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id m4P1VW6E006848; Sun, 25 May 2008 10:31:32 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1K055A-0005EZ-QP; Sun, 25 May 2008 10:31:32 +0900 In-reply-to: <87bq2ve28j.fsf@escher.local.home> (message from Stephen Berman on Sun, 25 May 2008 01:01:00 +0200) 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:97680 Archived-At: Stephen Berman writes: > On Sat, 24 May 2008 10:15:41 +0900 Kenichi Handa wrote: > > In article <871w3t6w9h.fsf@escher.local.home>, Stephen Berman writes: > > >>> (gdb) pp Vfont_log >>> ((match "-*-fixed-medium-r-*--16-*-iso8859-1" nil) (ftfont-match "-*-fixed-medium-r-*--16-*-iso8859-1" nil) (list "-*-fixed-medium-r-*--16-*-iso8859-1" []) (ftfont-list "-*-fixed-*--*-iso8859-1" nil)) >>> (gdb) c Continuing. >>> Font `fontset-16' is not defined > > > > As there's no entry for (xfont-list ...), you are using only > > xft backend, and you don't have "fixed" font for > > fontconfig. So, Emacs can't realize fontset-16. > What are "fixed" fonts? The font you specified for latin in fontset-16. > Are you saying fontconfig cannot handle them or > that my system simply lacks them? Or that the xft backend cannot handle > them but only the x backend? "No", "perhaps no", and "no". > > Please try again with x font-backend enabled. > With this emacs -q works again. Thanks. So, at least your X server has "fixed" font. If your X server and the machine on which Emacs runs are the same, fontconfig (and xft backend) can also use that font if you put the directory of that font file in fontconfig's font path. --- Kenichi Handa handa@ni.aist.go.jp