From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: vc-bzr.el syntax error Date: Thu, 3 Dec 2009 01:45:10 -0800 (PST) Message-ID: <200912030945.nB39jAmK023123@godzilla.ics.uci.edu> References: <877ht4h0ed.fsf@meyering.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259833679 19234 80.91.229.12 (3 Dec 2009 09:47:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Dec 2009 09:47:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jim Meyering Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 03 10:47:52 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NG8Hw-0002Nr-0C for ged-emacs-devel@m.gmane.org; Thu, 03 Dec 2009 10:47:52 +0100 Original-Received: from localhost ([127.0.0.1]:35630 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NG8Hv-0000D8-Mr for ged-emacs-devel@m.gmane.org; Thu, 03 Dec 2009 04:47:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NG8Gz-00088I-9Z for emacs-devel@gnu.org; Thu, 03 Dec 2009 04:46:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NG8Gt-00085M-7x for emacs-devel@gnu.org; Thu, 03 Dec 2009 04:46:52 -0500 Original-Received: from [199.232.76.173] (port=40042 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NG8Gt-00085C-04 for emacs-devel@gnu.org; Thu, 03 Dec 2009 04:46:47 -0500 Original-Received: from colin-baker-v0.ics.uci.edu ([128.195.1.153]:55734) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NG8Gs-0002c1-JS for emacs-devel@gnu.org; Thu, 03 Dec 2009 04:46:46 -0500 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by colin-baker-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id nB39jAts001390 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 3 Dec 2009 01:45:10 -0800 Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id nB39jAmK023123; Thu, 3 Dec 2009 01:45:10 -0800 (PST) In-Reply-To: <877ht4h0ed.fsf@meyering.net> (Jim Meyering's message of "Thu, 03 Dec 2009 10:28:26 +0100") Original-Lines: 10 X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: nB39jAts001390 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118175 Archived-At: Jim Meyering writes: > Without the patch below, bootstrap fails with this: > > vc-bzr.el:775:10:Warning: reference to free variable `shelve' > vc-bzr.el:778:34:Warning: reference to free variable `shelve-help-echo' > vc-bzr.el:792:59:Error: Invalid read syntax: ")" > Compiling /home/j/w/co/emacs/lisp/vc-git.el It's fixed in CVS, probably the git mirror is a bit behind.