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: 23.0.60; peculiar error: "invalid font property", (:weight . r) Date: Thu, 20 Dec 2007 09:54:07 +0900 Message-ID: References: <874peeu3yd.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 1198112118 16574 80.91.229.12 (20 Dec 2007 00:55:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Dec 2007 00:55:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 20 01:55:28 2007 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 1J59h5-0007S9-I1 for ged-emacs-devel@m.gmane.org; Thu, 20 Dec 2007 01:55:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J59gm-00058q-7u for ged-emacs-devel@m.gmane.org; Wed, 19 Dec 2007 19:55:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J59gM-0004pb-Np for emacs-devel@gnu.org; Wed, 19 Dec 2007 19:54:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J59gJ-0004nu-KH for emacs-devel@gnu.org; Wed, 19 Dec 2007 19:54:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J59gJ-0004nQ-CD for emacs-devel@gnu.org; Wed, 19 Dec 2007 19:54:35 -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 1J59gI-00055D-GO for emacs-devel@gnu.org; Wed, 19 Dec 2007 19:54:35 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id lBK0s8KY003834; Thu, 20 Dec 2007 09:54:09 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id lBK0s7D7028903; Thu, 20 Dec 2007 09:54:07 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id lBK0s7sx001154; Thu, 20 Dec 2007 09:54:07 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1J59fr-0000Va-7n; Thu, 20 Dec 2007 09:54:07 +0900 In-reply-to: <874peeu3yd.fsf@escher.local.home> (message from Stephen Berman on Wed, 19 Dec 2007 15:58:02 +0100) 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:85297 Archived-At: In article <874peeu3yd.fsf@escher.local.home>, Stephen Berman writes: > I just did an update from the unicode-2 branch and built with make > bootstrap successfully. But when I start Emacs with -Q, no frame opens > and the shell returns this message: peculiar error: "invalid font > property", (:weight . r) It seems that the parsing of XLFD failed. [...] > Lisp Backtrace: > "font-spec" (0xbfbfaaa4) > "apply" (0xbfbfab88) > "x-complement-fontset-spec" (0xbfbfacd4) > "create-fontset-from-fontset-spec" (0xbfbfae14) > "create-fontset-from-x-resource" (0xbfbfaf54) Please show me how you set X resource for fontsets. --- Kenichi Handa handa@ni.aist.go.jp