*** gnus-sum.el.~1~ Fri Jul 19 13:07:23 2002 --- gnus-sum.el Fri Jul 19 13:05:41 2002 *************** If ALL is a number, fetch this number of *** 11092,11104 **** i new) (setq gnus-newsgroup-active (gnus-activate-group gnus-newsgroup-name 'scan)) ! (setq i (1+ (cdr old-active))) ! (while (<= i (cdr gnus-newsgroup-active)) (push i new) ! (incf i)) (if (not new) (message "No gnus is bad news.") - (setq new (nreverse new)) (gnus-summary-insert-articles new) (setq gnus-newsgroup-unreads (gnus-sorted-nunion gnus-newsgroup-unreads new)) --- 11092,11103 ---- i new) (setq gnus-newsgroup-active (gnus-activate-group gnus-newsgroup-name 'scan)) ! (setq i (cdr gnus-newsgroup-active)) ! (while (> i (cdr old-active)) (push i new) ! (decf i)) (if (not new) (message "No gnus is bad news.") (gnus-summary-insert-articles new) (setq gnus-newsgroup-unreads (gnus-sorted-nunion gnus-newsgroup-unreads new))