Wes Hardaker writes:

 > Ronan Waide <[EMAIL PROTECTED]> said:
 > 
 > Ronan> * Someone asked about xface handling. Lo and behold, there is xface
 > Ronan> code in here. It stopped working back around Lucid Emacs 19.13, as
 > Ronan> best I can tell from the comments;
 > 
 > No, it was working not that long ago for me actually.  I just noticed
 > (when I checked a bbdb entry after reading your message) that its
 > broken now.  I wish I could remember the last time that I actually saw
 > it functioning, but I don't.

I just tried it and it worked for me, x-faces in my bbdb buffer. 

but I'm using an older version of bbdb, 2.00.06.  XEmacs 21.2-b44. 

the only think i think i'm doing different regarding x-faces, is a
change to the bbdb-auto-notes-alist.   It's been a long time, but if i
remember correctly, using the example out of the bbdb docs, bbdb
wouldn't grab xfaces correctly.   I use this:

(setq bbdb-auto-notes-alist
              (list (list "x-face"
                    (list (concat "[ \t\n]*\\([^ \t\n]*\\)"
                                  "\\([ \t\n]+\\([^ \t\n]+\\)\\)?"
                                  "\\([ \t\n]+\\([^ \t\n]+\\)\\)?"
                                  "\\([ \t\n]+\\([^ \t\n]+\\)\\)?"
                                  )
                          'face
                          "\\1\\3\\5\\7"))))

I think I had to add an extra level of "(list"  to get it working
right, but then my memory of it is fuzzy.

Jeff

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

Reply via email to