(gnus-topic-display-missing-topic): Skip past
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 16 Apr 2006 16:41:49 +0000 (16:41 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 16 Apr 2006 16:41:49 +0000 (16:41 +0000)
groups in the parent topic.

lisp/ChangeLog
lisp/gnus-topic.el

index d1ad499..d76078f 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
+       groups in the parent topic.
+
 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
 
        * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status. 
index 8a873e9..ad39979 100644 (file)
@@ -726,6 +726,9 @@ articles in the topic and its subtopics."
               (not (gnus-topic-goto-missing-topic (caadr parent))))
       (gnus-topic-display-missing-topic (caadr parent))))
   (gnus-topic-goto-missing-topic topic)
+  ;; Skip past all groups in the topic we're in.
+  (while (gnus-group-group-name)
+    (forward-line 1))
   (let* ((top (gnus-topic-find-topology topic))
         (children (cddr top))
         (type (cadr top))