emacs-devel
[Top][All Lists]
Advanced

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

Re: master 97934ff: Attach text files correctly in Message


From: Katsumi Yamaoka
Subject: Re: master 97934ff: Attach text files correctly in Message
Date: Fri, 27 Jan 2017 11:48:30 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (i686-pc-cygwin)

Hi Lars,

On Wed, 25 Jan 2017 16:28:32 +0000, Lars Ingebrigtsen wrote:
> branch: master
> commit 97934ffb5673fe7d7498fb31a9bdf32fd8e0c5c7
> Author: Lars Ingebrigtsen <address@hidden>
> Commit: Lars Ingebrigtsen <address@hidden>

>     Attach text files correctly in Message
[...]
> --- a/lisp/gnus/mml.el
> +++ b/lisp/gnus/mml.el
[...]
> -       (mm-with-multibyte-buffer
> +       (with-temp-buffer
> +         (set-buffer-multibyte nil)

This breaks a message containing non-ASCII text to send; the
contents are inserted into that unibyte buffer.  See the article
<address@hidden> in the Emacs bug list (bug#25552).
Could you please fix it?

Thanks.



reply via email to

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