From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74795 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Don't open closed servers on `g' Date: Mon, 6 Dec 2010 21:17:02 +0100 Message-ID: <201012062117.02666.tassilo@member.fsf.org> References: <201012061351.11437.tassilo@member.fsf.org> <201012061525.14887.tassilo@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1291666666 28212 80.91.229.12 (6 Dec 2010 20:17:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Dec 2010 20:17:46 +0000 (UTC) Cc: Lars Magne Ingebrigtsen To: ding@gnus.org Original-X-From: ding-owner+M23151@lists.math.uh.edu Mon Dec 06 21:17:42 2010 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.69) (envelope-from ) id 1PPhVA-00075f-TC for ding-account@gmane.org; Mon, 06 Dec 2010 21:17:37 +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 1PPhUh-00074S-6I; Mon, 06 Dec 2010 14:17:07 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PPhUg-00074D-18 for ding@lists.math.uh.edu; Mon, 06 Dec 2010 14:17:06 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PPhUe-0006iC-Vd for ding@lists.math.uh.edu; Mon, 06 Dec 2010 14:17:05 -0600 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PPhUe-0006a9-00; Mon, 06 Dec 2010 21:17:04 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id C258378014DF; Mon, 6 Dec 2010 21:17:03 +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 14493-09; Mon, 6 Dec 2010 21:17:03 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.localnet (95-88-32-105-dynip.superkabel.de [95.88.32.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTP id 4623178014CB; Mon, 6 Dec 2010 21:17:03 +0100 (CET) User-Agent: KMail/1.13.5 (Linux/2.6.37-rc4+; KDE/4.5.4; x86_64; ; ) In-Reply-To: X-Virus-Scanned: amavisd-new at uni-koblenz.de X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74795 Archived-At: On Monday 06 December 2010 20:42:04 Lars Magne Ingebrigtsen wrote: > > (info "(gnus)Unavailable Servers") mentions them, but I think the > > former section should mention them, too. I appended a patch that > > adds at least C, D and O to that section. > > The manual usually doesn't document the same things more than once, > but a "see also" referencing other pages might be nice. Here we go: --8<---------------cut here---------------start------------->8--- diff --git a/texi/gnus.texi b/texi/gnus.texi index d81b9ba..d57c10e 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -13885,6 +13885,9 @@ hence getting a correct total article count. @end table +Some more commands for closing, disabling, and re-opening servers are +listed in @ref{Unavailable Servers}. @node Example Methods @subsection Example Methods --8<---------------cut here---------------end--------------->8--- Bye, Tassilo