From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Change default toolkit to Gtk3? Date: Sun, 09 Sep 2012 14:49:18 +0800 Message-ID: <87ligjvggh.fsf@gnu.org> References: <20556.13933.180681.87064@a1i15.kph.uni-mainz.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1347173370 31352 80.91.229.3 (9 Sep 2012 06:49:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Sep 2012 06:49:30 +0000 (UTC) Cc: Jan =?utf-8?Q?Dj=C3=A4rv?= , emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 09 08:49:32 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 1TAbKk-0001uD-Oa for ged-emacs-devel@m.gmane.org; Sun, 09 Sep 2012 08:49:30 +0200 Original-Received: from localhost ([::1]:36985 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAbKh-000842-J0 for ged-emacs-devel@m.gmane.org; Sun, 09 Sep 2012 02:49:27 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAbKf-00082w-8O for emacs-devel@gnu.org; Sun, 09 Sep 2012 02:49:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TAbKe-0006Cn-9C for emacs-devel@gnu.org; Sun, 09 Sep 2012 02:49:25 -0400 Original-Received: from mail-ie0-f169.google.com ([209.85.223.169]:35768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAbKe-0006Cj-4V for emacs-devel@gnu.org; Sun, 09 Sep 2012 02:49:24 -0400 Original-Received: by iec9 with SMTP id 9so1453526iec.0 for ; Sat, 08 Sep 2012 23:49:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=vx1GDALY0FmoKN/LdeMW0h8RXbNpSvIC1P7Lu+rGg7Q=; b=lzyu4r4/cWT2/vHuVtN186UnL6Y1jeh7ryiSk/HSwMUzOlKZHvpJTTyne6FpSq301s 3iClm3MLIUb69cZJ1NF0slAw8sbmZC1XPEVllxVHApqDgUgD1hIuN3W0AAsXKiDCexg9 M2fBeDK3sYmmvb2APUC8tas9lPjEuKFJhMJA2KE1kqefT4EAW34UlkAjpTrzr2hEyVql 87tmjurhlgoNUpsdwpW4qVhSIjxtTsqDWkbXGZ1mWc1p4c85C2nNarLwTiHB1daQ7NZi +QEPv39WLnFPwppXlrhKWSSNAzrsAOtSEaqoRd8RqBf7KzZsq5oCTDzbPGeNTqzHGV1p gbBA== Original-Received: by 10.50.40.133 with SMTP id x5mr5525153igk.69.1347173363554; Sat, 08 Sep 2012 23:49:23 -0700 (PDT) Original-Received: from ulysses ([155.69.172.88]) by mx.google.com with ESMTPS id q1sm10919371igj.15.2012.09.08.23.49.20 (version=SSLv3 cipher=OTHER); Sat, 08 Sep 2012 23:49:22 -0700 (PDT) In-Reply-To: <20556.13933.180681.87064@a1i15.kph.uni-mainz.de> (Ulrich Mueller's message of "Sun, 9 Sep 2012 08:25:49 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.223.169 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:153194 Archived-At: Ulrich Mueller writes: > How about this: > > configure (Gtk3 is tried, then Gtk2) > configure --with-x-toolkit=gtk (as above) > configure --with-x-toolkit=gtk2 (try Gtk2 only). I don't think we should drop configure flags, so --with-x-toolkit=gtk3 needs to still be recognized. So, it should be configure (Gtk3 is tried, then Gtk2) configure --with-x-toolkit=gtk (as above) configure --with-x-toolkit=gtk3 (as above) configure --with-x-toolkit=gtk2 (try Gtk2 only).