From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.emacs.devel Subject: Re: Emacs and GNUstep again Date: Mon, 22 Aug 2011 22:47:37 -0400 Message-ID: <09B99A3A-EF81-479C-B288-8DA92EB81EE4@raeburn.org> References: <1314041245.22510.4.camel@german-desktop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1314067669 22922 80.91.229.12 (23 Aug 2011 02:47:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 23 Aug 2011 02:47:49 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 23 04:47:45 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 1Qvh1l-0004sH-6C for ged-emacs-devel@m.gmane.org; Tue, 23 Aug 2011 04:47:45 +0200 Original-Received: from localhost ([::1]:47872 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qvh1k-0001n2-ER for ged-emacs-devel@m.gmane.org; Mon, 22 Aug 2011 22:47:44 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qvh1h-0001mW-9V for emacs-devel@gnu.org; Mon, 22 Aug 2011 22:47:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qvh1g-0005oD-Gu for emacs-devel@gnu.org; Mon, 22 Aug 2011 22:47:41 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:61616) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qvh1g-0005ns-Ea for emacs-devel@gnu.org; Mon, 22 Aug 2011 22:47:40 -0400 Original-Received: by vwm42 with SMTP id 42so5415568vwm.0 for ; Mon, 22 Aug 2011 19:47:39 -0700 (PDT) Original-Received: by 10.52.98.166 with SMTP id ej6mr2897803vdb.320.1314067659159; Mon, 22 Aug 2011 19:47:39 -0700 (PDT) Original-Received: from squish.raeburn.org (c-24-128-48-142.hsd1.ma.comcast.net [24.128.48.142]) by mx.google.com with ESMTPS id u3sm3234666vcc.43.2011.08.22.19.47.38 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 22 Aug 2011 19:47:38 -0700 (PDT) In-Reply-To: <1314041245.22510.4.camel@german-desktop> X-Mailer: Apple Mail (2.1084) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.212.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:143528 Archived-At: On Aug 22, 2011, at 15:27, Germ=E1n Arias wrote: > nsfont.m: In function 'ns_otf_to_script': > nsfont.m:306:43: error: 'SYMBOL_NAME' undeclared (first use in this > function) 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).... Ken=