From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50; Image support disabled by default? Date: Thu, 24 Jan 2008 23:37:04 -0500 Message-ID: <8uodba7c7j.fsf@fencepost.gnu.org> References: <87sl0o5wtf.GNU's_Not_Unix!%yavor@gnu.org> <479776B3.6010500@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201235840 1768 80.91.229.12 (25 Jan 2008 04:37:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Jan 2008 04:37:20 +0000 (UTC) Cc: Yavor Doganov , emacs-devel@gnu.org, Jason Rumney To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 25 05:37:39 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 1JIGJv-0006eu-5D for ged-emacs-devel@m.gmane.org; Fri, 25 Jan 2008 05:37:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIGJU-0004IY-Sa for ged-emacs-devel@m.gmane.org; Thu, 24 Jan 2008 23:37:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JIGJQ-0004IJ-TO for emacs-devel@gnu.org; Thu, 24 Jan 2008 23:37:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JIGJP-0004I7-0e for emacs-devel@gnu.org; Thu, 24 Jan 2008 23:37:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JIGJO-0004I4-U4 for emacs-devel@gnu.org; Thu, 24 Jan 2008 23:37:06 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JIGJO-0004FY-Ub for emacs-devel@gnu.org; Thu, 24 Jan 2008 23:37:07 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JIGJN-0005YZ-3G; Thu, 24 Jan 2008 23:37:05 -0500 X-Spook: Saudi Arabia terrorism S Key Maple John Kerry Defcon X-Ran: "?_JB1'/'`uM\uu@Ll/Sd#gGX\8$6LH%K!)+8Z=o*DV6AxN]nS3eiLB|gkh,cr#-0h>mn0 X-Hue: blue X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:87470 Archived-At: I tried to fix this. I'm still not convinced all the various options have the same behaviour as they did before... --with-gtk should not be of type ON by default, IMO, because it will change behaviour. In order to get eg a Lucid toolkit, I'd have to use --with-gtk=no --with-x-toolkit=lucid to avoid an error about incompatible options. Currently I can just specify a toolkit. The default X toolkit is still gtk, even without --with-gtk being ON. In fact, as a separate issue I'd like to suggest getting rid of the --with-gtk option. The --with-x-toolkit option on its own allows for all the choices, AFAIK, in a simpler fashion. No need to have two ways to specify the same thing.