From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67866 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: How to open a summary buffer reliable? Date: Thu, 11 Dec 2008 09:11:41 +0100 Message-ID: <87prjzyvuq.fsf@thinkpad.tsdh.de> References: <87k5a7g7vv.fsf@thinkpad.tsdh.de> <871vwf3dh8.fsf@randomsample.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228983168 32072 80.91.229.12 (11 Dec 2008 08:12:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2008 08:12:48 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M16312@lists.math.uh.edu Thu Dec 11 09:13:53 2008 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.50) id 1LAggA-0002aJ-TL for ding-account@gmane.org; Thu, 11 Dec 2008 09:13:51 +0100 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 1LAgeH-00005X-2K; Thu, 11 Dec 2008 02:11:53 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1LAgeF-00005A-3O for ding@lists.math.uh.edu; Thu, 11 Dec 2008 02:11:51 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LAgeC-0002cy-AD for ding@lists.math.uh.edu; Thu, 11 Dec 2008 02:11:51 -0600 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LAgeO-0001IT-00 for ; Thu, 11 Dec 2008 09:12:00 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 9A42D789AB24 for ; Thu, 11 Dec 2008 09:11:44 +0100 (CET) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13358-08 for ; Thu, 11 Dec 2008 09:11:43 +0100 (CET) X-CHKRCPT: Envelopesender vrfy tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (dhcp182.uni-koblenz.de [141.26.71.182]) by deliver.uni-koblenz.de (Postfix) with ESMTP id CDF9D789AB22 for ; Thu, 11 Dec 2008 09:11:41 +0100 (CET) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org In-Reply-To: <871vwf3dh8.fsf@randomsample.de> (David Engster's message of "Wed, 10 Dec 2008 22:52:03 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-Spam-Score: -5.6 (-----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67866 Archived-At: David Engster writes: Hi David, > If you rescan the group before entering, Gnus should notice that the > article got deleted. You can do this by using gnus-activate-group with > `scan' being non-nil. Hey, that seems to work! > Alternatively, you could request (1- gnus-large-newsgroup) articles so > that the user does not get asked. Yeah, but I thing it's preferable to load as few articles as possible, ideally only the linked one. Thanks a lot, Tassilo