PROBLEM
-------
gnus-version: "GNUS 4.1 Lucid"; bbdb-version: "1.48; 24-jul-93."
With bbdb-use-pop-up set to t, three windows may be visible -- *Summary*,
*Article* and *BBDB*. When another article is selected, then the *Article*
and *BBDB* windows vanish and only the *Summary* window remains. You don't
get to see the newly selected article.
SOLUTION
--------
===================================================================
RCS file: /home/burt/lib/lisp/emacs18/local/RCS/bbdb-gnus.el,v
retrieving revision 1.2
diff -c -r1.2 /home/burt/lib/lisp/emacs18/local/bbdb-gnus.el
*** 1.2 1993/07/26 09:58:20
--- /home/burt/lib/lisp/emacs18/local/bbdb-gnus.el 1993/09/15 10:17:37
***************
*** 100,106 ****
(not (get-buffer-window bbdb-buffer-name))
(let (w)
(delete-other-windows)
! (if (memq 'article gnus-window-configuration) ; 3.15+
(gnus-configure-windows 'article)
(gnus-configure-windows 'SelectArticle))
(if (setq w (get-buffer-window
--- 100,107 ----
(not (get-buffer-window bbdb-buffer-name))
(let (w)
(delete-other-windows)
! (if (or (assoc 'article gnus-window-configuration) ; 4.1
! (memq 'article gnus-window-configuration)) ; 3.15+
(gnus-configure-windows 'article)
(gnus-configure-windows 'SelectArticle))
(if (setq w (get-buffer-window
===================================================================
--- Alastair
---------------------------------------------------------------------------
SNAIL: Alastair Burt, DFKI, Postfach 2080, D-67608 Kaiserslautern, FRG
EMAIL: [EMAIL PROTECTED] TEL: +49 631 205 3441 FAX: +49 631 205 3210