Re: last name completition

2007-02-07 Thread Leo
On 2007-02-07, Robert Widhopf-Fenk said: [...] >> Last-name completion looks like useful to me. Will the patch go into >> CVS? > > This has landed in CVS now, but slightly differing from the patch. > > Instead of putting only the lastname into the hashmap for > completion, it puts "lastname first

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.

Re: last name completition

2006-12-18 Thread Thomas Gerds
Robert Widhopf-Fenk <[EMAIL PROTECTED]> writes: > 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. g

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-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 >

Re: last name completition

2006-12-01 Thread Thomas Gerds
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 entry to the AKA field. however, the following does not seem

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