emacs-devel
[Top][All Lists]
Advanced

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

Re: master cd0a795: Output number of characters added to file (Bug#354)


From: Noam Postavsky
Subject: Re: master cd0a795: Output number of characters added to file (Bug#354)
Date: Fri, 7 Apr 2017 18:27:20 -0400

On Fri, Apr 7, 2017 at 9:42 AM, Michael Albinus <address@hidden> wrote:
>> -       (tramp-message v 0 "Wrote %s" filename))
>> +          (tramp-message v 0 "Wrote %d characters to `%s'"
>> +                         (- end start) filename))
>
> This breaks Tramp tests. In `write-region', START could be also nil or a
> string.
>
> Likely, the other changes suffer from the same problem.

Yup, as noted by Glenn, it breaks the compressed file handler too,
fixed in [1: 9e27e0d1a6].

1: 2017-04-07 18:24:35 -0400 9e27e0d1a6c90d0d29e41884155245b6c3378b0a
  Fix handling of non-integer START param to write-region



reply via email to

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