On Thursday, February 1 2001 08:48:38, Frank Morawietz wrote:
[...]
> I tried Albert's suggestion to revert to the old version and so far it
> works fine, i.e. no problems with FSF Emacs. No more undesired pop-ups.
I have committed a fix and here is the diff + an addon ...
when you still have problems you probably have to save the
VM window configs without the *BBDB* buffer.

Rob.

Index: bbdb-vm.el
===================================================================
RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb-vm.el,v
retrieving revision 1.76
diff -w -r1.76 bbdb-vm.el
331,333c331,334
<           (bbdb-elided-display (bbdb-pop-up-elided-display)))
<       (if (and bbdb-use-pop-up records)
<           (progn
---
>           (bbdb-elided-display (bbdb-pop-up-elided-display))
>           (bbdb-buffer-name bbdb-buffer-name))
> 
>       (when (and bbdb-use-pop-up records)
340d340
<             ))
344,346c344,348
<       (if records
<           (bbdb-display-records records)
<         (bbdb-undisplay-records))
---
>         (bbdb-display-records records))
>       (when (not records) 
>         (bbdb-undisplay-records)
>         (if (get-buffer-window bbdb-buffer-name)
>             (delete-window (get-buffer-window bbdb-buffer-name))))
352a355
> 


_______________________________________________
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to