all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Noam Postavsky <npostavs@users.sourceforge.net>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: Jeff Clough <kb1vqh@gmail.com>, Emacs developers <emacs-devel@gnu.org>
Subject: Re: master cd0a795: Output number of characters added to file (Bug#354)
Date: Fri, 7 Apr 2017 18:27:20 -0400	[thread overview]
Message-ID: <CAM-tV-9RXMfTLnuX+kkSkNG9k54X50fa_jMBWSFU1pv34aLQyA@mail.gmail.com> (raw)
In-Reply-To: <8760igpc58.fsf@detlef>

On Fri, Apr 7, 2017 at 9:42 AM, Michael Albinus <michael.albinus@gmx.de> 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	other threads:[~2017-04-07 22:27 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170407022529.14820.30445@vcs0.savannah.gnu.org>
     [not found] ` <20170407022531.17D812084C@vcs0.savannah.gnu.org>
2017-04-07  3:30   ` master cd0a795: Output number of characters added to file (Bug#354) Mark Oteiza
2017-04-07  7:14     ` Eli Zaretskii
2017-04-07 22:50       ` Paul Eggert
2017-04-07 23:02         ` Kaushal Modi
2017-04-08  0:13           ` Noam Postavsky
2017-04-08  0:16       ` Mark Oteiza
2017-04-07 12:06     ` Noam Postavsky
2017-04-08  0:17       ` Mark Oteiza
2017-04-08  7:34         ` Eli Zaretskii
2017-04-08 14:08           ` Mark Oteiza
2017-04-09 20:03       ` Mark Oteiza
2017-04-07 13:42   ` Michael Albinus
2017-04-07 22:27     ` Noam Postavsky [this message]
2017-04-07 16:48   ` Glenn Morris
2017-04-07 21:41     ` Glenn Morris

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=CAM-tV-9RXMfTLnuX+kkSkNG9k54X50fa_jMBWSFU1pv34aLQyA@mail.gmail.com \
    --to=npostavs@users.sourceforge.net \
    --cc=emacs-devel@gnu.org \
    --cc=kb1vqh@gmail.com \
    --cc=michael.albinus@gmx.de \
    /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.