emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#7796: closed (^M in vc-dir)


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#7796: closed (^M in vc-dir)
Date: Thu, 06 Jan 2011 19:33:02 +0000

Your message dated Thu, 06 Jan 2011 21:39:23 +0200
with message-id <address@hidden>
and subject line Re: bug#7796: ^M in vc-dir
has caused the GNU bug report #7796,
regarding ^M in vc-dir
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
7796: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7796
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: ^M in vc-dir Date: Thu, 6 Jan 2011 12:49:11 -0500
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://address@hidden/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>



--- End Message ---
--- Begin Message --- Subject: Re: bug#7796: ^M in vc-dir Date: Thu, 06 Jan 2011 21:39:23 +0200
> Date: Thu, 6 Jan 2011 14:19:56 -0500
> From: Sam Steingold <address@hidden>
> Cc: address@hidden
> 
> >> 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.



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]