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 with Cocoa/GNUstep Date: Wed, 27 Apr 2011 17:54:46 -0600 Message-ID: <1303948486.5611.1.camel@german-desktop> References: <1303864750.11832.3.camel@german-desktop> <1303879114.12552.14.camel@german-desktop> <4DB7B420.2080602@cs.ucla.edu> Reply-To: german@xelalug.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1303948500 27087 80.91.229.12 (27 Apr 2011 23:55:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 27 Apr 2011 23:55:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 28 01:54:56 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 1QFEZL-00046b-2N for ged-emacs-devel@m.gmane.org; Thu, 28 Apr 2011 01:54:55 +0200 Original-Received: from localhost ([::1]:50723 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFEZK-00023Q-IP for ged-emacs-devel@m.gmane.org; Wed, 27 Apr 2011 19:54:54 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFEZH-00023A-Ow for emacs-devel@gnu.org; Wed, 27 Apr 2011 19:54:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFEZH-0005an-0y for emacs-devel@gnu.org; Wed, 27 Apr 2011 19:54:51 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:57242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFEZG-0005ah-Rt for emacs-devel@gnu.org; Wed, 27 Apr 2011 19:54:50 -0400 Original-Received: by gyd8 with SMTP id 8so963746gyd.0 for ; Wed, 27 Apr 2011 16:54:50 -0700 (PDT) Original-Received: by 10.236.168.65 with SMTP id j41mr996838yhl.162.1303948489853; Wed, 27 Apr 2011 16:54:49 -0700 (PDT) Original-Received: from [192.168.1.5] ([190.149.96.30]) by mx.google.com with ESMTPS id g2sm636787yhc.76.2011.04.27.16.54.48 (version=SSLv3 cipher=OTHER); Wed, 27 Apr 2011 16:54:48 -0700 (PDT) In-Reply-To: <4DB7B420.2080602@cs.ucla.edu> 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.160.169 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:138859 Archived-At: On mar, 2011-04-26 at 23:13 -0700, Paul Eggert wrote: > On 04/26/11 21:38, Germán Arias wrote: > > nsmenu.m:229: error: ‘struct Lisp_Vector’ has no member named ‘size’ > > That problem was due to my change to lisp.h in revno 104021. > Sorry about that. I committed the following fix in revno 104024. > This patch can be applied independently of the earlier > lisp.h change, and it isolates nsmenu.m from that implementation > detail of lisp.h so it should be a win independently of the > lisp.h change. Thanks, now compile again.