savannah-hackers
[Top][All Lists]
Advanced

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

Re: [Savannah-help-public] Bug in emacs-diffs list


From: Sylvain Beucler
Subject: Re: [Savannah-help-public] Bug in emacs-diffs list
Date: Sat, 19 Aug 2006 09:49:27 +0200
User-agent: Mutt/1.5.12-2006-07-14

Hello,

On Sat, Aug 19, 2006 at 12:35:08AM -0400, Richard Stallman wrote:
> This message represents a bug in the software generating the
> emacs-diffs list.  I checked in a one-line change in this file, and
> this is all we got.  The version numbers listed appear to be correct.
> All that is wrong is the contents of the diff.
> 
> My change was just indentation; is diff being run with an argument
> that ignores changes in indentation?  If so, that explains what happened;
> we just need to decide if we want it that way.

Yes, diff is run that way:

> diff -u -b -r1.554 -r1.555

-b is a synonym for --ignore-space-change.

-ub is the default but can be overriden.


> Have you set up logging of the arguments passed to log_accum?

I haven't worked on this.


> Message: 6
> Date: Fri, 18 Aug 2006 01:52:19 +0000
> From: "Richard M. Stallman" <address@hidden>
> Subject: [Emacs-diffs] Changes to emacs/src/window.c,v
> To: address@hidden
> Message-ID: <address@hidden>
> 
> CVSROOT:      /cvsroot/emacs
> Module name:  emacs
> Changes by:   Richard M. Stallman <rms>       06/08/18 01:52:19
> 
> Index: window.c
> ===================================================================
> RCS file: /cvsroot/emacs/emacs/src/window.c,v
> retrieving revision 1.554
> retrieving revision 1.555
> diff -u -b -r1.554 -r1.555

-- 
Sylvain




reply via email to

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