From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37693 Path: main.gmane.org!not-for-mail From: Barry Fishman Newsgroups: gmane.emacs.gnus.general Subject: Re: Latest update breaks saving parts Date: Fri, 10 Aug 2001 17:27:17 -0400 Organization: Gnus Information Center Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035173065 15198 80.91.224.250 (21 Oct 2002 04:04:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:04:25 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 17663 invoked from network); 10 Aug 2001 21:28:30 -0000 Original-Received: from quimby.gnus.org (195.204.10.139) by gnus.org with SMTP; 10 Aug 2001 21:28:30 -0000 Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id XAA28042 for ding@gnus.org; Fri, 10 Aug 2001 23:28:17 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-NNTP-Posting-Host: 12.78.18.54 Original-X-Trace: quimby.gnus.org 997478897 22593 12.78.18.54 (10 Aug 2001 21:28:17 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 10 Aug 2001 21:28:17 GMT User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 29 Xref: main.gmane.org gmane.emacs.gnus.general:37693 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37693 dsg@world.std.com (David S. Goldberg) writes: > After updating this morning (8/10 around 0830 EDT), I've tried to save > a couple of attachments to disk. I end up with an error thrown (Error > with message). I suspect the following may have some faulty logic in > it: > > 2001-08-09 Simon Josefsson > > * mm-decode.el (mm-insert-part): Return decoding success status. > (mm-save-part-to-file): Error if decoding failed. I am seeing the same thing. It happens almost all the time but not for every jpeg attachment. The temporary file (/tmp/emm.*) is just fine, and not truncated, and "K v" to display works just fine, but "K o" signals: Signaling: (error "Error with message") signal(error ("Error with message")) error("Error with message") mm-save-part-to-file((# ("image/jpeg") x-uuencode ("/tmp/emm.173009lQ/INDEX_S'more1702.JPG" . #) ("inline" (filename . "INDEX_S'more1702.JPG")) nil nil nil) "~/work/INDEX_S'more1702.JPG") mm-save-part((# ("image/jpeg") x-uuencode ("/tmp/emm.173009lQ/INDEX_S'more1702.JPG" . #) ("inline" (filename . "INDEX_S'more1702.JPG")) nil nil nil)) gnus-mime-save-part() call-interactively(gnus-mime-save-part) byte-code("‰A@)Å ‰@)!ˆ ‰A@:ƒ gnus-mime-button-menu((down-mouse-3 (# 255 (225 . 113) -29045936))) call-interactively(gnus-mime-button-menu) Barry