From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9648 Path: news.gmane.org!not-for-mail From: dbast0s@yahoo.com.br (Daniel C. Bastos) Newsgroups: gmane.emacs.gnus.user Subject: C-u 100 SPC (selecting groups) Date: 12 Sep 2007 21:10:17 -0400 Organization: Aioe.org NNTP Server Message-ID: <87veafl69y.fsf@yahoo.com.br> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189662044 22992 80.91.229.12 (13 Sep 2007 05:40:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Sep 2007 05:40:44 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Sep 13 07:40:42 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IVhRR-0006l2-Bq for gegu-info-gnus-english@m.gmane.org; Thu, 13 Sep 2007 07:40:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVhRQ-0001cN-RS for gegu-info-gnus-english@m.gmane.org; Thu, 13 Sep 2007 01:40:40 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!newsfeed.freenet.de!news.osn.de!diablo1.news.osn.de!feeder.erje.net!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 7 Original-NNTP-Posting-Host: q2SNWP5iY7eSCCTxJdDL6w.user.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 X-WinProxy-AntiVirus-Message: Scanned by http://www.WinProxy.com/WinProxy X-WinProxy-AntiVirus: Passed Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79851 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9648 Archived-At: I can say C-u 100 SPC on the group buffer to tell Gnus to download the last 100 articles, but I'd like to automate this; whenever I press, say, RET on a group, it will know I want the last 100 articles. I could write a function that passes the number I want and bind that to the RET key, but I would think that there's a standard way of doing this. Pointers?