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 names in emacs-unicode-2 not recognized any more Date: Thu, 31 Jan 2008 10:22:49 +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 1201742599 21719 80.91.229.12 (31 Jan 2008 01:23:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jan 2008 01:23:19 +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 Jan 31 02:23: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 1JKO9L-0007TQ-U1 for ged-emacs-devel@m.gmane.org; Thu, 31 Jan 2008 02:23:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKO8u-00055S-M1 for ged-emacs-devel@m.gmane.org; Wed, 30 Jan 2008 20:23:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKO8p-00055E-W8 for emacs-devel@gnu.org; Wed, 30 Jan 2008 20:23:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKO8n-00054z-6Q for emacs-devel@gnu.org; Wed, 30 Jan 2008 20:22:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKO8n-00054w-2g for emacs-devel@gnu.org; Wed, 30 Jan 2008 20:22:57 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JKO8m-00023Z-B0 for emacs-devel@gnu.org; Wed, 30 Jan 2008 20:22:56 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m0V1Mop3001734; Thu, 31 Jan 2008 10:22:50 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m0V1Mo8Q013438; Thu, 31 Jan 2008 10:22:50 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m0V1Mns3020578; Thu, 31 Jan 2008 10:22:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.68) (envelope-from ) id 1JKO8f-0000eO-1K; Thu, 31 Jan 2008 10:22:49 +0900 In-reply-to: (message from Herbert Euler on Wed, 30 Jan 2008 23:00:24 +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 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:87829 Archived-At: In article , Herbert Euler writes: > After updating the source code of the emacs-unicode-2 branch, I get an > error with my previously working configuration file. I have the > following in my configuration file (~/.emacs): > (set-default-font "FreeMono-17") > But the new Emacs signals an error: > $ emacs --debug-init > error--> (some text has been deleted) > Debugger entered--Lisp error: (error "Font `FreeMono-17' is not defined") I can't reproduce it. Do you enable font-backend? --- Kenichi Handa handa@ni.aist.go.jp