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 build, I

Error in bbdb.el (latest cvs source)

2006-09-25 Thread CHENG Gao
bbdb.el, line 1542: , | (insert (replace-in-string notes [\r\n\t ]+ )) ` should this be: , | (insert (bbdb-replace-in-string notes [\r\n\t ]+ )) ` ? replace-in-string is xemacs-specific function. -

bbdb-com.el - byte-compiling errors

2006-09-25 Thread CHENG Gao
I use latest cvs source, and found following errors: 1. Line 2748: (modify-syntax-entry ?* w mail-mode-header-syntax-table) byte-compiling error: In bbdb-define-all-aliases: bbdb-com.el:2748:35:Warning: reference to free variable `mail-mode-header-syntax-table' in

Re: Need help with bbdb and Gnus

2004-09-28 Thread Cheng Gao
I think just (setq bbdb-use-pop-up 'horiz) should meet your demand. ,[ C-h v bbdb-use-pop-up RET ] | bbdb-use-pop-up's value is horiz | | If true, display a continuously-updating bbdb window while in VM, MH, | RMAIL, or GNUS. If 'horiz, stack the window horizontally if there is room. |