Make non-full window usage work better on choosing the next group.
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Feb 2011 22:57:45 +0000 (14:57 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Feb 2011 22:57:45 +0000 (14:57 -0800)
lisp/ChangeLog
lisp/gnus-sum.el

index 19dc86b..4a64eb2 100644 (file)
@@ -4,6 +4,7 @@
        before killing the buffers so that a non-full window conf gets handled
        correctly.
        (gnus-summary-exit): Ditto.
+       (gnus-summary-read-group-1): Ditto.
 
        * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
        async code again so that we can debug it properly.
index f246163..5cda693 100644 (file)
@@ -4067,6 +4067,7 @@ If NO-DISPLAY, don't generate a summary buffer."
        ;; gnus-summary-prepare-hook since kill processing may not
        ;; work with hidden articles.
        (gnus-summary-maybe-hide-threads)
+       (gnus-configure-windows 'summary)
        (when kill-buffer
          (gnus-kill-or-deaden-summary kill-buffer))
        (gnus-summary-auto-select-subject)
@@ -4076,7 +4077,6 @@ If NO-DISPLAY, don't generate a summary buffer."
                 gnus-newsgroup-unreads
                 gnus-auto-select-first)
            (progn
-             (gnus-configure-windows 'summary)
              (let ((art (gnus-summary-article-number)))
                (unless (and (not gnus-plugged)
                             (or (memq art gnus-newsgroup-undownloaded)