From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17333 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: 23 Sep 1998 20:56:23 +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 1035156052 374 80.91.224.250 (20 Oct 2002 23:20:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:20:52 +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 OAA19775 for ; Wed, 23 Sep 1998 14:58:29 -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 NAF02050; Wed, 23 Sep 1998 13:29:16 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 23 Sep 1998 13:56:48 -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 NAA18577 for ; Wed, 23 Sep 1998 13:56:39 -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 OAA19735 for ; Wed, 23 Sep 1998 14:56:30 -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 UAA04755 for ; Wed, 23 Sep 1998 20:55:45 +0200 (MET DST) Original-Received: (vroonhof@localhost) by bolzano (SMI-8.6/D-MATH-client) id UAA19954; Wed, 23 Sep 1998 20:56:24 +0200 Original-To: ding@gnus.org In-Reply-To: Shenghuo ZHU's message of "Wed, 23 Sep 1998 16:16:24 GMT" Original-Lines: 9 User-Agent: Gnus/5.07003 (Pterodactyl Gnus v0.30) XEmacs/21.0 (Norwegian) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17333 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17333 Shenghuo ZHU writes: > (condition-case () > (base64-decode-region (point-min) (point-max)) > (error nil)) Shouldn't the whole (condition-case () be dropped? as well? Jan