From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79111 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: folded group view Date: Wed, 15 Jun 2011 21:49:41 +0200 Message-ID: <8739jalvsa.fsf@member.fsf.org> References: <877h8pg47v.fsf@yun.yagibdah.de> <877h8pemc5.fsf@member.fsf.org> <87zklla8ei.fsf@yun.yagibdah.de> <8739jcgbgo.fsf@member.fsf.org> <87zklji5j8.fsf@yun.yagibdah.de> <87ei2vw5k7.fsf@member.fsf.org> <87boxyg9zr.fsf@yun.yagibdah.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1308167395 15690 80.91.229.12 (15 Jun 2011 19:49:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Jun 2011 19:49:55 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27410@lists.math.uh.edu Wed Jun 15 21:49:51 2011 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 1QWw62-0007AD-ST for ding-account@gmane.org; Wed, 15 Jun 2011 21:49:51 +0200 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 1QWw60-0003O6-5L; Wed, 15 Jun 2011 14:49:48 -0500 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 1QWw5z-0003Nr-1Z for ding@lists.math.uh.edu; Wed, 15 Jun 2011 14:49:47 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QWw5x-0002uI-Jf for ding@lists.math.uh.edu; Wed, 15 Jun 2011 14:49:46 -0500 Original-Received: from out4.smtp.messagingengine.com ([66.111.4.28]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QWw5w-0007Kp-1R for ding@gnus.org; Wed, 15 Jun 2011 21:49:44 +0200 Original-Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id 5CBAE21009 for ; Wed, 15 Jun 2011 15:49:43 -0400 (EDT) Original-Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Wed, 15 Jun 2011 15:49:43 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:subject:references:date:in-reply-to:message-id:mime-version:content-type:content-transfer-encoding; s=smtpout; bh=8m+WdTBk4kpcdDRMufJFf2GtrLg=; b=hwlUVs3mKtRNTV7bBqNQXuNgE8KHP1cMnl7AQD15EJ9LzuLnW9jcld0K2onlLLwCrWa7nmxDbg8MGx1zgUkmVVsl61x/DpngpddA03F2HyoA7l3r/9mxiJJLMdp/sHnjnJGdkbtpZCx9TnHwZAOkpIi+6V6NBdpUIGO8WrojmPw= X-Sasl-enc: 3HViVMnGAW72tQpi6PkWSLeUBB1a8Ti+hlKVsqN6PuBq 1308167383 Original-Received: from thinkpad (178-27-29-99-dynip.superkabel.de [178.27.29.99]) by mail.messagingengine.com (Postfix) with ESMTPA id B62AF4471BC for ; Wed, 15 Jun 2011 15:49:42 -0400 (EDT) In-Reply-To: <87boxyg9zr.fsf@yun.yagibdah.de> (lee@yun.yagibdah.de's message of "Wed, 15 Jun 2011 21:39:20 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79111 Archived-At: lee writes: Hi! > It=C2=B4s not even about getting groups back. It=C2=B4s about how to make= sure > that all the groups I have are being displayed --- and since you can > kill and yank groups in the non-topic view as well, the question > extends to both modes. You get all groups by inserting the *Server* buffer using `^' and hitting `RET' on a server. The *Group* buffer only lists groups up to `gnus-group-default-list-level'. When you kill a group, it's level is 9 and so it's neither subscribed nor listed anymore. ,----[ (info "(gnus)Group Levels") ] | Gnus considers groups from levels 1 to `gnus-level-subscribed' | (inclusive) (default 5) to be subscribed, `gnus-level-subscribed' | (exclusive) and `gnus-level-unsubscribed' (inclusive) (default 7) to be | unsubscribed, `gnus-level-zombie' to be zombies (walking dead) (default | 8) and `gnus-level-killed' to be killed (completely dead) (default 9). `---- HTH, Tassilo --=20 Sent from my Emacs