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: Compiling emacs 22 on ubuntu 7.0.4 Date: Mon, 11 Jun 2007 19:48:37 +0200 Message-ID: <466D8AF5.204@swipnet.se> References: <701fce30706102144k17151433rc78902a60e136884@mail.gmail.com> <18028.56246.803917.520794@kahikatea.snap.net.nz> <466CEB4A.4020100@swipnet.se> <18028.61552.420803.455356@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181584172 15206 80.91.229.12 (11 Jun 2007 17:49:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2007 17:49:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 11 19:49:30 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hxo1B-0005h1-9S for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2007 19:49:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hxo1A-0004d8-Se for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2007 13:49:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hxo17-0004cC-UK for emacs-devel@gnu.org; Mon, 11 Jun 2007 13:49:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hxo15-0004c0-Ez for emacs-devel@gnu.org; Mon, 11 Jun 2007 13:49:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hxo15-0004bx-A5 for emacs-devel@gnu.org; Mon, 11 Jun 2007 13:49:23 -0400 Original-Received: from av10-1-sn2.hy.skanova.net ([81.228.8.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hxo14-0006mo-TX for emacs-devel@gnu.org; Mon, 11 Jun 2007 13:49:23 -0400 Original-Received: by av10-1-sn2.hy.skanova.net (Postfix, from userid 502) id EC60C38161; Mon, 11 Jun 2007 19:49:21 +0200 (CEST) Original-Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av10-1-sn2.hy.skanova.net (Postfix) with ESMTP id CD37838046; Mon, 11 Jun 2007 19:49:21 +0200 (CEST) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id AADD437E43; Mon, 11 Jun 2007 19:49:21 +0200 (CEST) User-Agent: Thunderbird 1.5.0.12 (X11/20070604) In-Reply-To: <18028.61552.420803.455356@kahikatea.snap.net.nz> X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:72631 Archived-At: Nick Roberts skrev: > > This could be improved: > > > > % ./configure --with-x-toolkit=what > > configure: error: `--with-x-toolkit=what' is invalid\; > > this option's value should be `yes', `no', `lucid', `athena', `motif' or `gtk'. > > Currently, `yes' and `gtk', and `athena' and `lucid' are synonyms. > > > > It sound like yes, gtk, athena and lucid are all synonyms. How about > > > > `yes' and `gtk' are synonyms. `athena' and `lucid' are synonyms. > > It needs careful reading, but the comma gives it the proper meaning. I think > Glenn was just responding to a request from RMS, so I'm sure he'll be happy for > you to change it as you see fit. > I did so. Jan D.