From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79994 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general,gmane.emacs.xemacs.beta Subject: Re: [Bug: 21.5-b29] gnus can't send in 21.5.29 but in 21.4.22 Date: Thu, 22 Sep 2011 10:59:07 +0900 Organization: Emacsen advocacy group Message-ID: References: <877h53i7um.fsf@gilgamesch.quim.ucm.es> <87ty86bqwj.fsf@uwakimon.sk.tsukuba.ac.jp> <87y5xiqs2u.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1316656832 4602 80.91.229.12 (22 Sep 2011 02:00:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Sep 2011 02:00:32 +0000 (UTC) Cc: xemacs-beta@xemacs.org To: ding@gnus.org Original-X-From: ding-owner+M28288@lists.math.uh.edu Thu Sep 22 04:00:27 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R6YaO-0002dv-Bj for ding-account@gmane.org; Thu, 22 Sep 2011 04:00:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1R6YZR-0003Zf-FU; Wed, 21 Sep 2011 20:59:25 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1R6YZO-0003ZO-O0 for ding@lists.math.uh.edu; Wed, 21 Sep 2011 20:59:22 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1R6YZN-0007NI-9X for ding@lists.math.uh.edu; Wed, 21 Sep 2011 20:59:22 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1R6YZL-000605-B7 for ding@gnus.org; Thu, 22 Sep 2011 03:59:19 +0200 Original-Received: from localhost ([127.0.0.1]:57767) by orlando.hostforweb.net with smtp (Exim 4.69) (envelope-from ) id 1R6YZI-0008O2-VK; Wed, 21 Sep 2011 20:59:17 -0500 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&( User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (i686-pc-cygwin) Cancel-Lock: sha1:beimgEh4hRKcSy1FIU1Gr6oy4bE= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79994 gmane.emacs.xemacs.beta:35576 Archived-At: Lars Magne Ingebrigtsen wrote: > Reiner Steib writes: >> There you may find a possible solution[1] or a workaround[2] there. I >> don't know why[1] hasn't been implemented. >> >> ,----[ http://thread.gmane.org/gmane.emacs.gnus.general/68154/focus=68185 ] >>| Gnus should bind `coding-system-for-read' then to the value of >>| `mm-binary-coding-system' that defaults to `binary'. However, >>| it seems to have been set to nil or `undecided': >> `---- > I don't know why, either. Katsumi? I realized what we have to fix is `mml-compute-boundary-1'. It may take a couple of days (or shorter?). I'll work on it. The function looks for ones that are the same as a MIME boundary (e.g., =-=-=) in contents of MIME parts, and updates the boundary pattern so as to be unique, if any. Contents to be checked should be encoded ones, however it doesn't so. As for a file to attach, it reads the file without binding `coding-system-for-read', doesn't encode it, and looks for things like the boundary in it. That is the root cause of an XEmacs 21.5 error.