On Tue Mar 10 2015 Eric Abrahamsen wrote:
> When `bbdb-record-set-field' is setting a phone or address field, it
> adds the new label to the list of existing labels like this:
> 
> (add-to-list 'bbdb-phone-label-list (bbdb-phone-label phone) nil 'eq)
> 
> The labels are strings, and 'eq comparison means they're never
> equal

Thank you, that's a bug, though fortunately one that does not affect
daily usage of BBDB too much.  I guess I thought these labels were
symbols when I wrote this code.  The same problem exists with
bbdb-address-label-list.

I have several (more or less minor) patches for BBDB waiting, where
lately I was too busy with other things to install them.  I hope
that soon I'll find the time to do that.

Roland

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to