GNU bug report logs - #2652
23.0.91; wacky behavior of "v" command in *vc-dir* buffer

Previous Next

Package: emacs;

Reported by: Miles Bader <miles <at> gnu.org>

Date: Fri, 13 Mar 2009 00:05:05 UTC

Severity: normal

Done: Dan Nicolaescu <dann <at> ics.uci.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Miles Bader <miles <at> gnu.org>
To: Dan Nicolaescu <dann <at> ics.uci.edu>
Cc: 2652 <at> debbugs.gnu.org
Subject: bug#2652: 23.0.91; wacky behavior of "v" command in *vc-dir*  buffer
Date: Fri, 13 Mar 2009 11:59:31 +0900
Here's a script to create an appropriate git repo for testing:

#!/bin/sh
cd /tmp
rm -rf zonk
mkdir zonk
cd zonk
git init
echo plugh > ppling
git add .
git commit -m'Init' -a
echo Fnord >> ppling

Put that in a file, say "/tmp/mkbugrepo" and execute it with the shell
to make the repo, e.g.: sh /tmp/mkbugrepo

Now you can start emacs like:

   (cd /tmp/zonk; HOME=/tmp \emacs -nw -Q )

and continue with the rest of the bug recipe:

  M-x vc-dir RET RET
  v
  Blargh RET C-c C-c

Thanks,

-Miles

-- 
Do not taunt Happy Fun Ball.




This bug report was last modified 16 years and 100 days ago.

Previous Next


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