From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60; peculiar error: "invalid font property", (:weight . r) Date: Wed, 19 Dec 2007 15:24:55 +0000 Message-ID: <476937C7.3070905@gnu.org> References: <874peeu3yd.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1198077997 30412 80.91.229.12 (19 Dec 2007 15:26:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Dec 2007 15:26:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 19 16:26:48 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 1J50oh-0005xt-V6 for ged-emacs-devel@m.gmane.org; Wed, 19 Dec 2007 16:26:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J50oO-0002K7-HN for ged-emacs-devel@m.gmane.org; Wed, 19 Dec 2007 10:26:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J50nC-0000q7-C2 for emacs-devel@gnu.org; Wed, 19 Dec 2007 10:25:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J50nA-0000nn-8R for emacs-devel@gnu.org; Wed, 19 Dec 2007 10:25:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J50nA-0000nX-34 for emacs-devel@gnu.org; Wed, 19 Dec 2007 10:25:04 -0500 Original-Received: from mk-outboundfilter-4.mail.uk.tiscali.com ([212.74.114.32]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J50n9-0007Rb-NW for emacs-devel@gnu.org; Wed, 19 Dec 2007 10:25:03 -0500 Original-X-Trace: 1987930/mk-outboundfilter-2.mail.uk.tiscali.com/F2S/$ACCEPTED/freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAJrGaEdTQxds/2dsb2JhbAAIqkA X-IronPort-AV: E=Sophos;i="4.24,185,1196640000"; d="scan'208";a="1987930" Original-Received: from i-83-67-23-108.freedom2surf.net (HELO [192.168.249.28]) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP/TLS/DHE-RSA-AES256-SHA; 19 Dec 2007 15:25:02 +0000 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: <874peeu3yd.fsf@escher.local.home> X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:85286 Archived-At: Stephen Berman wrote: > 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) > > Lisp Backtrace: > "font-spec" (0xbfbfaaa4) > "apply" (0xbfbfab88) > "x-complement-fontset-spec" (0xbfbfacd4) > "create-fontset-from-fontset-spec" (0xbfbfae14) > "create-fontset-from-x-resource" (0xbfbfaf54) > I'm sure there is a bug there, but shouldn't X resources be ignored when using -Q?