Re: last name completition

2007-02-07 Thread Robert Widhopf-Fenk
On Friday, December 15, 2006 at 19:33:20, Leo wrote: * Robert Widhopf-Fenk (2006-12-15 19:39 +0100) said: ^^^ 1. modify the function bbdb-complete-name such that the hashtable which currently is obtained by calling bbdb-hashtable is also includes the lastnames. You

Re: last name completition

2006-12-15 Thread Robert Widhopf-Fenk
On Friday, December 1, 2006 at 17:18:00, Thomas Gerds wrote: Adrian Aichner [EMAIL PROTECTED] writes: Thomas Gerds [EMAIL PROTECTED] writes: I would like that `bbdb-complete-name' completes also by last names. googling the topic suggested that one could add the last name of each

Re: last name completition

2006-12-15 Thread Leo
* Robert Widhopf-Fenk (2006-12-15 19:39 +0100) said: ^^^ 1. modify the function bbdb-complete-name such that the hashtable which currently is obtained by calling bbdb-hashtable is also includes the lastnames. You got the idea, but it is not `bbdb-complete-name' which

Re: last name completition

2006-12-01 Thread Adrian Aichner
Thomas Gerds [EMAIL PROTECTED] writes: I would like that `bbdb-complete-name' completes also by last names. googling the topic suggested that one could add the last name of each entry to the AKA field. however, the following does not seem to work: Thomas, have you read the documentation of

last name completition

2006-11-30 Thread Thomas Gerds
I would like that `bbdb-complete-name' completes also by last names. googling the topic suggested that one could add the last name of each entry to the AKA field. however, the following does not seem to work: (defun bbdb-last-name-to-aka () (interactive) (let* ((bbdb-recs (bbdb-records))