Completing records with organization field

2011-11-20 Thread Philipp Haselwarter
Hi, I got some weird behavior in bbdb3: When I try to complete entries without organization everything is normal, I get  FirstName LastName mail , but on entries that have an organization set I just get  mail . I don't suppose this is a feature? Or did I miss some customization variable? BBDB

Re: Completing records with organization field

2011-11-20 Thread Roland Winkler
On Sun Nov 20 2011 Philipp Haselwarter wrote: I got some weird behavior in bbdb3: When I try to complete entries without organization everything is normal, I get  FirstName LastName mail , but on entries that have an organization set I just get  mail . I don't suppose this is a feature?

Re: Completing records with organization field

2011-11-20 Thread Philipp Haselwarter
Roland Winkler wink...@gnu.org writes: On Sun Nov 20 2011 Philipp Haselwarter wrote: I got some weird behavior in bbdb3: When I try to complete entries without organization everything is normal, I get  FirstName LastName mail , but on entries that have an organization set I just get  mail 

Manual for BBDB 3

2011-11-20 Thread Philipp Möller
Hi, I'm new to BBDB and confused by which manual to use for which version. I currently use BBDB version 3.02 ($Date: 2011/10/10 18:04:34 $) and it seems there is no info manual included and the only manual I could find is at: http://bbdb.sourceforge.net/bbdb.html and I can't make out which parts

Re: Manual for BBDB 3

2011-11-20 Thread Carson Chittom
Philipp Möller bootsare...@googlemail.com writes: I'm new to BBDB and confused by which manual to use for which version. I currently use BBDB version 3.02 ($Date: 2011/10/10 18:04:34 $) and it seems there is no info manual included and the only manual I could find is at:

Re: Completing records with organization field

2011-11-20 Thread Roland Winkler
On Sun Nov 20 2011 Philipp Haselwarter wrote: When I try to complete entries without organization everything is normal, I get  FirstName LastName mail , but on entries that have an organization set I just get  mail . I attached an example bbdb file with a few entries and a recipe to

Re: Manual for BBDB 3

2011-11-20 Thread Philipp Moeller
Carson Chittom car...@wistly.net writes: Philipp Möller bootsare...@googlemail.com writes: I'm new to BBDB and confused by which manual to use for which version. I currently use BBDB version 3.02 ($Date: 2011/10/10 18:04:34 $) and it seems there is no info manual included and the only manual

Re: Completing records with organization field

2011-11-20 Thread Roland Winkler
On Sun Nov 20 2011 Roland Winkler wrote: It seems you want bbdb-mail-allow-redundancy set to t. Actually, I do not know why this variable's default is nil (well, I guess its default was always nil...) Would anybody mind if I set it to t? I guess that's more often matching the users'

Re: Completing records with organization field

2011-11-20 Thread Philipp Haselwarter
Roland Winkler wink...@gnu.org writes: On Sun Nov 20 2011 Philipp Haselwarter wrote: When I try to complete entries without organization everything is normal, I get  FirstName LastName mail , but on entries that have an organization set I just get  mail . I attached an example bbdb file

Re: Manual for BBDB 3

2011-11-20 Thread Johnny
Philipp Moeller bootsare...@googlemail.com writes: Carson Chittom car...@wistly.net writes: Philipp Möller bootsare...@googlemail.com writes: I'm new to BBDB and confused by which manual to use for which version. From interactions on this list, it appears that most-to-all of the old

[BBDB] ChangeLog 2011-11-20

2011-11-20 Thread Roland Winkler
The README file now gives an overview on how BBDB v3 interfaces with MUAs. The new command bbdb-undocumented-variables might help you to identify outdated variables. This displays a list of all undocumented variables in the bbdb- name space. All variables in BBDB 3 now have a doc string. So if

Re: [BBDB] ChangeLog 2011-11-20

2011-11-20 Thread Sam Steingold
* Roland Winkler jvax...@tah.bet [2011-11-20 17:52:40 -0600]: The new command bbdb-undocumented-variables might help you to identify outdated variables. This displays a list of all undocumented variables in the bbdb- name space. this is a good start! still, this does not give me any

Re: [BBDB] ChangeLog 2011-11-20

2011-11-20 Thread Roland Winkler
On Sun Nov 20 2011 Sam Steingold wrote: as I said before, TRT is to use define-obsolete-function-alias define-obsolete-variable-alias This would require a simple one-to-one correspondence between function and variable names in BBDB v2 and v3 which is NOT the case. A simple example from the

Re: Manual for BBDB 3

2011-11-20 Thread Roland Winkler
On Sun Nov 20 2011 Philipp Moeller wrote: So for now it is just looking at source and figuring things out. I am sorry, the updates in BBDB v3 are still work in progress. The code itself is already fairly mature by now, but the rest (documentation and installation support) is stil lacking behind.