From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: built-in variable `font-use-system-font' not bound Date: Fri, 20 Nov 2009 19:58:52 +0100 Message-ID: <4B06E6EC.60102@swipnet.se> References: <83ocmxp9jq.fsf@gnu.org> <4B06C6C2.7040201@swipnet.se> <4B06CF89.6050107@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: ger.gmane.org 1258743564 11388 80.91.229.12 (20 Nov 2009 18:59:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Nov 2009 18:59:24 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 20 19:59:12 2009 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 1NBYhL-0002AG-AB for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 19:59:11 +0100 Original-Received: from localhost ([127.0.0.1]:37802 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBYhK-0008Fj-ST for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 13:59:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBYhF-0008Eg-IB for emacs-devel@gnu.org; Fri, 20 Nov 2009 13:59:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBYhA-0008Bb-K2 for emacs-devel@gnu.org; Fri, 20 Nov 2009 13:59:04 -0500 Original-Received: from [199.232.76.173] (port=47992 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBYhA-0008BW-GG for emacs-devel@gnu.org; Fri, 20 Nov 2009 13:59:00 -0500 Original-Received: from proxy2.bredband.net ([195.54.101.72]:33598) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBYh4-00040d-AW; Fri, 20 Nov 2009 13:58:54 -0500 Original-Received: from ipb1.telenor.se (195.54.127.164) by proxy2.bredband.net (7.3.140.3) id 4AD3E1BC011499DA; Fri, 20 Nov 2009 19:58:53 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao1SAIh1BktV4S1uPGdsb2JhbACBTodaklIBAQEBN7hxhDwE X-IronPort-AV: E=Sophos;i="4.47,260,1257116400"; d="scan'208";a="5798392" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb1.telenor.se with ESMTP; 20 Nov 2009 19:58:52 +0100 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 9EC107FA07B; Fri, 20 Nov 2009 19:58:52 +0100 (CET) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 In-Reply-To: <4B06CF89.6050107@gnu.org> X-detected-operating-system: 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:117372 Archived-At: Jason Rumney skrev 2009-11-20 18.19: > Jan Dj=E4rv wrote: >> Eli Zaretskii skrev: >>> Building Emacs on MS-Windows produces this message at loadup time: >>> >>> Loading cus-start... >>> Note, built-in variable `font-use-system-font' not bound >>> >> >> What does that even mean? Why does it complain on that variable and >> not any of the other X-specific variables in cus-start? > > The other variables start with "x-", as caught by the code about a page > below the entry for font-use-system-font starting with this comment: > > ;; Don't complain about missing variables which are > ;; irrelevant to this platform. Aha. I just thought that we should avoid x-, since there are many x- in = use=20 in the w32 port. But maybe that was functions? I'll fix this. Jan D.