From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: master 97934ff: Attach text files correctly in Message Date: Fri, 27 Jan 2017 22:14:43 +0900 Message-ID: References: <20170125162832.21457.64236@vcs.savannah.gnu.org> <20170125162832.648B4220158@vcs.savannah.gnu.org> <874m0kwxdq.fsf@mouse> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1485522970 5800 195.159.176.226 (27 Jan 2017 13:16:10 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 27 Jan 2017 13:16:10 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 27 14:16:01 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cX6Ng-0000Os-Av for ged-emacs-devel@m.gmane.org; Fri, 27 Jan 2017 14:15:56 +0100 Original-Received: from localhost ([::1]:45349 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cX6Nl-0005My-IC for ged-emacs-devel@m.gmane.org; Fri, 27 Jan 2017 08:16:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cX6Ms-0005EJ-8H for emacs-devel@gnu.org; Fri, 27 Jan 2017 08:15:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cX6Mn-0002Uy-CI for emacs-devel@gnu.org; Fri, 27 Jan 2017 08:15:06 -0500 Original-Received: from norfolk.hostforweb.net ([205.234.200.233]:31763) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cX6Mn-0002Uk-8Y for emacs-devel@gnu.org; Fri, 27 Jan 2017 08:15:01 -0500 Original-Received: from localhost ([127.0.0.1]:17517) by norfolk.hostforweb.net with esmtpa (Exim 4.87) (envelope-from ) id 1cX6Mf-001xXz-9y; Fri, 27 Jan 2017 07:14:55 -0600 X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( Cancel-Lock: sha1:y8nRKEwPJgsA9fW4r4gBqEkoPHU= X-OutGoing-Spam-Status: No, score=-0.2 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - norfolk.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: norfolk.hostforweb.net: authenticated_id: yamaokac/only user confirmed/virtual account not confirmed X-Authenticated-Sender: norfolk.hostforweb.net: yamaokac X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Received-From: 205.234.200.233 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:211638 Archived-At: Lars Ingebrigtsen wrote: > Katsumi Yamaoka writes: > > This breaks a message containing non-ASCII text to send; the > > contents are inserted into that unibyte buffer. See the article > > in the Emacs bug list (bug#25552). > > Could you please fix it? > I'm unable to reproduce the bug -- I can send messages with non-ASCII > text just fine. > Do you have a recipe for how to reproduce it? Hmm, I do the same as usual. Write a message: From: foo To: bar Subject: B --text follows this line-- B And type `C-c C-c'. The problem is reproducible by `C-c RET P' as well.