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: Thu, 13 Sep 2012 07:21:22 +0200 Message-ID: <20561.27986.620274.880746@a1i15.kph.uni-mainz.de> References: <20556.13933.180681.87064@a1i15.kph.uni-mainz.de> <5E9CCFB5-C9A4-4C12-839D-644928669AFD@swipnet.se> <20556.28316.88752.446224@a1i15.kph.uni-mainz.de> <5654E188-664B-47FF-B7DF-8E287C0FA457@swipnet.se> 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 1347513703 3446 80.91.229.3 (13 Sep 2012 05:21:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Sep 2012 05:21:43 +0000 (UTC) To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 13 07:21:47 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 1TC1rz-0007sa-51 for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2012 07:21:43 +0200 Original-Received: from localhost ([::1]:40607 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC1rv-0000tn-CC for ged-emacs-devel@m.gmane.org; Thu, 13 Sep 2012 01:21:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC1rt-0000tg-HU for emacs-devel@gnu.org; Thu, 13 Sep 2012 01:21:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TC1rs-0002rK-F3 for emacs-devel@gnu.org; Thu, 13 Sep 2012 01:21:37 -0400 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:52860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC1rs-0002hM-6y for emacs-devel@gnu.org; Thu, 13 Sep 2012 01:21:36 -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 q8D5LNjL008910 for ; Thu, 13 Sep 2012 07:21:23 +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 q8D5LNLo014249; Thu, 13 Sep 2012 07:21:23 +0200 Original-Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.5/8.14.5/Submit) id q8D5LM5b014244; Thu, 13 Sep 2012 07:21:22 +0200 In-Reply-To: <5654E188-664B-47FF-B7DF-8E287C0FA457@swipnet.se> 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 q8D5LNjL008910 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:153268 Archived-At: >>>>> On Wed, 12 Sep 2012, Jan Dj=E4rv wrote: > This has been checked in. I don't know if it's related to this, but I see a minor problem in the output of configure --with-x-toolkit=3Dlucid: checking for xaw3d... checking for XawScrollbarSetThumb in -lXaw3d... = yes yes; using Lucid toolkit Ulrich