From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17472 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: Re: pgnus-0.31: invoke external MIME stuff Date: 29 Sep 1998 14:57:47 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <5b90jastbh.fsf@gin.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156166 1113 80.91.224.250 (20 Oct 2002 23:22:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:22:46 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA08266 for ; Tue, 29 Sep 1998 08:59:48 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id HAF28603; Tue, 29 Sep 1998 07:30:43 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 29 Sep 1998 07:58:14 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id HAA11228 for ; Tue, 29 Sep 1998 07:58:06 -0500 (CDT) Original-Received: from frege.math.ethz.ch (root@frege-d-math-north-g-west.math.ethz.ch [129.132.145.3]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA08226 for ; Tue, 29 Sep 1998 08:57:57 -0400 (EDT) Original-Received: from bolzano (vroonhof@bolzano [129.132.146.140]) by frege.math.ethz.ch (8.8.8/Main-STAT-mailer) with ESMTP id OAA07495 for ; Tue, 29 Sep 1998 14:57:06 +0200 (MET DST) Original-Received: (vroonhof@localhost) by bolzano (SMI-8.6/D-MATH-client) id OAA04707; Tue, 29 Sep 1998 14:57:49 +0200 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "Tue, 29 Sep 1998 10:49:14 GMT" Original-Lines: 21 User-Agent: Gnus/5.070032 (Pterodactyl Gnus v0.32) XEmacs/21.0 (Norwegian) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17472 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17472 Lars Magne Ingebrigtsen writes: > I don't think it's worth it. Ignoring all errors when base64-decoding > is OK. Personally think that these error mechanisms are highly underused in Emacs, which might be due to fact that FSF does not have these convenience functions. This what the reason I made it is a patch. Then you wouldn't have to do any work. This is not the first time that bugs were hard to find because of the (condition-case () ;; (error nil)) idiom. Could you at the very least print the error message so that you just have converted it in a non-fatal error. FWIW It might be very interesting to know that a base64 encoded part was malformed. Jan