From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: 23 branch NS build failure - XVECTOR->size / nsmenu Date: Wed, 15 Jun 2011 11:27:08 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1308155368 3822 80.91.229.12 (15 Jun 2011 16:29:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Jun 2011 16:29:28 +0000 (UTC) To: Emacs devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 15 18:29: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 1QWsy5-0005tK-3J for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2011 18:29:25 +0200 Original-Received: from localhost ([::1]:51933 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWsy4-0001rT-4s for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2011 12:29:24 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWrzx-0001XC-9A for emacs-devel@gnu.org; Wed, 15 Jun 2011 11:27:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWrzv-0008TW-IE for emacs-devel@gnu.org; Wed, 15 Jun 2011 11:27:17 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:34063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWrzv-0008T9-03 for emacs-devel@gnu.org; Wed, 15 Jun 2011 11:27:15 -0400 Original-Received: by iyl8 with SMTP id 8so525864iyl.0 for ; Wed, 15 Jun 2011 08:27:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:content-type:content-transfer-encoding :subject:date:message-id:to:mime-version:x-mailer; bh=gTZbxGKSCxsI5+dw1Co1rWjdpliPWdHmPrVY3yleRWg=; b=tt1lgqlprDHm5WQeG7IFyUU3MExvU6ACIEz/+NZ7p/LtV6R4q5EI/M4Mriq0qkrk/h XJqALQLXr+e6QY8mBLNbvvjVN+XEfuSZCn7zpVbKCUnjb80gy3rCMIPX9prtA4oPM2Qo cmPtNLoUtm3egBgr2O8nzx13QN5XX1uiY9kck= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=lajKGSi7CyEoStMNz4NSbDHwEvWFHIeJSYdMckVxsGRJc2EMauJKbCBLgCcowlSwza 5OxP1Hstj8xE0sVD2dwYxTO65Ridw/LcmhX+mjpa5M2ZKLzg3KPLKycY7SjUug7jm6ym EXaYPGATjxPyarm21ZZ/BUGjHFyDISEgk9YGk= Original-Received: by 10.231.115.146 with SMTP id i18mr555245ibq.22.1308151633066; Wed, 15 Jun 2011 08:27:13 -0700 (PDT) Original-Received: from elin.andrew.cmu.edu (ELIN.ANDREW.CMU.EDU [128.2.46.20]) by mx.google.com with ESMTPS id 4sm279831ibc.42.2011.06.15.08.27.10 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Jun 2011 08:27:11 -0700 (PDT) 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.210.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:140506 Archived-At: The use of XVECTOR()->size needs to be changed (e.g., to ASIZE()) in = nsmenu's ns_update_menubar to make the 23 branch compile again (with = NS). This change from the trunk would be the right one to merge: revno: 104024 [merge] committer: Paul Eggert branch nick: trunk timestamp: Tue 2011-04-26 23:03:54 -0700 message: Merge: nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF. Is this something I can do myself (and if so, how - i.e., what's the = correct way to cherry-pick in Bzr?), or should I wait for a maintainer = to do it?=