From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50; Image support disabled by default? Date: Wed, 23 Jan 2008 11:40:42 -0700 Message-ID: References: <87sl0o5wtf.GNU's_Not_Unix!%yavor@gnu.org> <479776B3.6010500@gnu.org> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201115912 18249 80.91.229.12 (23 Jan 2008 19:18:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jan 2008 19:18:32 +0000 (UTC) Cc: Yavor Doganov , emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 23 20:18:50 2008 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 1JHl70-0008OH-G7 for ged-emacs-devel@m.gmane.org; Wed, 23 Jan 2008 20:18:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHl6a-0001XN-Er for ged-emacs-devel@m.gmane.org; Wed, 23 Jan 2008 14:17:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHl6V-0001TK-GS for emacs-devel@gnu.org; Wed, 23 Jan 2008 14:17:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHl6T-0001QD-GV for emacs-devel@gnu.org; Wed, 23 Jan 2008 14:17:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHl6T-0001Pu-9L for emacs-devel@gnu.org; Wed, 23 Jan 2008 14:17:41 -0500 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JHl6M-0000GO-4F; Wed, 23 Jan 2008 14:17:34 -0500 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m0NJHXno020426; Wed, 23 Jan 2008 14:17:33 -0500 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m0NJHWgm006385; Wed, 23 Jan 2008 14:17:32 -0500 Original-Received: from opsy.redhat.com (ton.yyz.redhat.com [10.15.16.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m0NJHWhh001609; Wed, 23 Jan 2008 14:17:32 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 01F2E5089A7; Wed, 23 Jan 2008 11:40:42 -0700 (MST) X-Attribution: Tom In-Reply-To: <479776B3.6010500@gnu.org> (Jason Rumney's message of "Wed\, 23 Jan 2008 17\:17\:39 +0000") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:87388 Archived-At: >>>>> "Jason" == Jason Rumney writes: Jason> Also GTK should be on by default. The whole change probably Jason> needs reviewing, as it seems to either be based on a very old Jason> version of configure.in or everything has been reversed. It is more that I just messed up and didn't realize how much code was checking `$with_foo != no' while using the ostensible "default to yes" macro. Tom