From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17328 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: pgnus-0.31: invoke external MIME stuff Date: 23 Sep 1998 18:43:09 +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 1035156048 362 80.91.224.250 (20 Oct 2002 23:20:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:20:48 +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 MAA17053 for ; Wed, 23 Sep 1998 12:45:39 -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 LAF01584; Wed, 23 Sep 1998 11:16:30 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 23 Sep 1998 11:43:50 -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 LAA16264 for ; Wed, 23 Sep 1998 11:43:39 -0500 (CDT) Original-Received: from waldorf.informatik.uni-dortmund.de (waldorf.informatik.uni-dortmund.de [129.217.4.42]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA17001 for ; Wed, 23 Sep 1998 12:43:25 -0400 (EDT) Original-Received: from ramses.informatik.uni-dortmund.de (ramses.informatik.uni-dortmund.de [129.217.20.180]) by waldorf.informatik.uni-dortmund.de with SMTP id SAA19774; Wed, 23 Sep 1998 18:43:11 +0200 (MES) Original-Received: by ramses.informatik.uni-dortmund.de id SAA09338; Wed, 23 Sep 1998 18:43:10 +0200 Original-To: Shenghuo ZHU In-Reply-To: Shenghuo ZHU's message of "23 Sep 1998 12:10:58 -400" Original-Lines: 17 User-Agent: Gnus/5.070031 (Pterodactyl Gnus v0.31) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17328 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17328 >>>>> On 23 Sep 1998-400, Shenghuo ZHU said: ZSH> I also met this problem sometimes. I guess whether base64.el had been ZSH> loaded when this happened. Right. Loaded base64, faxes displayed nicely. Grmpf. ZSH> (condition-case () ZSH> (base64-decode-region (point-min) (point-max)) ZSH> (error nil)) Maybe a (require 'base64) should be added outside the condition-case... kai -- OOP: object oriented programming; OOPS: object oriented mistakes