GNU bug report logs - #996
ntemacs 23.0.60; vc-dir bug

Previous Next

Package: emacs;

Reported by: "Kevin Yu" <yujie052 <at> gmail.com>

Date: Thu, 18 Sep 2008 06:55:04 UTC

Severity: normal

Tags: patch

Merged with 7663

Found in version 23.2

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 996 in the body.
You can then email your comments to 996 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 bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#996; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to "Kevin Yu" <yujie052 <at> gmail.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Kevin Yu" <yujie052 <at> gmail.com>
To: emacs-pretest-bug <at> gnu.org
Subject: ntemacs 23.0.60; vc-dir bug
Date: Thu, 18 Sep 2008 14:46:42 +0800
If you check in a file in vd-dir buffer, the buffer will
show two lines to indicate the status of that file. For
example:


    up-to-date           core/cell.rb
    edited               core\cell.rb

if the file name doesn't include a slash, there's only one
line.




bug reassigned from package `emacs' to `emacs,vc-dir'. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Wed, 17 Dec 2008 19:30:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com:
bug#996; Package emacs,vc-dir. (Sun, 28 Dec 2008 18:25:05 GMT) Full text and rfc822 format available.

Message #10 received at 996 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Dan Nicolaescu <dann <at> ics.uci.edu>
To: Kevin Yu <yujie052 <at> gmail.com>
Cc: 996 <at> debbugs.gnu.org
Subject: Re: bug#996: ntemacs 23.0.60; vc-dir bug
Date: Sun, 28 Dec 2008 10:18:07 -0800 (PST)
"Kevin Yu" <yujie052 <at> gmail.com> writes:

  > If you check in a file in vd-dir buffer, the buffer will
  > show two lines to indicate the status of that file. For
  > example:
  > 
  > 
  >     up-to-date           core/cell.rb
  >     edited               core\cell.rb
  > 
  > if the file name doesn't include a slash, there's only one
  > line.

What VC backend are you using here?
Can you pleasedescribe the sequence of events starting from 

emacs -Q

to get to that state?
That way someone that uses windows can try to look and see where the
problem is.




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com:
bug#996; Package emacs,vc-dir. (Tue, 30 Dec 2008 12:25:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kevin Yu <yujie052 <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com. (Tue, 30 Dec 2008 12:25:04 GMT) Full text and rfc822 format available.

Message #15 received at 996 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Kevin Yu <yujie052 <at> gmail.com>
To: Dan Nicolaescu <dann <at> ics.uci.edu>
Cc: 996 <at> debbugs.gnu.org
Subject: Re: bug#996: ntemacs 23.0.60; vc-dir bug
Date: Tue, 30 Dec 2008 20:17:14 +0800
Dan Nicolaescu <dann <at> ics.uci.edu> writes:
> What VC backend are you using here?
subversion

I have tried on git. This bug doesn't exist.
 
