Re: reconfiguring bbdb for emacs23

2008-01-05 Thread Robert Widhopf-Fenk
On Wednesday, January 2, 2008 at 19:48:19, Haines Brown wrote: > > But you may not need to upgrade in order to fix your problem. > > It seems that Emacs 23 simply does not find BBDB at all. > > > > Try M-x find-library RET bbdb RET. > > > > If it cannot find bbdb, then add its location to the > >

Re: reconfiguring bbdb for emacs23

2008-01-02 Thread Haines Brown
> But you may not need to upgrade in order to fix your problem. > It seems that Emacs 23 simply does not find BBDB at all. > > Try M-x find-library RET bbdb RET. > > If it cannot find bbdb, then add its location to the > load-path, else add a (require 'bbdb ... to your MUAs > init file. Robert,

Re: reconfiguring bbdb for emacs23

2008-01-02 Thread Haines Brown
Thanks. I was unfamiliar with autoconf usage, and the directions left the ./configure step out. Doing that led to better results. -- Haines Brown, KB1GRM - This SF.net email is sponsored by: Micr

Re: reconfiguring bbdb for emacs23

2008-01-02 Thread Robert Widhopf-Fenk
On Thursday, January 3, 2008 at 02:30:19, CHENG Gao wrote: > *On Tue, 01 Jan 2008 22:31:35 -0500 > * Also sprach Haines Brown <[EMAIL PROTECTED]>: > > > In any case, I ran into difficulty building the new bbdb. > > > >$ autoconf > > > > seemed to run ok. That is, there were no errors and a >

Re: reconfiguring bbdb for emacs23

2008-01-02 Thread CHENG Gao
*On Tue, 01 Jan 2008 22:31:35 -0500 * Also sprach Haines Brown <[EMAIL PROTECTED]>: > In any case, I ran into difficulty building the new bbdb. > >$ autoconf > > seemed to run ok. That is, there were no errors and a > "configure" file was created in the directory. > > However, when I try to

reconfiguring bbdb for emacs23

2008-01-01 Thread Haines Brown
I'm running Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.8.20), and find that it breaks my bbdb mode. The M-x bbdb-name command is simply not recognized. So I concluded that I needed to upgrade my bbdb 2.34. I downloaded the source for 2.36 from CVS. Am I wasting my time doing this, or sh