From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/70162 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.gnus.general Subject: beyond last article in the *Summary* buffer Date: Tue, 31 Aug 2010 16:48:18 +0800 Message-ID: <87k4n7p3ql.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1283250491 23318 80.91.229.12 (31 Aug 2010 10:28:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Aug 2010 10:28:11 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M18548@lists.math.uh.edu Tue Aug 31 12:28:10 2010 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 1OqO4V-0002Nf-Hm for ding-account@gmane.org; Tue, 31 Aug 2010 12:28:07 +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 1OqO4D-0006hc-Js; Tue, 31 Aug 2010 05:27:49 -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 1OqO4C-0006hM-9c for ding@lists.math.uh.edu; Tue, 31 Aug 2010 05:27:48 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OqO4B-0000JO-5C for ding@lists.math.uh.edu; Tue, 31 Aug 2010 05:27:48 -0500 Original-Received: from mx1.spunky.mail.dreamhost.com ([208.97.132.47] helo=homiemail-a62.g.dreamhost.com) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OqO4A-0004lX-00 for ; Tue, 31 Aug 2010 12:27:46 +0200 Original-Received: from homiemail-a62.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a62.g.dreamhost.com (Postfix) with ESMTP id 9090C63407D for ; Tue, 31 Aug 2010 03:27:42 -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=UQPBSgmAP0E/Xz7AKdy7r3EEwWMgbWVKrv8vWpa90//JkOKAqwNvshCk2xFi C41kzlg8KSTrQSchKYKwsjYCwq/vOkvhLOLBGi79OMLCO4CmcNdHzecpqEfmD+SJ nUzy1QLRJu6dvlW0u0Pb0DcXQV1EGrhyJHBqDMhzmi+mLVM= 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=Z//6ZDdA5IPHM0epABby+995Zhk=; b=hcP538xhiNh91d7w 9quEW++52psVuulc248cKQYi6/cMekvhxkCQTWvbEZWdgvnCiw5Qzf6HEUL621GC iKAThxRkaVxp/LiBdMimLIgbQCBhk2R76t3iGoxTWOE+pSDgIeFxS9QEMOlAut2i XT2V/BrlKZfrfuGAWXFuqMCM4Xw= Original-Received: from jidanni.org (218-163-6-145.dynamic.hinet.net [218.163.6.145]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a62.g.dreamhost.com (Postfix) with ESMTPSA id 3FBEE634079 for ; Tue, 31 Aug 2010 03:27:42 -0700 (PDT) X-Spam-Score: -0.1 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:70162 Archived-At: Try this in the *Summary* buffer: M-> (translated from >) runs the command end-of-buffer then p runs the command gnus-summary-prev-unread-article Notice how we have gone to the 2nd to last article, not the last article as would be expected. Perhaps because M-> put us on an empty line beyond everything. gnus-version "Gnus v5.13"