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: Change default toolkit to Gtk3? Date: Sun, 9 Sep 2012 12:11:05 +0200 Message-ID: <5E9CCFB5-C9A4-4C12-839D-644928669AFD@swipnet.se> References: <20556.13933.180681.87064@a1i15.kph.uni-mainz.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1486\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1347185477 11782 80.91.229.3 (9 Sep 2012 10:11:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Sep 2012 10:11:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 09 12:11:19 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TAeTy-0000pr-EN for ged-emacs-devel@m.gmane.org; Sun, 09 Sep 2012 12:11:14 +0200 Original-Received: from localhost ([::1]:41047 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAeTu-0008LN-Tg for ged-emacs-devel@m.gmane.org; Sun, 09 Sep 2012 06:11:10 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAeTs-0008LH-5p for emacs-devel@gnu.org; Sun, 09 Sep 2012 06:11:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TAeTq-0004hu-Lu for emacs-devel@gnu.org; Sun, 09 Sep 2012 06:11:08 -0400 Original-Received: from mailout.attendit.se ([83.140.103.4]:45537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAeTq-0004gB-FD for emacs-devel@gnu.org; Sun, 09 Sep 2012 06:11:06 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.attendit.se (Postfix) with ESMTP id 169C0500F3 for ; Sun, 9 Sep 2012 12:05:12 +0200 (CEST) Original-Received: (qmail 19928 invoked by uid 89); 9 Sep 2012 10:10:41 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 9 Sep 2012 10:10:41 -0000 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 41B037FA05E; Sun, 9 Sep 2012 12:11:04 +0200 (CEST) In-Reply-To: <20556.13933.180681.87064@a1i15.kph.uni-mainz.de> X-Mailer: Apple Mail (2.1486) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 83.140.103.4 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153196 Archived-At: Hello. 9 sep 2012 kl. 08:25 skrev Ulrich Mueller : >>>>>> On Sat, 8 Sep 2012, Jan Dj=E4rv wrote: >=20 >> I'd like to suggest that we change the default toolkit to Gtk3, like = so: >=20 >> configure (Gtk3 is tried, then Gtk2) >> configure --with-x-toolkit=3Dgtk (as above) >> configure --with-x-toolkit=3Dgtk3 (try Gtk3 only). >=20 >> Is that OK? >=20 > In Gentoo we needs a way for our ebuild to explicitly select Gtk2. > AFAICS, that wouldn't be possible any more? >=20 > How about this: >=20 > configure (Gtk3 is tried, then Gtk2) > configure --with-x-toolkit=3Dgtk (as above) > configure --with-x-toolkit=3Dgtk2 (try Gtk2 only). I did not consider atomated builders/testers. So I agree, an explicit = gtk2 is needed. 9 sep 2012 kl. 08:49 skrev Chong Yidong : >=20 > I don't think we should drop configure flags, so --with-x-toolkit=3Dgtk3= > needs to still be recognized. So, it should be >=20 > configure (Gtk3 is tried, then Gtk2) > configure --with-x-toolkit=3Dgtk (as above) > configure --with-x-toolkit=3Dgtk3 (as above) > configure --with-x-toolkit=3Dgtk2 (try Gtk2 only). I agree. 9 sep 2012 kl. 09:13 skrev Andreas Schwab : > I don't think it makes sense to try gtk2 when gtk3 is requested. >=20 I agree, it would also change its current meaning. So this is what I will do if nobody objects: configure (Gtk3 is tried, then Gtk2) configure --with-x-toolkit=3Dgtk (as above) configure --with-x-toolkit=3Dgtk3 (try Gtk3 only) configure --with-x-toolkit=3Dgtk2 (try Gtk2 only) Jan D.