2000-10-04 15:24:46 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 4 Oct 2000 18:32:19 +0000 (18:32 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 4 Oct 2000 18:32:19 +0000 (18:32 +0000)
* gnus-art.el (gnus-article-prepare): Configure windows before
gnus-article-prepare-display is called.  Otherwise, BBDB's popup
window might be overrided.

lisp/ChangeLog
lisp/gnus-art.el

index f378108..ed940f6 100644 (file)
@@ -1,3 +1,9 @@
+2000-10-04 15:24:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-art.el (gnus-article-prepare): Configure windows before
+       gnus-article-prepare-display is called.  Otherwise, BBDB's popup
+       window might be overrided.
+
 2000-10-04  Dave Love  <fx@gnu.org>
 
        * gnus-ems.el (gnus-article-display-xface)
index af5a053..992c87a 100644 (file)
@@ -2838,6 +2838,8 @@ If ALL-HEADERS is non-nil, no headers are hidden."
                (gnus-set-global-variables)
                (setq gnus-have-all-headers
                      (or all-headers gnus-show-all-headers))))
+           (save-excursion
+             (gnus-configure-windows 'article))
            (when (or (numberp article)
                      (stringp article))
              (gnus-article-prepare-display)
@@ -2852,7 +2854,6 @@ If ALL-HEADERS is non-nil, no headers are hidden."
              (gnus-set-mode-line 'article))
            (article-goto-body)
            (set-window-point (get-buffer-window (current-buffer)) (point))
-           (gnus-configure-windows 'article)
            t))))))
 
 ;;;###autoload