From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Germ=E1n?= Arias Newsgroups: gmane.emacs.devel Subject: Re: Emacs and GNUstep again Date: Tue, 23 Aug 2011 12:18:12 -0600 Message-ID: <1314123492.5617.1.camel@german-desktop> References: <1314041245.22510.4.camel@german-desktop> <09B99A3A-EF81-479C-B288-8DA92EB81EE4@raeburn.org> <87ty98jim3.fsf@stupidchicken.com> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1314123509 2385 80.91.229.12 (23 Aug 2011 18:18:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 23 Aug 2011 18:18:29 +0000 (UTC) Cc: Ken Raeburn , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 23 20:18:25 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QvvYN-000135-7F for ged-emacs-devel@m.gmane.org; Tue, 23 Aug 2011 20:18:23 +0200 Original-Received: from localhost ([::1]:59537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvvYM-0001mU-Bu for ged-emacs-devel@m.gmane.org; Tue, 23 Aug 2011 14:18:22 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:37611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvvYJ-0001lZ-Hl for emacs-devel@gnu.org; Tue, 23 Aug 2011 14:18:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvvYI-0008Ka-9T for emacs-devel@gnu.org; Tue, 23 Aug 2011 14:18:19 -0400 Original-Received: from mail-yi0-f41.google.com ([209.85.218.41]:64129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvvYI-0008KU-49 for emacs-devel@gnu.org; Tue, 23 Aug 2011 14:18:18 -0400 Original-Received: by yib2 with SMTP id 2so324138yib.0 for ; Tue, 23 Aug 2011 11:18:17 -0700 (PDT) Original-Received: by 10.236.154.201 with SMTP id h49mr24820694yhk.86.1314123497341; Tue, 23 Aug 2011 11:18:17 -0700 (PDT) Original-Received: from [192.168.1.5] ([190.56.102.35]) by mx.google.com with ESMTPS id j45sm268244yhe.64.2011.08.23.11.18.14 (version=SSLv3 cipher=OTHER); Tue, 23 Aug 2011 11:18:14 -0700 (PDT) In-Reply-To: <87ty98jim3.fsf@stupidchicken.com> X-Mailer: Evolution 2.22.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.218.41 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:143544 Archived-At: On mar, 2011-08-23 at 10:41 -0400, Chong Yidong wrote: > Ken Raeburn writes: > > > SYMBOL_NAME isn't followed by parens around an expression. I think: > > > > SYMBOL_NAME XCDR ((script)) > > > > was supposed to be: > > > > SYMBOL_NAME (XCDR (script)) > > > > but I haven't got a Mac build tree set up at the moment to test it out > > before committing (nor do I know what that function is supposed to be > > doing).... > > Yes, it's clearly a typo. I've changed it in the repository. > This solve the problem. Thanks.