* .vcf @ 1999-11-15 12:36 Shaun Lipscombe 1999-11-15 13:53 ` .vcf Kai Großjohann 0 siblings, 1 reply; 16+ messages in thread From: Shaun Lipscombe @ 1999-11-15 12:36 UTC (permalink / raw) Is there a way to see 'personal information cards' as standard signatures? Or better still is there a way to remove them from the article buffer's display? Thanks, Shaun -- (o_ (o_ (o_ //\ (/)_ (/)_ V_/_ shaun.lipscombe@gasops.co.uk ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: .vcf 1999-11-15 12:36 .vcf Shaun Lipscombe @ 1999-11-15 13:53 ` Kai Großjohann 1999-11-15 14:17 ` .vcf Shaun Lipscombe ` (3 more replies) 0 siblings, 4 replies; 16+ messages in thread From: Kai Großjohann @ 1999-11-15 13:53 UTC (permalink / raw) Shaun Lipscombe <shaun.lipscombe@gasops.co.uk> writes: > Is there a way to see 'personal information cards' as standard > signatures? I have fetched and installed vcard.el and pgnus seems to make use of it automatically. The only way I can tell vcards from other signatures is because they are italic and because they are formatted so nicely! :-) kai -- This gubblick contains many nonsklarkish English flutzpahs, but the overall pluggandisp can be glorked from context. -- David Moser ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: .vcf 1999-11-15 13:53 ` .vcf Kai Großjohann @ 1999-11-15 14:17 ` Shaun Lipscombe 1999-11-15 20:01 ` .vcf Lars Magne Ingebrigtsen ` (2 subsequent siblings) 3 siblings, 0 replies; 16+ messages in thread From: Shaun Lipscombe @ 1999-11-15 14:17 UTC (permalink / raw) * "Kai" == Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> writes: Kai> Shaun Lipscombe <shaun.lipscombe@gasops.co.uk> writes: >> Is there a way to see 'personal information cards' as standard >> signatures? Kai> I have fetched and installed vcard.el and pgnus seems to make Kai> use of it automatically. The only way I can tell vcards from Kai> other signatures is because they are italic and because they are Kai> formatted so nicely! :-) Well, I have gone and got vcard.el. All I need to do now is wait for some unsuspecting vcard user to stumble across my article buffer, for the magic to work/not work (as I don't use vcards myself). Regards, Shaun -- (o_ (o_ (o_ //\ (/)_ (/)_ V_/_ shaun.lipscombe@gasops.co.uk ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: .vcf 1999-11-15 13:53 ` .vcf Kai Großjohann 1999-11-15 14:17 ` .vcf Shaun Lipscombe @ 1999-11-15 20:01 ` Lars Magne Ingebrigtsen 1999-11-15 20:45 ` .vcf François Pinard 1999-11-15 22:08 ` .vcf Matt McClure 1999-11-16 6:08 ` .vcf Hrvoje Niksic 3 siblings, 1 reply; 16+ messages in thread From: Lars Magne Ingebrigtsen @ 1999-11-15 20:01 UTC (permalink / raw) Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > I have fetched and installed vcard.el and pgnus seems to make use of > it automatically. The only way I can tell vcards from other > signatures is because they are italic and because they are formatted > so nicely! :-) Yup. Perhaps I should include vcard.el in the new contrib directory? It's not Gnus-specific, but it's really useful and shouls get wider distribution, I think... -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: .vcf 1999-11-15 20:01 ` .vcf Lars Magne Ingebrigtsen @ 1999-11-15 20:45 ` François Pinard 1999-11-15 22:03 ` .vcf Noah Friedman 0 siblings, 1 reply; 16+ messages in thread From: François Pinard @ 1999-11-15 20:45 UTC (permalink / raw) Cc: Noah Friedman Lars Magne Ingebrigtsen <larsi@gnus.org> écrit: > Perhaps I should include vcard.el in the new contrib directory? Yes. I guess Noah has no objection? -- François Pinard http://www.iro.umontreal.ca/~pinard ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: .vcf 1999-11-15 20:45 ` .vcf François Pinard @ 1999-11-15 22:03 ` Noah Friedman 1999-11-16 16:47 ` .vcf Lars Magne Ingebrigtsen 0 siblings, 1 reply; 16+ messages in thread From: Noah Friedman @ 1999-11-15 22:03 UTC (permalink / raw) Cc: ding [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 968 bytes --] >Lars Magne Ingebrigtsen <larsi@gnus.org> écrit: > >> Perhaps I should include vcard.el in the new contrib directory? > >Yes. I guess Noah has no objection? Since it's GPL software, of course I have no objection. :-) But despite appearances the code is in fact being actively maintained; I'm in the middle of a substantial rewrite to be more standards compliant. Right now it handles Netscape-generated vcards fine, but can't parse some others generated by different MUAs. I expect to have this fixed very soon. So instead of copying the file, you might want to provide a link to the canonical source so that users will find the latest version automatically: http://www.splode.com/~friedman/software/emacs-lisp/src/vcard.el There is a description of the file and other related modules around: http://www.splode.com/~friedman/software/emacs-lisp/index.html#vcard Linking either one or both of them seems reasonable; I do not expect those urls to change. ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: .vcf 1999-11-15 22:03 ` .vcf Noah Friedman @ 1999-11-16 16:47 ` Lars Magne Ingebrigtsen 0 siblings, 0 replies; 16+ messages in thread From: Lars Magne Ingebrigtsen @ 1999-11-16 16:47 UTC (permalink / raw) Noah Friedman <friedman@splode.com> writes: > But despite appearances the code is in fact being actively maintained; I'm > in the middle of a substantial rewrite to be more standards compliant. Oh; I thought that it was kinda finished since it, like, worked. :-) Silly me. Software is never finished. > So instead of copying the file, you might want to provide a link to the > canonical source so that users will find the latest version automatically: > > http://www.splode.com/~friedman/software/emacs-lisp/src/vcard.el > > There is a description of the file and other related modules around: > > http://www.splode.com/~friedman/software/emacs-lisp/index.html#vcard Yup. Perhaps I should set up a web page of links to packages that's nice to have installed if you're running Gnus? Suggestions for URLs to be included would be welcome. Anyway, is vcard.el going to be included in the Emacsen distributions? -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: .vcf 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 22:08 ` Matt McClure 1999-11-16 0:54 ` .vcf William M. Perry 1999-11-16 6:08 ` .vcf Hrvoje Niksic 3 siblings, 1 reply; 16+ messages in thread From: Matt McClure @ 1999-11-15 22:08 UTC (permalink / raw) On Mon Nov 15 1999, 08:53, Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) wrote: > I have fetched and installed vcard.el and pgnus seems to make use of > it automatically. The only way I can tell vcards from other > signatures is because they are italic and because they are formatted > so nicely! :-) I downloaded vcard.el and did a (require 'vcard), but the only message I have archived with a vcard attachment still shows it as an attachment. Is there something else I need to do? I have: GNU Emacs 20.3.1 (i686-pc-linux-gnu) of Wed Dec 16 1998 on shell.faradic.net Pterodactyl Gnus v0.96 Thanks. -- Matt http://www.faradic.net/~mmcclure/ ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: .vcf 1999-11-15 22:08 ` .vcf Matt McClure @ 1999-11-16 0:54 ` William M. Perry 1999-11-16 2:50 ` .vcf Matt McClure 0 siblings, 1 reply; 16+ messages in thread From: William M. Perry @ 1999-11-16 0:54 UTC (permalink / raw) Cc: ding Matt McClure <matthew.mcclure.es.99@aya.yale.edu> writes: > On Mon Nov 15 1999, 08:53, Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai > Großjohann) wrote: > > > I have fetched and installed vcard.el and pgnus seems to make use of > > it automatically. The only way I can tell vcards from other > > signatures is because they are italic and because they are formatted > > so nicely! :-) > > I downloaded vcard.el and did a (require 'vcard), but the only message I > have archived with a vcard attachment still shows it as an attachment. > Is there something else I need to do? A lot of mailers send them out as application/octet-stream instead of whatever the appropriate mime-type is. -bp ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: .vcf 1999-11-16 0:54 ` .vcf William M. Perry @ 1999-11-16 2:50 ` Matt McClure 1999-11-16 15:10 ` .vcf Matt McClure 0 siblings, 1 reply; 16+ messages in thread From: Matt McClure @ 1999-11-16 2:50 UTC (permalink / raw) On Mon Nov 15 1999, 19:54, wmperry@aventail.com (William M. Perry) wrote: > Matt McClure <matthew.mcclure.es.99@aya.yale.edu> writes: > > > I downloaded vcard.el and did a (require 'vcard), but the only message I > > have archived with a vcard attachment still shows it as an attachment. > > Is there something else I need to do? > > A lot of mailers send them out as application/octet-stream instead of > whatever the appropriate mime-type is. Actually, it's text/x-vcard, but the disposition was attachment. If I change it to inline, I see the vcard, but it appears just as it does if I do C-u g. I did debug-on-entry for vcard-parse-string, and it was never called. Is there something I have to do in my configuration to make the vcard routines get called when the message is displayed? -- Matt http://www.faradic.net/~mmcclure/ ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: .vcf 1999-11-16 2:50 ` .vcf Matt McClure @ 1999-11-16 15:10 ` Matt McClure 1999-11-16 15:28 ` .vcf Hrvoje Niksic 1999-11-16 15:34 ` .vcf Toby Speight 0 siblings, 2 replies; 16+ messages in thread From: Matt McClure @ 1999-11-16 15:10 UTC (permalink / raw) On Mon Nov 15 1999, 21:50, Matt McClure <matthew.mcclure.es.99@aya.yale.edu> wrote: > On Mon Nov 15 1999, 19:54, wmperry@aventail.com (William M. Perry) > wrote: > > > Matt McClure <matthew.mcclure.es.99@aya.yale.edu> writes: > > > > > I downloaded vcard.el and did a (require 'vcard) [...] > Actually, it's text/x-vcard, but the disposition was attachment. If I > change it to inline, I see the vcard, but it appears just as it does if > I do C-u g. I did debug-on-entry for vcard-parse-string, and it was > never called. > > Is there something I have to do in my configuration to make the vcard > routines get called when the message is displayed? 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. Aside from that, the particular vcard that I was trying to view was apparently not created by Netscape, so it couldn't be parsed correctly (see <19991115140344.79360.FMU18450@piglet.splode.com>). But when I created a vcard and mailed it to myself, it worked. Very nice. Thanks to Noah Friedman for this library. -- Matt http://www.faradic.net/~mmcclure/ ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: .vcf 1999-11-16 15:10 ` .vcf Matt McClure @ 1999-11-16 15:28 ` Hrvoje Niksic 1999-11-16 15:34 ` .vcf Toby Speight 1 sibling, 0 replies; 16+ messages in thread From: Hrvoje Niksic @ 1999-11-16 15:28 UTC (permalink / raw) 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")) ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: .vcf 1999-11-16 15:10 ` .vcf Matt McClure 1999-11-16 15:28 ` .vcf Hrvoje Niksic @ 1999-11-16 15:34 ` Toby Speight 1999-11-16 17:06 ` .vcf Kai Großjohann 1 sibling, 1 reply; 16+ messages in thread From: Toby Speight @ 1999-11-16 15:34 UTC (permalink / raw) Matt> Matt McClure <URL:mailto:matthew.mcclure.es.99@aya.yale.edu> 0> In <URL:news:hpu2mmmq0i.fsf@shell.faradic.net>, Matt wrote: Matt> The test for inlining vcards in mm-decode.el does a (locate-library Matt> "vcard") which means that vcard.el must be in the load-path. Perhaps it should be (or (featurep 'vcard) (locate-library "vcard")) ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: .vcf 1999-11-16 15:34 ` .vcf Toby Speight @ 1999-11-16 17:06 ` Kai Großjohann 1999-12-01 15:19 ` .vcf Lars Magne Ingebrigtsen 0 siblings, 1 reply; 16+ messages in thread From: Kai Großjohann @ 1999-11-16 17:06 UTC (permalink / raw) Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> writes: > Matt> Matt McClure <URL:mailto:matthew.mcclure.es.99@aya.yale.edu> > > 0> In <URL:news:hpu2mmmq0i.fsf@shell.faradic.net>, Matt wrote: > > Matt> The test for inlining vcards in mm-decode.el does a (locate-library > Matt> "vcard") which means that vcard.el must be in the load-path. > > Perhaps it should be > > (or (featurep 'vcard) > (locate-library "vcard")) Yet another suggestion: try calling a vcard function, catching all errors. After this, (featurep 'vcard). kai -- This gubblick contains many nonsklarkish English flutzpahs, but the overall pluggandisp can be glorked from context. -- David Moser ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: .vcf 1999-11-16 17:06 ` .vcf Kai Großjohann @ 1999-12-01 15:19 ` Lars Magne Ingebrigtsen 0 siblings, 0 replies; 16+ messages in thread From: Lars Magne Ingebrigtsen @ 1999-12-01 15:19 UTC (permalink / raw) Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > > (or (featurep 'vcard) > > (locate-library "vcard")) Yup. Fix in Pterodactyl Gnus v0.99. > Yet another suggestion: try calling a vcard function, catching all > errors. After this, (featurep 'vcard). If the vcard function is autoloaded, then (locate-library "vcard") has to return non-nil for the autoloading to work, doesn't it? So I think those are equivalent. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: .vcf 1999-11-15 13:53 ` .vcf Kai Großjohann ` (2 preceding siblings ...) 1999-11-15 22:08 ` .vcf Matt McClure @ 1999-11-16 6:08 ` Hrvoje Niksic 3 siblings, 0 replies; 16+ messages in thread From: Hrvoje Niksic @ 1999-11-16 6:08 UTC (permalink / raw) Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > I have fetched and installed vcard.el and pgnus seems to make use of > it automatically. The only way I can tell vcards from other > signatures is because they are italic and because they are formatted > so nicely! :-) Just to nitpick: other signatures should also be italic, at least they are for me. So it leaves us the formatting. :-) ^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~1999-12-01 15:19 UTC | newest] Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 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 ` .vcf Hrvoje Niksic 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
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).