Hi again,
thanks for fixing the issue with 'search.
But as it stands, bbdb3 is not working very well for me:

a) when I'm in the summary buffer (gnus) and hit ':',
   `bbdb-mua-display-sender' gets called, now without error, but nothing
   happens.
   I have `bbdb-update-records-p' set to the 'query lambda form, also
   tried it with 'create, no different.
   Shouldn't I get queried if I want to add the entry to the db?
   Wasn't there even a setting that allowed to get queried for every
   mail I receive?
   
b) tab-completion for mail addresses seems broken.
   In message-mode, TAB is bound to `message-tab', which ends up looking
   for `bbdb-complete-name' (cf. `message-expand-name').
   This is unbound, so no bbdb completion happens.
   I'm not familiar with previous versions of bbdb, but I guess
   `bbdb-complete-name' used to be what `bbdb-complete-mail' is now?
   I don't know about the motivation for the renaming, but the problem
   can be resolved with a simple
   
--8<---------------cut here---------------start------------->8---
   (defalias 'bbdb-complete-name 'bbdb-complete-mail)
--8<---------------cut here---------------end--------------->8---

   As I don't know about previous usage of bbdb-complete-name, I'm not
   sure this is a sane solution (might introduce trouble elsewhere?)

-- 
Philipp Haselwarter


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to