>>>>> "Michael" == Michael Grasso <[EMAIL PROTECTED]> writes:
Michael> When using framepop v2.2 together with bbdb 1.48 and VM
Michael> v5.40 (according to framepop-version, bbdb-version and
Michael> vm-version) a new frame is popped up for the bbdb
Michael> information of each address, as well as a buffer in the
Michael> mail reading frame. ie. a redundant copy of the *BBDB*
Michael> buffer appears.
Michael> Is there any way around this??
Yes there is. The following was adapted from an example included with
framepop 2.2 (I replaced *Completions* with *BBDB*). It doesn't pop
up a frame if its buffer name matches the string.
(setq framepop-lines
'(lambda (buf)
(if (string= (buffer-name buf) "*BBDB*") nil
(save-excursion
(set-buffer buf)
(+ (count-lines (point-min) (point-max)) 1)))))
Damian
--
Damian Marriott (Research Student) Internet: [EMAIL PROTECTED]
Department of Computing
Imperial College
180 Queen's Gate Phone: +44 71 589 5111 X 5078
London SW7 2BZ Fax: +44 71 581 8024
United Kingdom Telex: 929484 IMPCOL G