From: Hrvoje Niksic <hniksic@iskon.hr>
Subject: Re: .vcf
Date: 16 Nov 1999 16:28:52 +0100 [thread overview]
Message-ID: <9t9iu32jw0b.fsf@mraz.iskon.hr> (raw)
In-Reply-To: Matt McClure's message of "16 Nov 1999 10:10:05 -0500"
Matt McClure <matthew.mcclure.es.99@aya.yale.edu> writes:
> To answer my own question, the problem was that I didn't really do a
> (require 'vcard), I had done M-x load-file RET ~/vcard.el, and ~
> wasn't in my load-path. The test for inlining vcards in
> mm-decode.el does a (locate-library "vcard") which means that
> vcard.el must be in the load-path.
Bad juju. It should be:
(or (fboundp 'vcard-whatever)
(locate-library "vcard"))
next prev parent reply other threads:[~1999-11-16 15:28 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-11-15 12:36 .vcf Shaun Lipscombe
1999-11-15 13:53 ` .vcf Kai Großjohann
1999-11-15 14:17 ` .vcf Shaun Lipscombe
1999-11-15 20:01 ` .vcf Lars Magne Ingebrigtsen
1999-11-15 20:45 ` .vcf François Pinard
1999-11-15 22:03 ` .vcf Noah Friedman
1999-11-16 16:47 ` .vcf Lars Magne Ingebrigtsen
1999-11-15 22:08 ` .vcf Matt McClure
1999-11-16 0:54 ` .vcf William M. Perry
1999-11-16 2:50 ` .vcf Matt McClure
1999-11-16 15:10 ` .vcf Matt McClure
1999-11-16 15:28 ` Hrvoje Niksic [this message]
1999-11-16 15:34 ` .vcf Toby Speight
1999-11-16 17:06 ` .vcf Kai Großjohann
1999-12-01 15:19 ` .vcf Lars Magne Ingebrigtsen
1999-11-16 6:08 ` .vcf Hrvoje Niksic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9t9iu32jw0b.fsf@mraz.iskon.hr \
--to=hniksic@iskon.hr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).