gnus: Choosing Commands

 
 3.3.1 Choosing Commands
 -----------------------
 
 None of the following movement commands understand the numeric prefix,
 and they all select and display an article.
 
    If you want to fetch new articles or redisplay the group, see See
 Exiting the Summary Buffer.
 
 ‘SPACE’
      Select the current article, or, if that one’s read already, the
      next unread article (‘gnus-summary-next-page’).
 
      If you have an article window open already and you press ‘SPACE’
      again, the article will be scrolled.  This lets you conveniently
      ‘SPACE’ through an entire newsgroup.  SeePaging the Article.
 
 ‘G n’
 ‘n’
      Go to next unread article (‘gnus-summary-next-unread-article’).
 
 ‘G p’
 ‘p’
      Go to previous unread article (‘gnus-summary-prev-unread-article’).
 
 ‘G N’
 ‘N’
      Go to the next article (‘gnus-summary-next-article’).
 
 ‘G P’
 ‘P’
      Go to the previous article (‘gnus-summary-prev-article’).
 
 ‘G C-n’
      Go to the next article with the same subject
      (‘gnus-summary-next-same-subject’).
 
 ‘G C-p’
      Go to the previous article with the same subject
      (‘gnus-summary-prev-same-subject’).
 
 ‘G f’
 ‘.’
      Go to the first unread article
      (‘gnus-summary-first-unread-article’).
 
 ‘G b’
 ‘,’
      Go to the unread article with the highest score
      (‘gnus-summary-best-unread-article’).  If given a prefix argument,
      go to the first unread article that has a score over the default
      score.
 
 ‘G l’
 ‘l’
      Go to the previous article read (‘gnus-summary-goto-last-article’).
 
 ‘G o’
      Pop an article off the summary history and go to this article
      (‘gnus-summary-pop-article’).  This command differs from the
      command above in that you can pop as many previous articles off the
      history as you like, while ‘l’ toggles the two last read articles.
      For a somewhat related issue (if you use these commands a lot),
      SeeArticle Backlog.
 
 ‘G j’
 ‘j’
      Ask for an article number or ‘Message-ID’, and then go to that
      article (‘gnus-summary-goto-article’).