GNU bug report logs -
#7796
^M in vc-dir
Previous Next
Reported by: Sam Steingold <sds <at> gnu.org>
Date: Thu, 6 Jan 2011 17:43:01 UTC
Severity: normal
Done: Eli Zaretskii <eliz <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 7796 in the body.
You can then email your comments to 7796 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#7796
; Package
emacs
.
(Thu, 06 Jan 2011 17:43:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sam Steingold <sds <at> gnu.org>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Thu, 06 Jan 2011 17:43:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
I am running bzr tip emacs on winxp64.
C-x v d emacs/trunk RET
produces a buffer:
=================================
VC backend : Bzr
Working dir: ~/src/emacs/trunk/
Parent branch : bzr+ssh://sds <at> bzr.savannah.gnu.org/emacs/trunk/^M
Shelves : No shelved changes
./
lisp/
edited lisp/w32-fns.el^M
=================================
where ^M are the actual \r characters.
this breaks things, e.g., I cannot hit RET on the file name, I get the
non-existent file with a ^M in the name.
this does not happen with hg and svn.
(executable-find "bzr")
"c:/Program Files (x86)/Bazaar/bzr.exe"
(executable-find "hg")
"c:/Program Files (x86)/TortoiseHg/hg.exe"
(executable-find "svn")
"c:/gnu/cygwin/bin/svn.exe"
--
Sam Steingold <http://sds.podval.org>
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#7796
; Package
emacs
.
(Thu, 06 Jan 2011 18:29:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 7796 <at> debbugs.gnu.org (full text, mbox):
> Date: Thu, 6 Jan 2011 12:49:11 -0500
> From: Sam Steingold <sds <at> gnu.org>
> Cc:
>
> I am running bzr tip emacs on winxp64.
> C-x v d emacs/trunk RET
> produces a buffer:
>
> =================================
> VC backend : Bzr
> Working dir: ~/src/emacs/trunk/
> Parent branch : bzr+ssh://sds <at> bzr.savannah.gnu.org/emacs/trunk/^M
>
> Shelves : No shelved changes
>
> ./
> lisp/
> edited lisp/w32-fns.el^M
> =================================
>
> where ^M are the actual \r characters.
> this breaks things, e.g., I cannot hit RET on the file name, I get the
> non-existent file with a ^M in the name.
> this does not happen with hg and svn.
It doesn't happen for me with bzr, either. What is
buffer-file-coding-system of this buffer? It should be something-dos,
I guess it isn't in your case.
Also, can you see in your .bzr.log what commands is vc-dir invoking,
exactly, when you type "C-x v d"?
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#7796
; Package
emacs
.
(Thu, 06 Jan 2011 19:13:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 7796 <at> debbugs.gnu.org (full text, mbox):
On Thu, Jan 6, 2011 at 1:35 PM, Eli Zaretskii <eliz <at> gnu.org> wrote:
>> Date: Thu, 6 Jan 2011 12:49:11 -0500
>> From: Sam Steingold <sds <at> gnu.org>
>>
>> I am running bzr tip emacs on winxp64.
>> C-x v d emacs/trunk RET
>> produces a buffer:
>>
>> =================================
>> VC backend : Bzr
>> Working dir: ~/src/emacs/trunk/
>> Parent branch : bzr+ssh://sds <at> bzr.savannah.gnu.org/emacs/trunk/^M
>>
>> Shelves : No shelved changes
>>
>> ./
>> lisp/
>> edited lisp/w32-fns.el^M
>> =================================
>>
>> where ^M are the actual \r characters.
>> this breaks things, e.g., I cannot hit RET on the file name, I get the
>> non-existent file with a ^M in the name.
>> this does not happen with hg and svn.
>
> It doesn't happen for me with bzr, either. What is
> buffer-file-coding-system of this buffer? It should be something-dos,
> I guess it isn't in your case.
utf-8
I fixed this by reverting the effects of
(modify-coding-system-alist 'process "" 'unix)
which lived in my .emacs since I last used it on windows 4 years ago...
> Also, can you see in your .bzr.log what commands is vc-dir invoking,
> exactly, when you type "C-x v d"?
Thu 2011-01-06 14:05:51 -0500
0.078 bazaar version: 2.3b3
0.078 bzr arguments: [u'status', u'-v', u'-S', u'./']
0.078 bazaar version: 2.3b3
0.078 bzr arguments: [u'info', u'./']
0.093 looking for plugins in C:/Documents and
Settings/sds/Application Data/bazaar/2.0/plugins
0.093 looking for plugins in C:/Program Files (x86)/Bazaar/plugins
0.093 looking for plugins in C:/Documents and
Settings/sds/Application Data/bazaar/2.0/plugins
0.093 looking for plugins in C:/Program Files (x86)/Bazaar/plugins
0.156 encoding stdout as osutils.get_user_encoding() 'cp1252'
0.171 encoding stdout as sys.stdin encoding 'cp437'
0.187 opening working tree 'C:/sds/src/emacs/trunk'
0.187 check paths: None
0.187 opening working tree 'C:/sds/src/emacs/trunk'
0.203 return code 0
0.250 encoding stdout as osutils.get_user_encoding() 'cp1252'
0.250 return code 0
Thu 2011-01-06 14:05:51 -0500
0.047 bazaar version: 2.3b3
0.047 bzr arguments: [u'shelve', u'--list', u'-q']
0.063 looking for plugins in C:/Documents and
Settings/sds/Application Data/bazaar/2.0/plugins
0.063 looking for plugins in C:/Program Files (x86)/Bazaar/plugins
0.110 encoding stdout as sys.stdin encoding 'cp437'
0.125 opening working tree 'C:/sds/src/emacs/trunk'
0.125 return code 0
thanks a lot for your help, I am learning more and more...
--
Sam Steingold <http://sds.podval.org>
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Thu, 06 Jan 2011 19:33:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sam Steingold <sds <at> gnu.org>
:
bug acknowledged by developer.
(Thu, 06 Jan 2011 19:33:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 7796-done <at> debbugs.gnu.org (full text, mbox):
> Date: Thu, 6 Jan 2011 14:19:56 -0500
> From: Sam Steingold <sds <at> gnu.org>
> Cc: 7796 <at> debbugs.gnu.org
>
> >> where ^M are the actual \r characters.
> >> this breaks things, e.g., I cannot hit RET on the file name, I get the
> >> non-existent file with a ^M in the name.
> >> this does not happen with hg and svn.
> >
> > It doesn't happen for me with bzr, either. What is
> > buffer-file-coding-system of this buffer? It should be something-dos,
> > I guess it isn't in your case.
>
> utf-8
> I fixed this by reverting the effects of
> (modify-coding-system-alist 'process "" 'unix)
> which lived in my .emacs since I last used it on windows 4 years ago...
Great! Closing the bug, then.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 04 Feb 2011 12:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 218 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.