bbdb-hashtable not initialised for MUA completion

2011-04-11 Thread Leo
Hello, I am migrating my bbdb setup from 2.3x to 3.x today. I have noticed that (bbdb-initialize 'gnus 'message) alone does not initialise bbdb-hashtable and thus there is no completion in muas such as gnus or message unless I M-x bbdb once. Tested in GNU Emacs 23.3.50.1

Re: [BBDB] Changelog 2010-04-10

2011-04-11 Thread Sam Steingold
small compilation warning fix: diff --git a/lisp/bbdb-com.el b/lisp/bbdb-com.el index 3c23b2b..d50be0a 100644 --- a/lisp/bbdb-com.el +++ b/lisp/bbdb-com.el @@ -26,6 +26,7 @@ (require 'mailabbrev) (eval-and-compile + (autoload 'browse-url-url-at-point browse-url) (autoload

[BBDB] ChangeLog 2011-04-11 (was: bbdb-hashtable ...)

2011-04-11 Thread Roland Winkler
On Mon Apr 11 2011 Leo wrote: I am migrating my bbdb setup from 2.3x to 3.x today. I have noticed that (bbdb-initialize 'gnus 'message) alone does not initialise bbdb-hashtable and thus there is no completion in muas such as gnus or message unless I M-x bbdb once. As far as I can tell,

Re: [BBDB] Changelog 2010-04-10

2011-04-11 Thread Roland Winkler
On Mon Apr 11 2011 Sam Steingold wrote: small compilation warning fix: diff --git a/lisp/bbdb-com.el b/lisp/bbdb-com.el index 3c23b2b..d50be0a 100644 --- a/lisp/bbdb-com.el +++ b/lisp/bbdb-com.el @@ -26,6 +26,7 @@ (require 'mailabbrev) (eval-and-compile + (autoload

Re: [BBDB] Changelog 2010-04-10

2011-04-11 Thread Ted Zlatanov
On Sun, 10 Apr 2011 21:09:37 -0500 Roland Winkler wink...@gnu.org wrote: RW I just submitted a new set of changes for BBDB. RW First of all, the most noteworthy change is that BBDB has been RW transfered from CVS to git. So for anonymous checkout, you should RW now use RW git clone

Re: [BBDB] feature freeze

2011-04-11 Thread Brett Presnell
Roland Winkler wink...@gnu.org writes: -- Recently, we have discussed on this list the possibility to import / export BBDB records via vcards. I think this is a great idea for BBDB. Yet it is not yet clear to me how this could be set up in the best way. (Thanks to everybody who commented on

Re: [BBDB] Changelog 2010-04-10

2011-04-11 Thread Sam Steingold
* Roland Winkler jvax...@tah.bet [2011-04-11 10:04:28 -0500]: Thanks for the report, though I am surprised: with my GNU Emacs 23.3.1 browse-url-url-at-point is anyway an autoloaded function. Which version of emacs are you using? bzr tip; just bootstrapped. also, is there a guide for

Re: [BBDB] Changelog 2010-04-10

2011-04-11 Thread Sam Steingold
* Roland Winkler jvax...@tah.bet [2011-04-10 21:09:37 -0500]: - I added support for anniversaries. My original idea was to do something very sophisticated based on note handlers. But this turned out to be too complicated to make it a robust scheme (Sorry guys, if anybody was looking

Re: [BBDB] Changelog 2010-04-10

2011-04-11 Thread Roland Winkler
On Mon Apr 11 2011 Sam Steingold wrote: * Roland Winkler jvax...@tah.bet [2011-04-11 10:04:28 -0500]: Thanks for the report, though I am surprised: with my GNU Emacs 23.3.1 browse-url-url-at-point is anyway an autoloaded function. Which version of emacs are you using? bzr tip; just

Re: [BBDB] Changelog 2010-04-10

2011-04-11 Thread Roland Winkler
On Mon Apr 11 2011 Ted Zlatanov wrote: RW I just submitted a new set of changes for BBDB. RW First of all, the most noteworthy change is that BBDB has been RW transfered from CVS to git. So for anonymous checkout, you should RW now use RW git clone git://git.savannah.nongnu.org/bbdb.git

Re: [BBDB] Changelog 2010-04-10

2011-04-11 Thread Roland Winkler
On Mon Apr 11 2011 Sam Steingold wrote: I started using bbdb about 15 years ago and I accumulated a fairly large .bbdb file. Some records there are not relevant to me all that much (a coworker from 10 years ago), so, on one hand, I do not want to remove the record (or its parts, like address,

Re: [BBDB] Changelog 2010-04-10

2011-04-11 Thread Sam Steingold
* Roland Winkler jvax...@tah.bet [2011-04-11 11:49:49 -0500]: I'll think about this! It's on my list of feature requests for bbdb. Thanks! you might consider putting the todo list into the git repo (together with relevant references to the discussion on gmane). On a similar note, I tried the

Re: [BBDB] Changelog 2010-04-10

2011-04-11 Thread Sam Steingold
* Roland Winkler jvax...@tah.bet [2011-04-11 11:37:53 -0500]: I've put this on my todo list! here is an addition: http://article.gmane.org/gmane.emacs.bbdb.user:1689 From: Sam Steingold s...@gnu.org Subject: Make John an alternate for John Doe? (y or n) Newsgroups: gmane.emacs.bbdb.user

Re: [BBDB] ChangeLog 2011-04-11 (was: bbdb-hashtable ...)

2011-04-11 Thread Leo
On 2011-04-11 23:00 +0800, Roland Winkler wrote: Yet I think that now I understand the problem. Internally, reading the database is triggered by a call of bbdb-records, which was missing in bbdb-complete-name. I have fixed this. (As far as I can tell, this bug must have been present in the

Re: [BBDB] Changelog 2010-04-10

2011-04-11 Thread Ted Zlatanov
On Mon, 11 Apr 2011 12:18:18 -0400 Sam Steingold s...@gnu.org wrote: Sam I started using bbdb about 15 years ago and I accumulated a fairly large Sam .bbdb file. Some records there are not relevant to me all that much (a Sam coworker from 10 years ago), so, on one hand, I do not want to remove

Re: [BBDB] feature freeze

2011-04-11 Thread Ted Zlatanov
On Mon, 11 Apr 2011 11:29:32 -0400 Brett Presnell presn...@stat.ufl.edu wrote: BP In spite of my need for this functionality, I'm not sure how wise it BP would be to devote a great deal of effort to direct conversion of the BP new bbdb record format to vcard. It sounds like Ted Zlatanov has BP

Re: [BBDB] Changelog 2010-04-10

2011-04-11 Thread Nix
On 11 Apr 2011, Roland Winkler told this: - Finally, I fixed various bugs and improved the documentation. I just noticed that BBDB development has restarted. Unfortunately BBDB 3.0 has removed a good few features, including one I definitely rely on: bbdb-canonicalize-net-hook, which is crucial

Re: [BBDB] Changelog 2010-04-10

2011-04-11 Thread Sam Steingold
* Ted Zlatanov g...@yvsrybtf.pbz [2011-04-11 15:52:06 -0500]: On Mon, 11 Apr 2011 12:18:18 -0400 Sam Steingold s...@gnu.org wrote: Sam I started using bbdb about 15 years ago and I accumulated a fairly large Sam .bbdb file. Some records there are not relevant to me all that much (a Sam

Re: [BBDB] Changelog 2010-04-10

2011-04-11 Thread Sam Steingold
* Nix a...@rfcrev.bet.hx [2011-04-11 22:32:19 +0100]: I just noticed that BBDB development has restarted. Unfortunately BBDB 3.0 has removed a good few features, including one I definitely rely on: bbdb-canonicalize-net-hook, which is crucial to keep your database clean in the face of the