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 not defined Date: Mon, 14 Jul 2008 20:29:10 +0900 Message-ID: References: <87tzezxpk5.fsf@rattlesnake.com> <8763reuhz1.fsf@rattlesnake.com> <87mykkbtso.fsf@rattlesnake.com> 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 1216034982 22025 80.91.229.12 (14 Jul 2008 11:29:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Jul 2008 11:29:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: bob@rattlesnake.com (Robert J. Chassell) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 14 13:30:29 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 1KIMG1-000339-TK for ged-emacs-devel@m.gmane.org; Mon, 14 Jul 2008 13:30:18 +0200 Original-Received: from localhost ([127.0.0.1]:43435 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIMF9-0008SC-I3 for ged-emacs-devel@m.gmane.org; Mon, 14 Jul 2008 07:29:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KIMF4-0008Rw-Th for emacs-devel@gnu.org; Mon, 14 Jul 2008 07:29:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIMF3-0008Rk-7e for emacs-devel@gnu.org; Mon, 14 Jul 2008 07:29:18 -0400 Original-Received: from [199.232.76.173] (port=41927 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIMF3-0008Rh-1h for emacs-devel@gnu.org; Mon, 14 Jul 2008 07:29:17 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:49760) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KIMF2-0003gD-D6 for emacs-devel@gnu.org; Mon, 14 Jul 2008 07:29:16 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m6EBTAtS017128; Mon, 14 Jul 2008 20:29:11 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m6EBTASa012124; Mon, 14 Jul 2008 20:29:10 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m6EBTAEc028281; Mon, 14 Jul 2008 20:29:10 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KIMEw-0000i3-7z; Mon, 14 Jul 2008 20:29:10 +0900 In-reply-to: <87mykkbtso.fsf@rattlesnake.com> (bob@rattlesnake.com) 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:100675 Archived-At: In article <87mykkbtso.fsf@rattlesnake.com>, bob@rattlesnake.com (Robert J. Chassell) writes: > Success! That's good! > In today's GNU Emacs CVS, Mon, 2008 Jul 14 10:20 UTC > GNU Emacs 23.0.60.8 (i686-pc-linux-gnu, GTK+ Version 2.12.10) > started with > EMACS_FONT_LOG=1 /usr/local/src/emacs/src/emacs -q \ > -fn '-misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1' > succeeds, although the splash screen shows > xft:-bitstream-Bitstream Vera Sans-normal-normal-normal-*-20-*-*-*-*-0-iso10646-1 (#x51) > rather than > xft:-bitstream-Bitstream Vera Sans-normal-normal-normal-*-16-*-*-*-*-0-iso10646-1 > as shown by a simple `emacs -q'. ??? What's wrong with it? If you specify a font of 20-pixelsize, the font for variable-pitch should be 20-pixelsize too. > However, evaluating (find-file "~/.emacs-simple") shows > x:-misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1 (#x72) For a character of which buffer is it shown? And, do you mean that it should be something else? --- Kenichi Handa handa@ni.aist.go.jp