Today, Alex Schroeder <[EMAIL PROTECTED]> wrote:
>> You could use (get 'face 'field-separator) instead of this.
> 
> Where is this information stored in the BBDB?  (get 'face
> 'field-separator) returns nil on my system...

Ah, darn. Of course you have to set its value first. Try

(or (get 'face 'field-separator)
    bbdb-notes-default-separator
    ", ")

or something similar to query the face field separator.

-- 
Andreas Fuchs, <[EMAIL PROTECTED]>, [EMAIL PROTECTED], antifuchs
Was I helpful?  Let others know:
http://svcs.affero.net/rm.php?r=antifuchs


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to