Matthieu Moy <[EMAIL PROTECTED]> writes:

> Hi,
>
> Is it  possible to  automatically store xfaces  in a bbdb  record, and
> then display it when using M-x bbdb ? 
>
> I have been  told it was possible with Xemacs, but  I don't know about
> Emacs 21. 
>
> Thanks,

Add the X-Face Header to bbdb-auto-notes-alist. I'm using

(setq bbdb-auto-notes-alist   
      '(
        ("Organization"  (".*" company 0))
        ("Newsgroup"      ("[^,]+" newsgroups 0))
        ("Subject"       (".*" last-subj 0 t))
        ("User-Agent"   (".*" mailer 0))
        ("X-Newsreader"  (".*" mailer 0))
        ("X-Mailer"      (".*" mailer 0))
        ("X-URL"         (".*" url 0))
        ("X-Face"        (".*" face 0))
        ))

This way the xfaces are stored in the database, but I was not able to
make Emacs 21 display the images in the bbdb buffer which is possible
with XEmacs IIRC.

Marco

-- 
Marco Lonsing
Mathematik XI - Numerik        email: [EMAIL PROTECTED]
Ruhr-Universitaet Bochum       phone: +49-234-32-23244
Universitaetsstr. 150          fax  : +49-234-32-03244
D-44721 Bochum, GERMANY        www  : http://www.ruhr-uni-bochum.de/num1/marco/


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to