> Can you pleasedescribe the sequence of events starting from 
>
> emacs -Q
>
> to get to that state?
1. edit a file d:/myproject/src/myfile.c (myproject is the root
directory of this project. There must be a subdirectory in the path,
otherwise you can't reproduce this bug.(.../src/... here)

2. c-x v d  select d:/myproject

3. check in myfile.c

4. you'll find the d:/myproject buffer shows two lines of myfile.c's
status.
> That way someone that uses windows can try to look and see where the


> problem is.




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com:
bug#996; Package emacs,vc-dir. (Tue, 30 Dec 2008 12:25:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kevin Yu <yujie052 <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com. (Tue, 30 Dec 2008 12:25:05 GMT) Full text and rfc822 format available.

Message #20 received at 996 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Kevin Yu <yujie052 <at> gmail.com>
To: Dan Nicolaescu <dann <at> ics.uci.edu>
Cc: 996 <at> debbugs.gnu.org
Subject: Re: bug#996: ntemacs 23.0.60; vc-dir bug
Date: Tue, 30 Dec 2008 20:17:20 +0800
Dan Nicolaescu <dann <at> ics.uci.edu> writes:
> What VC backend are you using here?
subversion

I have tried on git. This bug doesn't exist.
 
> Can you pleasedescribe the sequence of events starting from 
>
> emacs -Q
>
> to get to that state?
1. edit a file d:/myproject/src/myfile.c (myproject is the root
directory of this project. There must be a subdirectory in the path,
otherwise you can't reproduce this bug.(.../src/... here)

2. c-x v d  select d:/myproject

3. check in myfile.c

4. you'll find the d:/myproject buffer shows two lines of myfile.c's
status.
> That way someone that uses windows can try to look and see where the


> problem is.




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com:
bug#996; Package emacs,vc-dir. (Tue, 30 Dec 2008 17:05:05 GMT) Full text and rfc822 format available.

Message #23 received at 996 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Dan Nicolaescu <dann <at> ics.uci.edu>
To: Kevin Yu <yujie052 <at> gmail.com>
Cc: 996 <at> debbugs.gnu.org
Subject: Re: bug#996: ntemacs 23.0.60; vc-dir bug
Date: Tue, 30 Dec 2008 08:57:55 -0800 (PST)
Kevin Yu <yujie052 <at> gmail.com> writes:

  > Dan Nicolaescu <dann <at> ics.uci.edu> writes:
  > > What VC backend are you using here?
  > subversion
  > 
  > I have tried on git. This bug doesn't exist.
  >  
  > > Can you pleasedescribe the sequence of events starting from 
  > >
  > > emacs -Q
  > >
  > > to get to that state?
  > 1. edit a file d:/myproject/src/myfile.c (myproject is the root
  > directory of this project. There must be a subdirectory in the path,
  > otherwise you can't reproduce this bug.(.../src/... here)
  > 
  > 2. c-x v d  select d:/myproject

What is in the the *vc-dir* buffer at this point?





Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com:
bug#996; Package emacs,vc-dir. (Wed, 31 Dec 2008 05:25:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Kevin Yu" <yujie052 <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com. (Wed, 31 Dec 2008 05:25:05 GMT) Full text and rfc822 format available.

Message #28 received at 996 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Kevin Yu" <yujie052 <at> gmail.com>
To: "Dan Nicolaescu" <dann <at> ics.uci.edu>
Cc: 996 <at> debbugs.gnu.org
Subject: Re: bug#996: ntemacs 23.0.60; vc-dir bug
Date: Wed, 31 Dec 2008 13:17:37 +0800
Sorry, forgot to cc the emacs bug tracker.

1. Edit a file d:/myproject/src/myfile.c (emacs.exe -q myfile.c)
2. c-x v d select d:/myproject
* vc-dir * shows:
=================================
VC backend : SVN
Working dir: d:/myproject/
Repository : svn://127.0.0.1

                        ./
                        src/
   edited               src\myfile.c
=================================
3. checkin myfile.c
* vc-dir * shows:
=================================
VC backend : SVN
Working dir: d:/myproject/
Repository : svn://127.0.0.1

                        ./
                        src/
   up-to-date           src/myfile.c
   edited               src\myfile.c
=================================



On Wed, Dec 31, 2008 at 12:57 AM, Dan Nicolaescu <dann <at> ics.uci.edu> wrote:
> Kevin Yu <yujie052 <at> gmail.com> writes:
>
>  > Dan Nicolaescu <dann <at> ics.uci.edu> writes:
>  > > What VC backend are you using here?
>  > subversion
>  >
>  > I have tried on git. This bug doesn't exist.
>  >
>  > > Can you pleasedescribe the sequence of events starting from
>  > >
>  > > emacs -Q
>  > >
>  > > to get to that state?
>  > 1. edit a file d:/myproject/src/myfile.c (myproject is the root
>  > directory of this project. There must be a subdirectory in the path,
>  > otherwise you can't reproduce this bug.(.../src/... here)
>  >
>  > 2. c-x v d  select d:/myproject
>
> What is in the the *vc-dir* buffer at this point?
>
>




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com:
bug#996; Package emacs,vc-dir. (Wed, 31 Dec 2008 09:10:03 GMT) Full text and rfc822 format available.

Message #31 received at 996 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Dan Nicolaescu <dann <at> ics.uci.edu>
To: "Kevin Yu" <yujie052 <at> gmail.com>
Cc: 996 <at> debbugs.gnu.org
Subject: Re: bug#996: ntemacs 23.0.60; vc-dir bug
Date: Wed, 31 Dec 2008 01:03:20 -0800 (PST)
"Kevin Yu" <yujie052 <at> gmail.com> writes:

  > Sorry, forgot to cc the emacs bug tracker.
  > 
  > 1. Edit a file d:/myproject/src/myfile.c (emacs.exe -q myfile.c)
  > 2. c-x v d select d:/myproject
  > * vc-dir * shows:
  > =================================
  > VC backend : SVN
  > Working dir: d:/myproject/
  > Repository : svn://127.0.0.1
  > 
  >                         ./
  >                         src/
  >    edited               src\myfile.c

OK, this says that the output of 
svn status at this point would look like:

M src\myfile.c

Is there a way to tell subversion to output file names in unix format?
Alternatively `filename' in `vc-svn-after-dir-status' could be changed
to be in unix form.  


  > =================================
  > 3. checkin myfile.c
  > * vc-dir * shows:
  > =================================
  > VC backend : SVN
  > Working dir: d:/myproject/
  > Repository : svn://127.0.0.1
  > 
  >                         ./
  >                         src/
  >    up-to-date           src/myfile.c
  >    edited               src\myfile.c
  > =================================
  > 
  > 
  > 
  > On Wed, Dec 31, 2008 at 12:57 AM, Dan Nicolaescu <dann <at> ics.uci.edu> wrote:
  > > Kevin Yu <yujie052 <at> gmail.com> writes:
  > >
  > >  > Dan Nicolaescu <dann <at> ics.uci.edu> writes:
  > >  > > What VC backend are you using here?
  > >  > subversion
  > >  >
  > >  > I have tried on git. This bug doesn't exist.
  > >  >
  > >  > > Can you pleasedescribe the sequence of events starting from
  > >  > >
  > >  > > emacs -Q
  > >  > >
  > >  > > to get to that state?
  > >  > 1. edit a file d:/myproject/src/myfile.c (myproject is the root
  > >  > directory of this project. There must be a subdirectory in the path,
  > >  > otherwise you can't reproduce this bug.(.../src/... here)
  > >  >
  > >  > 2. c-x v d  select d:/myproject
  > >
  > > What is in the the *vc-dir* buffer at this point?
  > >
  > >




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com:
bug#996; Package emacs,vc-dir. (Wed, 31 Dec 2008 18:40:07 GMT) Full text and rfc822 format available.

Acknowledgement sent to Stefan Monnier <monnier <at> iro.umontreal.ca>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com. (Wed, 31 Dec 2008 18:40:07 GMT) Full text and rfc822 format available.

Message #36 received at 996 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Dan Nicolaescu <dann <at> ics.uci.edu>
Cc: 996 <at> debbugs.gnu.org, "Kevin Yu" <yujie052 <at> gmail.com>
Subject: Re: bug#996: ntemacs 23.0.60; vc-dir bug
Date: Wed, 31 Dec 2008 13:34:40 -0500
> Is there a way to tell subversion to output file names in unix format?

At least the GNU/Linux version of `svn' doesn't have any option that
sounds like a good candidate.  Maybe it's a "windows-only and ignored
under Unix".

> Alternatively `filename' in `vc-svn-after-dir-status' could be changed
> to be in unix form.

Sounds like a good plan, indeed.


        Stefan




bug reassigned from package `emacs,vc-dir' to `emacs,vc'. Request was from Juanma Barranquero <lekktu <at> gmail.com> to control <at> emacsbugs.donarmstrong.com. (Tue, 17 Mar 2009 09:30:03 GMT) Full text and rfc822 format available.

Merged 996 7663. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 01 Mar 2011 23:36:01 GMT) Full text and rfc822 format available.

Added tag(s) patch. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 01 Mar 2011 23:36:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 31 Mar 2011 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 14 years and 85 days ago.

Previous Next


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