From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31642 Path: main.gmane.org!not-for-mail From: Noah Friedman Newsgroups: gmane.emacs.gnus.general Subject: Re: Autoload error with gnus-5.8.7 and vcard-1.11 Date: Tue, 04 Jul 2000 02:24:24 -0700 (PDT) Sender: owner-ding@hpc.uh.edu Message-ID: <20000704022424.960504.FMU987@piglet.prv.splode.com> References: Reply-To: Noah Friedman NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035168029 15262 80.91.224.250 (21 Oct 2002 02:40:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:40:29 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id B8245D0520 for ; Tue, 4 Jul 2000 05:25:19 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id EAC07344; Tue, 4 Jul 2000 04:25:09 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 04 Jul 2000 04:24:24 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id EAA14043 for ; Tue, 4 Jul 2000 04:24:15 -0500 (CDT) Original-Received: from piglet.prv.splode.com (scones-of-silence.splode.com [207.44.243.49]) by mailhost.sclp.com (Postfix) with ESMTP id 31F25D0520 for ; Tue, 4 Jul 2000 05:24:49 -0400 (EDT) Original-Received: (from friedman@localhost) by piglet.prv.splode.com (8.9.3/8.9.3) id CAA20391; Tue, 4 Jul 2000 02:24:25 -0700 Original-To: Dr.Volker.Zell@oracle.com In-Reply-To: (Dr.Volker.Zell@oracle.com , 04 Jul 2000 10:46:05 +0200) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31642 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31642 >The above combination gives the following autoload error: > > Autoloading failed to define function vcard-format-string > >vcard-format-string was defined in vcard-1.7 but seems to be removed >in 1.11. >mm-view.el from gnus-5.8.7 still has the line > > (autoload 'vcard-format-string "vcard") I think the development versions of gnus use the new interface already. To get the old behavior back so it works with old versions of gnus, you can define the following: (defalias 'vcard-format-string 'vcard-pretty-print)