From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 19563 invoked from network); 16 Feb 2023 08:38:40 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 16 Feb 2023 08:38:40 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pSZmn-00CddK-RT for ml@inbox.vuxu.org; Thu, 16 Feb 2023 02:38:37 -0600 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.96) (envelope-from ) id 1pSZmn-000OW0-1Z for ml@inbox.vuxu.org; Thu, 16 Feb 2023 02:38:37 -0600 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1pSZmh-000OVr-0e for ding@lists.math.uh.edu; Thu, 16 Feb 2023 02:38:31 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pSZme-00Cdcb-FW for ding@lists.math.uh.edu; Thu, 16 Feb 2023 02:38:30 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=9IVUpwhaFgC9pTpsZc1MYEqYN/INvdZVDh1Zx6FhmNA=; b=CYsUE2GB6nid1y9ilN0rX2gnyZ 3GOVCzDc9IAz/2UxPFttq92UGpv6LAGRaeHiQYtddbkwCiwKlJn8Vh09wu9WKG0vEaOqEw0C5o/Lq iDOFa1rEUIcDSEh8pH+jEbjNfABMrYdzeDrIrywf807EtE9hG5qXmIXcPfl8e4JX0Vhw=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSZmV-0000sy-1l for ding@gnus.org; Thu, 16 Feb 2023 09:38:22 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1pSZmT-0002Fk-Mx for ding@gnus.org; Thu, 16 Feb 2023 09:38:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Alberto Luaces Subject: Re: How to set the default articles to fetch when selecting groups Date: Thu, 16 Feb 2023 09:38:11 +0100 Message-ID: <87y1oy80p8.fsf@eps142.cdf.udc.es> References: <87a61ewmff.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) Cancel-Lock: sha1:yKxOvQO3MvYmI9+LGvqLYWoTjrI= List-ID: Precedence: bulk Chen Zhaoyang writes: > Hello friends, > > For now I just have a wrapper function that I have binded to RET in > gnus-group-mode-map: > > (defun site/gnus-group-select-group () (interactive) > (gnus-group-select-group 100)) > > to fetch only the newest 100 messages from a group. I have dug into the > manuals for a little bit but I have not found such a variable that would > let me set the default number of articles to fetch. Hi, as I read from the documentation of gnus-group-select-group, there is no default number of articles to display. I think yours is a very good solution to the problem. -- Alberto