emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs and GNUstep again


From: Ken Raeburn
Subject: Re: Emacs and GNUstep again
Date: Mon, 22 Aug 2011 22:47:37 -0400

On Aug 22, 2011, at 15:27, Germán 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]