all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: emacs-devel@gnu.org
Subject: Re: master 97934ff: Attach text files correctly in Message
Date: Fri, 27 Jan 2017 11:48:30 +0900	[thread overview]
Message-ID: <b4m1svpw741.fsf@jpl.org> (raw)
In-Reply-To: 20170125162832.648B4220158@vcs.savannah.gnu.org

Hi Lars,

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

>     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
<b4mfuk5z446.fsf@jpl.org> in the Emacs bug list (bug#25552).
Could you please fix it?

Thanks.



       reply	other threads:[~2017-01-27  2:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170125162832.21457.64236@vcs.savannah.gnu.org>
     [not found] ` <20170125162832.648B4220158@vcs.savannah.gnu.org>
2017-01-27  2:48   ` Katsumi Yamaoka [this message]
2017-01-27  7:57     ` master 97934ff: Attach text files correctly in Message Eli Zaretskii
2017-01-27 11:32       ` Lars Ingebrigtsen
2017-01-27 11:33     ` Lars Ingebrigtsen
2017-01-27 13:14       ` Katsumi Yamaoka
2017-01-27 13:18         ` Katsumi Yamaoka
2017-01-27 12:42     ` Lars Ingebrigtsen
2017-01-27 12:54     ` Lars Ingebrigtsen
2017-01-29 16:10     ` Lars Ingebrigtsen
2017-01-29 23:33       ` Katsumi Yamaoka

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=b4m1svpw741.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=emacs-devel@gnu.org \
    --cc=larsi@gnus.org \
    /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.