Gnus development mailing list
 help / color / mirror / Atom feed
* Autoload error with gnus-5.8.7 and vcard-1.11
@ 2000-07-04  8:46 Dr. Volker Zell
  2000-07-04  9:19 ` Kai Großjohann
  2000-07-04  9:24 ` Noah Friedman
  0 siblings, 2 replies; 3+ messages in thread
From: Dr. Volker Zell @ 2000-07-04  8:46 UTC (permalink / raw)
  Cc: friedman

Hi

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")

Ciao
  Volker




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Autoload error with gnus-5.8.7 and vcard-1.11
  2000-07-04  8:46 Autoload error with gnus-5.8.7 and vcard-1.11 Dr. Volker Zell
@ 2000-07-04  9:19 ` Kai Großjohann
  2000-07-04  9:24 ` Noah Friedman
  1 sibling, 0 replies; 3+ messages in thread
From: Kai Großjohann @ 2000-07-04  9:19 UTC (permalink / raw)
  Cc: Gnus, friedman

AFAIK, Gnus requires the old version of vcard.el.
kai
-- 
I like BOTH kinds of music.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Autoload error with gnus-5.8.7 and vcard-1.11
  2000-07-04  8:46 Autoload error with gnus-5.8.7 and vcard-1.11 Dr. Volker Zell
  2000-07-04  9:19 ` Kai Großjohann
@ 2000-07-04  9:24 ` Noah Friedman
  1 sibling, 0 replies; 3+ messages in thread
From: Noah Friedman @ 2000-07-04  9:24 UTC (permalink / raw)
  Cc: ding

>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)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-07-04  9:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-04  8:46 Autoload error with gnus-5.8.7 and vcard-1.11 Dr. Volker Zell
2000-07-04  9:19 ` Kai Großjohann
2000-07-04  9:24 ` Noah Friedman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).