From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jai Dayal Newsgroups: gmane.emacs.help Subject: Re: Compiling Emacs: configure --with-x-toolkit=KIT Date: Thu, 28 Aug 2014 10:25:12 -0400 Message-ID: References: <7zfvgiro9p.fsf@example.com> <7zbnr5swwf.fsf@example.com> <7zppflsg1r.fsf@example.com> <87tx4w7lcl.fsf@wanadoo.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1409235971 10024 80.91.229.3 (28 Aug 2014 14:26:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Aug 2014 14:26:11 +0000 (UTC) Cc: help-gnu-emacs To: =?UTF-8?Q?=C3=93scar_Fuentes?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 28 16:26:04 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1XN0eK-0007O5-FP for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Aug 2014 16:26:04 +0200 Original-Received: from localhost ([::1]:36916 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN0eK-00028l-1C for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Aug 2014 10:26:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN0dq-000272-Vm for help-gnu-emacs@gnu.org; Thu, 28 Aug 2014 10:25:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XN0dp-0007LI-BG for help-gnu-emacs@gnu.org; Thu, 28 Aug 2014 10:25:34 -0400 Original-Received: from mail-vc0-x22d.google.com ([2607:f8b0:400c:c03::22d]:57963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN0dp-0007LD-66 for help-gnu-emacs@gnu.org; Thu, 28 Aug 2014 10:25:33 -0400 Original-Received: by mail-vc0-f173.google.com with SMTP id im17so885699vcb.18 for ; Thu, 28 Aug 2014 07:25:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=LE3uxrnV2RHmbmNzL1cLETkHAIQuaa89UOkVrppB+ZQ=; b=YMtsLWjIW1L+3mUdl0JwTmCFZ0qgSPxWJN8sScmU4XaEQkh/oNlTE+rYj3ksZW7sRM TY0DBhZQ1hDfbNk5zioJ4JAU5qJqR/yWTxMTagrwnMtkAFv2qK3SxMv/8FJRIGDuPZgY 42dZ3PCYBdXQ2niuUJHUzgPADl4FMnrsFARybmyDssDsQejRaKepfIaFYFxQVfPJD6gi 8ghq7qcoZW+Rz6Mh4c6KJM1tx0DT9UhnHF/EUAK4JpEj3bjVUrhmHmzjDV0XvBMxOOUI gc46x8q8/Zazn2r1OtPikEwpveg/U/eHuhO5wfzII/wBIAyvRBlz2Fb+5XI0hppCxt/q 2dDg== X-Received: by 10.52.8.71 with SMTP id p7mr870361vda.77.1409235932566; Thu, 28 Aug 2014 07:25:32 -0700 (PDT) Original-Received: by 10.221.24.82 with HTTP; Thu, 28 Aug 2014 07:25:12 -0700 (PDT) In-Reply-To: <87tx4w7lcl.fsf@wanadoo.es> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::22d X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99465 Archived-At: Whoa, hold on here, we must discuss the drawbacks of lucid here otherwise we'll have people running around being upset. On Thu, Aug 28, 2014 at 10:14 AM, =C3=93scar Fuentes wrote= : > Stefan Monnier writes: > > > --with-x-toolkit=3Dathena is the same as --with-x-toolkit=3Dlucid. > > --without-gconf --without-gsettings will simply prevent Emacs from > > inheriting your desktop's defaults (e.g. background and foreground > > colors). > > I guess that "inheriting your desktop's defaults" only works for Gnome, > right? > > That would explain why I don't need those --without-g* on my build > script. > > >