From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61817 Path: news.gmane.org!not-for-mail From: Andreas Seltenreich Newsgroups: gmane.emacs.gnus.general Subject: Re: nnweb fix Date: Tue, 31 Jan 2006 18:06:52 +0100 Message-ID: <87oe1se383.fsf@gate450.dyndns.org> References: <877j9lob4v.fsf@gate450.dyndns.org> <87hd8pmtjf.fsf@gate450.dyndns.org> <87u0bqf4pn.fsf@gate450.dyndns.org> <87acdduewd.fsf@gate450.dyndns.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1138727519 862 80.91.229.2 (31 Jan 2006 17:11:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 17:11:59 +0000 (UTC) Original-X-From: ding-owner+m10347@lists.math.uh.edu Tue Jan 31 18:11:45 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F3z1c-0000co-Vq for ding-account@gmane.org; Tue, 31 Jan 2006 18:10:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1F3z1V-0005O5-00; Tue, 31 Jan 2006 11:10:33 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1F3yy6-0005Np-00 for ding@lists.math.uh.edu; Tue, 31 Jan 2006 11:07:02 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1F3yy1-00072V-3p for ding@lists.math.uh.edu; Tue, 31 Jan 2006 11:07:02 -0600 Original-Received: from smtp1.rz.uni-karlsruhe.de ([129.13.185.217]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1F3yxz-0006gQ-00 for ; Tue, 31 Jan 2006 18:06:55 +0100 Original-Received: from rzstud1.stud.uni-karlsruhe.de (rzstud1.stud.uni-karlsruhe.de [193.196.41.33]) by smtp1.rz.uni-karlsruhe.de with esmtp (Exim 4.50 #1) id 1F3yxz-00079F-8N; Tue, 31 Jan 2006 18:06:55 +0100 Original-Received: from uwi7 by rzstud1.stud.uni-karlsruhe.de with local (Exim 3.36 #1) id 1F3yy0-0007K5-00 for ding@gnus.org; Tue, 31 Jan 2006 18:06:57 +0100 Original-To: ding@gnus.org X-PGP-Key: 0x2C006B340F8C8C1B X-Now-Playing: Jimi Tenor / Organism X-Face: $:F<87a[gD1?#R6S3j21cr1&C&7bd63GHC.tSdskUb}hhwG(ci*=D5kJ<_N+p9q(7-,PnG. Et.Yh (Reiner Steib's message of "Tue, 31 Jan 2006 17:03:29 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61817 Archived-At: --=-=-= Reiner Steib writes: > Fine, thanks. Committed to trunk and v5-10. > > Would you like to work on Gmane search , > too? ;-) Heh, I guess hunting bugs I just introduced has a higher priority. E.g., those exponentially growing overview files :-/ --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=nnweb.patch Index: lisp/nnweb.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/nnweb.el,v retrieving revision 7.13 diff -u -r7.13 nnweb.el --- lisp/nnweb.el 31 Jan 2006 15:51:27 -0000 7.13 +++ lisp/nnweb.el 31 Jan 2006 16:37:03 -0000 @@ -133,7 +133,8 @@ (deffoo nnweb-request-group (group &optional server dont-check) (nnweb-possibly-change-server group server) (unless (or nnweb-ephemeral-p - dont-check) + dont-check + nnweb-articles) (nnweb-read-overview group)) (cond ((not nnweb-articles) --=-=-= Sorry for the inconvenience, Andreas --=-=-=--