From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17405 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: pgnus-0.31: invoke external MIME stuff Date: 25 Sep 1998 15:58:10 +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 1035156111 750 80.91.224.250 (20 Oct 2002 23:21:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:21:51 +0000 (UTC) Cc: ding@gnus.org 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 JAA10662 for ; Fri, 25 Sep 1998 09:59:34 -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 IAF11536; Fri, 25 Sep 1998 08:30:07 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 25 Sep 1998 08:58:55 -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 IAA16771 for ; Fri, 25 Sep 1998 08:58:42 -0500 (CDT) Original-Received: from xiphias.pdc.kth.se (xiphias.pdc.kth.se [130.237.221.226]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA10646 for ; Fri, 25 Sep 1998 09:58:31 -0400 (EDT) Original-Received: (from jas@localhost) by xiphias.pdc.kth.se (8.8.5/8.8.5) id PAA18393; Fri, 25 Sep 1998 15:58:10 +0200 (METDST) Original-To: Jan Vroonhof X-Now-Reading: J.D. Salinger, Uncle Wiggily in Connecticut In-Reply-To: Jan Vroonhof's message of "25 Sep 1998 13:15:56 +0200" Original-Lines: 12 User-Agent: Gnus/5.0700000000000003 (Pterodactyl Gnus v0.33) Emacs/20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17405 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17405 Jan Vroonhof writes: > One fixes the library (in this case base-64.el) to signal a more > specialised error, like this > > (condition-case () > (base64-decode-region (point-min) (point-max)) > (mime-conversion-error nil)) Uhm, isn't this very XEmacs specific? /s