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

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

Re: emacs diff major mode


From: Stefan Monnier
Subject: Re: emacs diff major mode
Date: 22 Feb 2002 11:55:39 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50

>>>>> "Tomas" == Tomas Crhak <tcrhak@suse.cz> writes:
> Consider the following text in diff mode:
> --- x Thu Feb 21 15:42:53 2002
> +++ y Thu Feb 21 15:42:59 2002
> @@ -1,3 +1,3 @@
>  aaaaaaaaa
> -x
> +y
>  bbbbbbbbb
> --- z Thu Feb 21 15:43:22 2002
> +++ z2        Thu Feb 21 15:44:47 2002
> @@ -1,3 +1,3 @@
>  aaaaaaaaa
> -z
> +z2
>  bbbbbbbbb

Thank you.  A variant of this bug was reported a few weeks ago.
It will be fixed in 21.2.  In the mean time, just make sure that
there is some other text between ` bbbbbb' and `--- z' (as is the case
when the output comes directly out of diff since diff adds a line like
`diff <options> <file1> <file2>' right there as well as `Index: <file>').


        Stefan



reply via email to

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