From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51775 Path: main.gmane.org!not-for-mail From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de> Newsgroups: gmane.emacs.gnus.general Subject: gnus-large-newsgroup for ephemeral groups Date: Wed, 23 Apr 2003 21:31:23 +0200 Organization: Dept. of Theoretical Physics, University of Ulm Sender: ding-owner@lists.math.uh.edu Message-ID: Reply-To: reiner.steib@gmx.de NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051126450 21517 80.91.224.249 (23 Apr 2003 19:34:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2003 19:34:10 +0000 (UTC) Original-X-From: ding-owner+M318@lists.math.uh.edu Wed Apr 23 21:34:08 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 198Q0O-0005at-00 for ; Wed, 23 Apr 2003 21:34:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 198Q0H-0005qY-00; Wed, 23 Apr 2003 14:34:01 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 198Q08-0005qQ-00 for ding@lists.math.uh.edu; Wed, 23 Apr 2003 14:33:52 -0500 Original-Received: (qmail 68236 invoked by alias); 23 Apr 2003 19:33:51 -0000 Original-Received: (qmail 68230 invoked from network); 23 Apr 2003 19:33:51 -0000 Original-Received: from main.gmane.org (80.91.224.249) by sclp3.sclp.com with SMTP; 23 Apr 2003 19:33:51 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 198Pz8-0005TW-00 for ; Wed, 23 Apr 2003 21:32:50 +0200 Mail-Followup-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 198Pz6-0005TM-00 for ; Wed, 23 Apr 2003 21:32:48 +0200 Original-Lines: 44 Original-X-Complaints-To: usenet@main.gmane.org X-Face: /U7=m^"/-Dn61mAl{g9e3>\G5Tp,oEX|V)g2I1hBk\ML;)7A?6cmB-y7y?'NA^J<=oz7syB =(McAwIHgLX!.B?R3X}98d@?>CrT094KLWh]WU4gDpnL/")MS(XoQTv`Oq225uL>+;CpPXo$N5e>N> $tPd-gbB^F{gQS#1ase]XO~D4p4M"3+F-7~u]dy3I?Pb8RO*H-EFeWDUf?Rf,d]pv\Jvh2Cht!A=im yKAS2Z%Ao^;}W/qzMvMm Mail-Copies-To: nobody User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:qIoKC+nm0m37KzlDYypQeDYclrQ= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:51775 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51775 Hi, I've set `gnus-large-newsgroup' to nil. I see the number of unread articles in the Group buffer so I can use `42 RET' if I don't want to see all. But when I click on a link like news://news.gmane.org/gmane.emacs.gnus.general I definitively don't want to fetch 50000+ headers. With the following patch, different settings for ephemeral and regular groups are possible, e.g. (setq gnus-large-newsgroup nil gnus-fetch-old-headers t gnus-large-ephemeral-newsgroup 100 gnus-fetch-old-ephemeral-headers nil) --8<---------------cut here---------------start------------->8--- --- gnus-group.el.~6.109.~ Fri Apr 4 14:02:08 2003 +++ gnus-group.el Wed Apr 23 21:24:01 2003 @@ -1996,7 +1996,9 @@ (if request-only group (condition-case () - (when (gnus-group-read-group t t group select-articles) + (when (let ((gnus-large-newsgroup gnus-large-ephemeral-newsgroup) + (gnus-fetch-old-headers gnus-fetch-old-ephemeral-headers)) + (gnus-group-read-group t t group select-articles)) group) ;;(error nil) (quit --8<---------------cut here---------------end--------------->8--- [ defcustom of gnus-large-ephemeral-newsgroup and gnus-fetch-old-ephemeral-headers missing. ] Is there a more suitable approach for this problem? Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/