Hi! The patch below fixes a bug in xemacs 20.4->21.1.6, at least, or more
specifically in the gnus-1.42 package, so that the `fed-up' button in
`*Carpal Summary*' will actually catch up the current group and move on to the
next.
Hope this helps,
B
1999-09-01 Brendan Kehoe <brendan(a)zen.org>
* gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use
gnus-summary-next-group, not gnus-summary-next-article. Only give
3 args.
*** gnus-sum.el.~1~ Thu Dec 10 13:15:15 1998
--- gnus-sum.el Wed Sep 1 18:20:40 1999
*************** read."
*** 8075,8079 ****
(save-excursion
(gnus-summary-catchup all))
! (gnus-summary-next-article t nil nil t))
;; Thread-based commands.
--- 8075,8079 ----
(save-excursion
(gnus-summary-catchup all))
! (gnus-summary-next-group t nil nil))
;; Thread-based commands.
--
Brendan Kehoe
Web page:
http://www.zen.org/~brendan/