problem with bbdb-update-records

2004-12-17 Thread rpgoldman
I am using BBDB with VM, and have found occasional failures with the error (wrong-type-argument stringp nil) inside BBDB-UPDATE-RECORDS. AFAICT this problem occurs when I get the occasional mailing list email that tries to be nicely privacy-protecting. The headers for such an email look like

Re: possible bug in bbdb-search-simple: gnus, spam-split and bbdb

2004-12-17 Thread Ted Zlatanov
On Thu, 16 Dec 2004, [EMAIL PROTECTED] wrote: (bbdb-search-simple nil who) Ronan It does actually use this function, if you trace down the chain of Ronan calls. However, I can't actually see offhand why it'd fail a Ronan case-insensitive search. Can you set a debug

Re: problem with bbdb-update-records

2004-12-17 Thread Ronan Waide
On December 16, [EMAIL PROTECTED] said: I *believe* a proper solution is to modify bbdb-update-records to check that there's a net address before trying to invoke regexp-quote on it. Here's a proposed patch (look for the WHEN test with a comment by rpg...): Can you give me this as a diff,

Re: possible bug in bbdb-search-simple: gnus, spam-split and bbdb

2004-12-17 Thread Uwe Brauer
Ted == Ted Zlatanov [EMAIL PROTECTED] writes: Ted On Thu, 16 Dec 2004, [EMAIL PROTECTED] wrote: (bbdb-search-simple nil who) Ted I tried to duplicate your bug but could not.2 Ted I added [EMAIL PROTECTED] to a BBDB entry. Ted Then I calledM-:

Re: possible bug in bbdb-search-simple: gnus, spam-split and bbdb

2004-12-17 Thread Uwe Brauer
Ted == Ted Zlatanov [EMAIL PROTECTED] writes: Ted On Thu, 16 Dec 2004, [EMAIL PROTECTED] wrote: (bbdb-search-simple nil who) hi using edebug, I think the error occurs in this line (intern-soft who bbdb-cache)) for [EMAIL PROTECTED] the following gets evaluated.