completion problem

2002-03-12 Thread ET
SUMMARY OF PROBLEM: completion does not work when name and email address are the same and when using primary-or-name. To reproduce this problem: 1) emacs -q --no-site-file -l ~/.emacs-debug-bbdb 2) where ~/.emacs-debug-bbdb is (setq bbdb-dir (expand-file-name ~/etc/Emacs/bbdb))

Small bug in moy-bbdb.el. Any volunteer to correct ?

2002-03-12 Thread Matthieu Moy
Hi ! I have a small bug in my own code, to which I can see no obvious solution : My father has a From: Field like this : MOY, Jean-Pierre address@host. When I make a reply, I have the same To: field. My program parses the To: field by splitting it according to commas, so,

Re: Small bug in moy-bbdb.el. Any volunteer to correct ?

2002-03-12 Thread Patrick Campbell-Preston
My program parses the To: field by splitting it according to commas, so, it tries to add MOY and Jean-Pierre address@host to the DB, which is not what I want. Matthieu - I don't believe this is a bug in your code (which I haven't used - yet!), since I have seen the same

Re: Small bug in moy-bbdb.el. Any volunteer to correct ?

2002-03-12 Thread Matthieu Moy
Patrick Campbell-Preston [EMAIL PROTECTED] writes: Matthieu - I don't believe this is a bug in your code (which I haven't used - yet!), It is. I wrote the code to parse according to commas. (using another function which I did not actually) in this line of code. (ginel-string-split

Re: Small bug in moy-bbdb.el. Any volunteer to correct ?

2002-03-12 Thread Matthieu Moy
Matthieu Moy [EMAIL PROTECTED] writes: Hi ! I have a small bug in my own code, to which I can see no obvious solution : The bug is now corrected. New version (1.3) at http://www-verimag.imag.fr/~moy/emacs/moy-bbdb.el As usual. -- Matthieu

Re: completion problem

2002-03-12 Thread Robert Fenk
On , March 12, 2002 at 10:43:22, ET wrote: SUMMARY OF PROBLEM: completion does not work when name and email address are the same and when using primary-or-name. [...] Should work with the current CVS version now. Bye Robert ___ [EMAIL PROTECTED]

Re: Small bug in moy-bbdb.el. Any volunteer to correct ?

2002-03-12 Thread Ronan Waide
On March 12, [EMAIL PROTECTED] said: Hi ! I have a small bug in my own code, to which I can see no obvious solution : My father has a From: Field like this : MOY, Jean-Pierre address@host. When I make a reply, I have the same To: field. My program parses the To:

Re: Small bug in moy-bbdb.el. Any volunteer to correct ?

2002-03-12 Thread Ronan Waide
On March 12, [EMAIL PROTECTED] said: Matthieu - I don't believe this is a bug in your code (which I haven't used - yet!), since I have seen the same problem in straightforward snarfing from incoming mail in RMAIL. I'm using bbdb-2.32 $Date: 2001/03/04 20:27:21 $ and I seem to remember first

Re: completion problem

2002-03-12 Thread Albert Ting
Robert Fenk writes: From: Robert Fenk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: completion problem Date: Tue, 12 Mar 2002 18:44:18 +0100 On , March 12, 2002 at 10:43:22, ET wrote: SUMMARY OF PROBLEM: completion does not work when name and email address