From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: Change default toolkit to Gtk3? Date: Sun, 9 Sep 2012 08:25:49 +0200 Message-ID: <20556.13933.180681.87064@a1i15.kph.uni-mainz.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1347171967 23014 80.91.229.3 (9 Sep 2012 06:26:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Sep 2012 06:26:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jan =?iso-8859-1?Q?Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 09 08:26:09 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 1TAay9-00076n-9s for ged-emacs-devel@m.gmane.org; Sun, 09 Sep 2012 08:26:09 +0200 Original-Received: from localhost ([::1]:34992 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAay5-0006Bj-Sd for ged-emacs-devel@m.gmane.org; Sun, 09 Sep 2012 02:26:05 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAay3-0006Be-JQ for emacs-devel@gnu.org; Sun, 09 Sep 2012 02:26:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TAay2-0000x8-Jt for emacs-devel@gnu.org; Sun, 09 Sep 2012 02:26:03 -0400 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:41309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAay2-0000wl-Aj for emacs-devel@gnu.org; Sun, 09 Sep 2012 02:26:02 -0400 Original-Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1iwww1.kph.uni-mainz.de (8.14.4/8.13.4) with ESMTP id q896Pneg008469; Sun, 9 Sep 2012 08:25:49 +0200 Original-Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.5/8.14.2) with ESMTP id q896Pn8j030677; Sun, 9 Sep 2012 08:25:49 +0200 Original-Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.5/8.14.5/Submit) id q896PnZg030675; Sun, 9 Sep 2012 08:25:49 +0200 In-Reply-To: X-Mailer: VM 8.2.0b under 23.4.2 (x86_64-pc-linux-gnu) X-MIME-Autoconverted: from 8bit to quoted-printable by a1iwww1.kph.uni-mainz.de id q896Pneg008469 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 134.93.134.1 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:153192 Archived-At: >>>>> On Sat, 8 Sep 2012, Jan Dj=E4rv wrote: > I'd like to suggest that we change the default toolkit to Gtk3, like so= : > configure (Gtk3 is tried, then Gtk2) > configure --with-x-toolkit=3Dgtk (as above) > configure --with-x-toolkit=3Dgtk3 (try Gtk3 only). > Is that OK? In Gentoo we needs a way for our ebuild to explicitly select Gtk2. AFAICS, that wouldn't be possible any more? How about this: configure (Gtk3 is tried, then Gtk2) configure --with-x-toolkit=3Dgtk (as above) configure --with-x-toolkit=3Dgtk2 (try Gtk2 only). Ulrich