GNU bug report logs - #11012
VC git checkout fails with error

Previous Next

Package: emacs;

Reported by: David Reitter <david.reitter <at> gmail.com>

Date: Wed, 14 Mar 2012 14:40:02 UTC

Severity: normal

Found in version 23.4

Fixed in version 24.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 11012 in the body.
You can then email your comments to 11012 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to rpgoldman <at> sift.info, bug-gnu-emacs <at> gnu.org:
bug#11012; Package emacs. (Wed, 14 Mar 2012 14:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to David Reitter <david.reitter <at> gmail.com>:
New bug report received and forwarded. Copy sent to rpgoldman <at> sift.info, bug-gnu-emacs <at> gnu.org. (Wed, 14 Mar 2012 14:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: David Reitter <david.reitter <at> gmail.com>
To: Bug-Gnu-Emacs <bug-gnu-emacs <at> gnu.org>
Subject: VC git checkout fails with error
Date: Wed, 14 Mar 2012 10:08:45 -0400
X-Debbugs-CC: Robert Goldman <rpgoldman <at> sift.info>

Begin forwarded message:

> From: Robert Goldman <rpgoldman <at> sift.info>
> Subject: [Aquamacs-bugs] VC git checkout fails with error
> Date: March 12, 2012 12:38:58 PM EDT
> To: Aquamacs bugs list <aquamacs-bugs <at> aquamacs.org>
> Reply-To: rpgoldman <at> sift.info, Bug reports for Aquamacs Emacs <aquamacs-bugs <at> aquamacs.org>
> 
> Using ^X V + (vc-update) in a buffer under git revision control calls 
> vc-git-command as follows:
> 
> vc-git-command(nil 0 <filename> "checkout" t)
> 
> The arguments to vc-git-command are 
> 
> (defun vc-git-command (buffer okstatus file-or-list &rest flags)
> 
> and it calls 
> 
> vc-do-command (buffer okstatus command file-or-list &rest flags)
> 
> with flags as ("checkout" t)
> 
> but vc-do-command treats flags as a list of strings, meaning that it
> blows up with a not-a-sequence error here:
> 
> (mapcar (lambda (s) (if (> (length s) 20) (concat (substring s 0 2) "...")  s)) flags)
> 
> vc-dispatcher.el, line 300.
> 
> That last argument, T, is supposed to be a REV at the bottom of the call stack, where we call vc-update and then vc-checkout.
> 
> The slip-up seems to be on the pass-through to vc-call-backend.
> 
> Aquamacs info:
> 
> GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
> of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4
> 
> Snow Leopard





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#11012; Package emacs. (Wed, 14 Mar 2012 19:14:01 GMT) Full text and rfc822 format available.

Message #8 received at 11012 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: David Reitter <david.reitter <at> gmail.com>
Cc: 11012 <at> debbugs.gnu.org, robert goldman <rpgoldman <at> sift.info>
Subject: Re: bug#11012: VC git checkout fails with error
Date: Wed, 14 Mar 2012 14:43:23 -0400
David Reitter wrote:

>> Using ^X V + (vc-update) in a buffer under git revision control calls 
[...]
>> blows up with a not-a-sequence error here:

>> Aquamacs info:
>> 
>> GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
>> of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4


This error does not occur in the current Emacs trunk.




bug Marked as fixed in versions 24.1. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 14 Mar 2012 19:15:02 GMT) Full text and rfc822 format available.

bug Marked as found in versions 23.4. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 14 Mar 2012 19:15:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#11012; Package emacs. (Wed, 14 Mar 2012 19:33:03 GMT) Full text and rfc822 format available.

Message #15 received at 11012 <at> debbugs.gnu.org (full text, mbox):

From: David Reitter <david.reitter <at> gmail.com>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 11012 <at> debbugs.gnu.org, robert goldman <rpgoldman <at> sift.info>
Subject: Re: bug#11012: VC git checkout fails with error
Date: Wed, 14 Mar 2012 15:01:41 -0400
[Message part 1 (text/plain, inline)]
On Mar 14, 2012, at 2:43 PM, Glenn Morris wrote:


>>> GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
>>> of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4
> 
> This error does not occur in the current Emacs trunk.

What was the fix?  Can we apply this to the stable branch (that is, 23)?
[signature.asc (application/pgp-signature, attachment)]

Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Sun, 10 Jun 2012 18:33:02 GMT) Full text and rfc822 format available.

Notification sent to David Reitter <david.reitter <at> gmail.com>:
bug acknowledged by developer. (Sun, 10 Jun 2012 18:33:03 GMT) Full text and rfc822 format available.

Message #20 received at 11012-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 11012-done <at> debbugs.gnu.org
Subject: Re: bug#11012: VC git checkout fails with error
Date: Sun, 10 Jun 2012 14:29:30 -0400
Emacs 24.1, where this is fixed, has been released.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 09 Jul 2012 11:24:02 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 40 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.