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.
|
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.
--
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 emacs/lisp/ChangeL
Line 91:
,
| (replace-string "\r\n" "\n")
`
byte-compiling error:
,
| In bbdb-whois-sentinel:
| bbdb-whois.el:94:45:Warning: `replace-string' used from Lisp code
| That command is designed for interactive use only
`
should it be changed to replace-match?
1. Line 1898:
,
|(let ((bbdb-inside-electric-display t)
`
in line 1890 it's defined as constant:
,
| (defconst bbdb-inside-electric-display nil)
`
byte-compiling error:
,
| In electric-bbdb-display-records:
| bbdb.el:1898:11:Warning: attempt to let-bind constant
| `bb
*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