From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64011 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem saving attachment with latest CVS HEAD Gnus Date: Tue, 21 Nov 2006 16:50:26 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: sea.gmane.org 1164095512 11889 80.91.229.2 (21 Nov 2006 07:51:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Nov 2006 07:51:52 +0000 (UTC) Original-X-From: ding-owner+M12534@lists.math.uh.edu Tue Nov 21 08:51:47 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GmQPt-0002Wu-V8 for ding-account@gmane.org; Tue, 21 Nov 2006 08:51:42 +0100 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 1GmQPI-0003Ot-N7; Tue, 21 Nov 2006 01:51:04 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1GmQPG-0003OL-QR for ding@lists.math.uh.edu; Tue, 21 Nov 2006 01:51:02 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1GmQPA-0001m3-JU for ding@lists.math.uh.edu; Tue, 21 Nov 2006 01:51:02 -0600 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1GmQP1-0007OO-00 for ; Tue, 21 Nov 2006 08:50:47 +0100 Original-Received: from [66.225.201.151] (port=45135 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.52) id 1GmQOx-0007d4-RY for ding@gnus.org; Tue, 21 Nov 2006 01:50:44 -0600 Original-To: ding@gnus.org X-Hashcash: 1:20:061121:ding@gnus.org::MZcdObMlB+Hjzlz/:00003QQD 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.110006 (No Gnus v0.6) XEmacs/21.5-b27 (linux) Cancel-Lock: sha1:zFAO2fU0beV+HecgV1RuI+llybY= X-Antivirus-Scanner: Clean mail though you should still use an Antivirus 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 - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64011 Archived-At: >>>>> In >>>>> Nelson Ferreira wrote: > Hi all, > I am using SXEmacs 22.1.6 patch 97, which as some may know is a > descendent of XEmacs 21.4. Hi, I tested it with XEmacs 21.4.19 and 21,5-b27 that have been built from the recent CVS. I found no problem with saving of ppt attachments so far. > I noticed problems saving an attachment of mime type > application/vnd.ms-powerpoint encoded in base64 > I tracked it down to mm-insert-part calling mm-string-to-multibyte. > Previously it was calling mm-string-as-multibyte and when I changed it > back, it now works again. > I tracked the changed to revision 7.47 of lisp/mm-decode.el Does SXEmacs distinguish multibyte string and unibyte string as Emacs does? Though I don't think so. As far as I understand, there is no difference between `mm-string-as-multibyte' and `mm-string-to-multibyte' in XEmacs except that the later takes more time than the former. > I am not sure what the right fix is in this case, but it seems odd > that a mime type that could be binary is being attempted to be > interpreted as multibyte. > Any thoughts ? > Best regards, > Nelson > I can send a sample of the message I got the problem, but since it is > 1.4M gziped I am refraining from doing so to all. Please send it to me. If there's still no problem with it and XEmacs, I will try installing SXEmacs. Regards,