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: /srv/bzr/emacs/trunk r99850: Lucid menus can now use Xft for fonts. Date: Thu, 08 Apr 2010 20:24:33 +0200 Message-ID: <4BBE1F61.7070200@swipnet.se> References: <87tyrlj0zo.fsf@telefonica.net> 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: dough.gmane.org 1270751121 13949 80.91.229.12 (8 Apr 2010 18:25:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Apr 2010 18:25:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?ISO-8859-1?Q?=D3scar_Fuentes?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 08 20:25:14 2010 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.69) (envelope-from ) id 1NzwPT-0002p9-88 for ged-emacs-devel@m.gmane.org; Thu, 08 Apr 2010 20:25:13 +0200 Original-Received: from localhost ([127.0.0.1]:36768 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzwPH-00035A-Rb for ged-emacs-devel@m.gmane.org; Thu, 08 Apr 2010 14:24:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzwPB-00034k-Qo for emacs-devel@gnu.org; Thu, 08 Apr 2010 14:24:41 -0400 Original-Received: from [140.186.70.92] (port=55378 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzwPA-000337-4j for emacs-devel@gnu.org; Thu, 08 Apr 2010 14:24:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzwP6-0000Y3-PI for emacs-devel@gnu.org; Thu, 08 Apr 2010 14:24:37 -0400 Original-Received: from smtprelay-h12.telenor.se ([62.127.194.5]:44796) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzwP6-0000Xh-IG for emacs-devel@gnu.org; Thu, 08 Apr 2010 14:24:36 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-h12.telenor.se (Postfix) with ESMTP id 3FE34C194 for ; Thu, 8 Apr 2010 20:25:02 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At0+AJe8vUtV4S1uPGdsb2JhbACHZZNTDAEBAQE1LbsxhQkE X-IronPort-AV: E=Sophos;i="4.52,171,1270418400"; d="scan'208";a="61462288" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb1.telenor.se with ESMTP; 08 Apr 2010 20:24:34 +0200 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 097D37FA01A; Thu, 8 Apr 2010 20:24:34 +0200 (CEST) User-Agent: Thunderbird 2.0.0.24 (X11/20100317) In-Reply-To: <87tyrlj0zo.fsf@telefonica.net> X-detected-operating-system: by eggs.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:123358 Archived-At: =D3scar Fuentes skrev: > This change breaks the build for me. >=20 > #define XSETTINGS_FONT_NAME is within a #ifdef HAVE_GCONF ... #endif bu= t > it is used without that condition. This is a KDE machine, so HAVE_GCONF > is undefined here. (I'll love to see nice fonts on menus, though ;-) >=20 >=20 Sorry, now fixed. Jan D.