From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60; peculiar error: "invalid font property", (:weight . r) Date: Thu, 20 Dec 2007 15:14:41 +0100 Message-ID: <87abo5pi5q.fsf@escher.local.home> References: <874peeu3yd.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1198160462 14381 80.91.229.12 (20 Dec 2007 14:21:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Dec 2007 14:21:02 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 20 15:21:14 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 1J5MGi-0004vW-Av for ged-emacs-devel@m.gmane.org; Thu, 20 Dec 2007 15:21:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5MGO-0001Rf-Lz for ged-emacs-devel@m.gmane.org; Thu, 20 Dec 2007 09:20:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J5MGC-0001Ex-GU for emacs-devel@gnu.org; Thu, 20 Dec 2007 09:20:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J5MGA-0001CY-QR for emacs-devel@gnu.org; Thu, 20 Dec 2007 09:20:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5MGA-0001CK-Iy for emacs-devel@gnu.org; Thu, 20 Dec 2007 09:20:26 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J5MGA-0006Db-9i for emacs-devel@gnu.org; Thu, 20 Dec 2007 09:20:26 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1J5MC2-000398-Ph for emacs-devel@gnu.org; Thu, 20 Dec 2007 14:16:10 +0000 Original-Received: from i5387c2e2.versanet.de ([83.135.194.226]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Dec 2007 14:16:10 +0000 Original-Received: from Stephen.Berman by i5387c2e2.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 20 Dec 2007 14:16:10 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: i5387c2e2.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:85307 Archived-At: On Thu, 20 Dec 2007 21:42:38 +0900 Kenichi Handa wrote: > In article , KOBAYASHI Yasuhiro writes: > >> -- Msg in minibuffer -- >> "peculiar error: "invalid font property", (:weight . arial)" >> -- > > Ah, I found what's wrong. I've just installed a fix. > > Stephen, I think you problem was caused by the same bug. > > Please try again with the latest code. I updated again and rebuilt and recompiled the Lisp files, but still Emacs fails to open a frame, and now the message is this: peculiar error: "invalid font property", (:spacing . iso8859) This is both with and without -Q, and also after make bootstrap. Steve Berman