building question

2013-10-06 Thread Sean Sieger
Can git bbdb be built with MinGW? I tried and failed with, $ ./autogen.sh autoreconf-2.68: Entering directory `.' autoreconf-2.68: configure.ac: not using Gettext autoreconf-2.68: running: aclocal --force --warnings=all configure.ac:27: error: Autoconf version 2.69 or higher is required

what function in bbdb v3 replaces bbdb-record-getprop from bbdb v2?

2013-10-06 Thread Gijs Hillenius
Hi I'm trying to update bbdb-pgp.el from Bbdb version 2, so that it will work with Bbdb version 3. As far as I can tell, the crucual bit in bbdb-pgp.el that needs to be changed is: , | (defun bbdb/pgp-get-pgp (name address) | Look up user NAME and ADDRESS in BBDB and return the PGP

Re: what function in bbdb v3 replaces bbdb-record-getprop from bbdb v2?

2013-10-06 Thread Roland Winkler
On Sun Oct 6 2013 Gijs Hillenius wrote: , | (defun bbdb/pgp-get-pgp (name address) | Look up user NAME and ADDRESS in BBDB and return the PGP preference. | (let* ((record (bbdb-search-simple name address)) | (pgp (and record |(bbdb-record-getprop record

Re: building question

2013-10-06 Thread Roland Winkler
On Sun Oct 6 2013 Sean Sieger wrote: Can git bbdb be built with MinGW? I tried and failed with, $ ./autogen.sh autoreconf-2.68: Entering directory `.' autoreconf-2.68: configure.ac: not using Gettext autoreconf-2.68: running: aclocal --force --warnings=all configure.ac:27: error: Autoconf

Re: what function in bbdb v3 replaces bbdb-record-getprop from bbdb v2?

2013-10-06 Thread Roland Winkler
On Sun Oct 6 2013 Gijs Hillenius wrote: thanks for the prompt reply! I was wondering if I need to register the xfield somewhere. No. Either a record has the xfield, or it doesn't, that's all you need. Test Name mail: t...@example.org pgp-mail: sign

Re: what function in bbdb v3 replaces bbdb-record-getprop from bbdb v2?

2013-10-06 Thread Gijs Hillenius
On 6 Oct 2013, Roland Winkler wrote: On Sun Oct 6 2013 Gijs Hillenius wrote: thanks for the prompt reply! I was wondering if I need to register the xfield somewhere. No. Either a record has the xfield, or it doesn't, that's all you need. Test Name mail: t...@example.org pgp-mail: sign

Re: building question

2013-10-06 Thread Sean Sieger
Roland Winkler wink...@gnu.org writes: It's a pity that a full installation of BBDB 3 needs autoconf 2.69. (Installing autoconf 2.69 from scratch is actually not difficult.) Thank you for the advice I'll give it a try. As a workaround, you can use the file lisp/makefile-temp to

Re: what function in bbdb v3 replaces bbdb-record-getprop from bbdb v2?

2013-10-06 Thread Uwe Brauer
Gijs == Gijs Hillenius g...@hillenius.net writes: Hi I'm trying to update bbdb-pgp.el from Bbdb version 2, so that it will work with Bbdb version 3. I have never heard of this package and I just tried it out and find some issues with Xemacs. Here is a similar code I wrote up some