all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Drew Adams <drew.adams@oracle.com>
Cc: 13272@debbugs.gnu.org
Subject: bug#13272: 24.3.50; `diff' output header line shows MS Windows root incorrectly
Date: Tue, 25 Dec 2012 05:44:53 +0200	[thread overview]
Message-ID: <83r4meokwa.fsf@gnu.org> (raw)
In-Reply-To: <1E8F1803CF7C43CC950F3B3EB1DEA696@us.oracle.com>

> From: "Drew Adams" <drew.adams@oracle.com>
> Date: Mon, 24 Dec 2012 14:07:05 -0800
> 
> I'm seeing this now in the very first line of my `M-x diff' output:
>  
> diff -c c\:/foo/simple.el c\:/foo/simple-patched-2012-12-24.el

That's your diff.exe at work, I'm quite sure: it tries to quote the
colon, because it's a Cygwin Diff and lives in the Unix world.  Don't
you see the same if you redirect Diff output to a file?

The version of Diff I have does this instead:

  diff -c "c:/foo/simple.el" "c:/foo/simple-patched-2012-12-24.el"

which is much more reasonable.





  reply	other threads:[~2012-12-25  3:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-24 22:07 bug#13272: 24.3.50; `diff' output header line shows MS Windows root incorrectly Drew Adams
2012-12-25  3:44 ` Eli Zaretskii [this message]
2012-12-25 17:03   ` Eli Zaretskii
2012-12-26  5:46     ` Drew Adams
2012-12-26 18:49       ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83r4meokwa.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=13272@debbugs.gnu.org \
    --cc=drew.adams@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.