Hi, I'm using a window-setup with the group-buffer always visible and found it annoying that Gnus scrolled down the buffer as soon as point reached the lower half of the window, even if the whole buffer fits into the window. So I introduced a new variable gnus-auto-center-group which allows to turn off this feature. The default of t leaves the old behaviour unchanged. I also encountered that the parameter TARGET-GROUP was called NEXT-GROUP in the docstring of gnus-summary-next-group - fixed it. Suggested ChangeLog entry: 2003-02-13 Frank Weinberg * gnus-sum.el (gnus-auto-center-group): new variable (gnus-summary-read-group-1): use it (gnus-summary-next-group): docstring fixed Frank