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: Eli Zaretskii
Subject: Re: master 97934ff: Attach text files correctly in Message
Date: Fri, 27 Jan 2017 09:57:44 +0200

> Date: Fri, 27 Jan 2017 11:48:30 +0900
> From: Katsumi Yamaoka <address@hidden>
> Cc: address@hidden
> 
> > --- 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?

When I read those changes, I actually wondered why it was necessary to
set the buffer unibyte.  It shouldn't be needed with the current Emacs
codebase, inserting unibyte text into a multibyte buffer and then
decoding it should "just work".



reply via email to

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