Re: XML addressbook namespace?

2001-02-10 Thread Karl Eichwalder
Norman Walsh <[EMAIL PROTECTED]> writes: > I know of no standard XML vocabulary for address books. I note that as > long as the schema you choose accurately and completely identifies the > components of the BBDB, converting to other XML vocabularies is fairly > well defined (using tools like XSLT

Re: grave completion bug in bbdb 2.2

2001-02-10 Thread Benjamin Rutt
Patrick Campbell-Preston <[EMAIL PROTECTED]> writes: > The bug still happens for me, even with today's tarball from Ronan's > page, but not so repeatably - it seems to happen only the first time I > complete a particular name. Are you sure the fix is good? It still happens for me also. I just

Re: bbdb.el breaks customize!

2001-02-10 Thread Ronan Waide
On February 10, [EMAIL PROTECTED] said: > > When bbdb.el is loaded in Emacs, characterp defined as macro. In Emacs > 20, characterp is called if fboundp. This is bad, at least defmacro > characterp causes trouble in other packages. > > The attached patch fixes the bug. I did not check it in bec

Re: grave completion bug in bbdb 2.2

2001-02-10 Thread Patrick Campbell-Preston
> Robert Fenk wrote: > > > Ahh it's a GNU Emacs problem. > > A fix is in CVS now. > > Thanks - will download the nightly tarball again tomorrow. The bug still happens for me, even with today's tarball from Ronan's page, but not so repeatably - it seems to happen only the first time I complete

Re: perl script for accessing bbdb-2.2?

2001-02-10 Thread Aldo Valente
Steve Kelem <[EMAIL PROTECTED]> writes: > Is there a perl script that I can use as a starting point for reading > and writing bbdb version 6 data bases in Perl? A generic way is Lisp::Reader. $_ = shift @{ &Lisp::Reader::lisp_read($_)} or next RECORD; This is what i use for ~/.bbd