From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79801 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.gnus.general Subject: gnus-article-goto-next-page loops back to top when there is no next page Date: Wed, 31 Aug 2011 19:48:48 +0800 Message-ID: <87ei01by3j.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1314791401 11171 80.91.229.12 (31 Aug 2011 11:50:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 31 Aug 2011 11:50:01 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28095@lists.math.uh.edu Wed Aug 31 13:49:57 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QyjIr-0006zJ-8s for ding-account@gmane.org; Wed, 31 Aug 2011 13:49:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QyjHw-0006P8-8G; Wed, 31 Aug 2011 06:49:00 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QyjHt-0006Ov-Mq for ding@lists.math.uh.edu; Wed, 31 Aug 2011 06:48:57 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QyjHs-0002H3-Hh for ding@lists.math.uh.edu; Wed, 31 Aug 2011 06:48:57 -0500 Original-Received: from caiajhbdcbbj.dreamhost.com ([208.97.132.119] helo=homiemail-a7.g.dreamhost.com) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QyjHq-00041f-AB for ding@gnus.org; Wed, 31 Aug 2011 13:48:54 +0200 Original-Received: from homiemail-a7.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a7.g.dreamhost.com (Postfix) with ESMTP id 91C9B25C06D for ; Wed, 31 Aug 2011 04:48:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=jidanni.org; h=from:to:subject :date:message-id:mime-version:content-type; q=dns; s=jidanni.org ; b=dQAnCv5ytDUKh2vUJO+Lklh1eJVhRB8PBBgr11AHWujkfyRvAx0pL573hmpC 5XlLX5ZbQiAaxleJ4gL0mOf0Er9XO6HhSO2j96bJRXgH2oGsaqvRMcrI28S/7BzG yLTvkM+p2pJfOJo7Wm3lEfeyB5DbTy9zKKpQXaYeXWHXbG4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to :subject:date:message-id:mime-version:content-type; s= jidanni.org; bh=+6lAiN6yE2V8G8mtzjGbEWvGZ1Y=; b=Y/G1WQNFsGDfsM6T cCGh9OZ5+BoEm+LnSe5CQezy5fANQpL+9BsGUaZg8X+304DJ6I/LTNewIhycN939 IJfz7VFDUVF7LWLrdLjzPZ8Ug9IfeNKnDNKfkAfI2L5LSREL0a6l68ecX3EKwVQm JrR/uexfV8zfo5Lj8YhW1wf/Ejs= Original-Received: from jidanni.org (218-163-1-33.dynamic.hinet.net [218.163.1.33]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a7.g.dreamhost.com (Postfix) with ESMTPSA id 3690E25C06B for ; Wed, 31 Aug 2011 04:48:51 -0700 (PDT) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79801 Archived-At: I have become fond of h runs the command gnus-summary-select-article-buffer. The problem is, when one uses SPC runs the command gnus-article-goto-next-page, if one is reading the last article in the group, the article will be reread starting at its top! This is obviously a bug in gnus-article-goto-next-page as SPC runs the command gnus-summary-next-page does not have that problem. Yes both commands will issue a No more unread articles warning, but one will hardly notice it if the whole screen changes back to the top due to the bug. http://jidanni.org/comp/configuration/ are my settings.