From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60292 Path: news.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.gnus.general Subject: Re: What does gnus-browse-unsubscribe-current-group really do? Date: 12 May 2005 11:07:05 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <4nekccjxeu.fsf@lifelogs.com> References: <4278DD16.5070608@boost-consulting.com> <4n4qd9zseo.fsf@lifelogs.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1115910191 3075 80.91.229.2 (12 May 2005 15:03:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 May 2005 15:03:11 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M8820@lists.math.uh.edu Thu May 12 17:03:08 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DWFBd-0002We-6h for ding-account@gmane.org; Thu, 12 May 2005 17:01:17 +0200 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 1DWFHS-0005XL-00; Thu, 12 May 2005 10:07:18 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DWFHK-0005XF-00 for ding@lists.math.uh.edu; Thu, 12 May 2005 10:07:10 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DWFHJ-0002tG-TN for ding@lists.math.uh.edu; Thu, 12 May 2005 10:07:10 -0500 Original-Received: from clifford.bwh.harvard.edu ([134.174.9.41] helo=mail.bwh.harvard.edu) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1DWFHI-0008Or-00 for ; Thu, 12 May 2005 17:07:08 +0200 Original-Received: (qmail 23583 invoked from network); 12 May 2005 15:04:07 -0000 Envelope-Sender: tzz@lifelogs.com Envelope-Recipients: dave@boost-consulting.com, ding@gnus.org, Original-Received: from asimov.bwh.harvard.edu (HELO asimov) (internal?.8?user:?tzz@[134.174.8.118]) (envelope-sender ) by mail.bwh.harvard.edu (qmail-ldap-1.03) with SMTP for ; 12 May 2005 15:04:06 -0000 Mail-Followup-To: "David Abrahams" , ding@gnus.org Original-To: "David Abrahams" X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" X-Hashcash: 1:20:050512:ding@gnus.org::45VBTKyTnNlr3lbt:00000KH/ X-Hashcash: 1:20:050512:dave@boost-consulting.com::r6RNv4iI0jL4gT8R:0000000000000000000000000000000000004w7z In-Reply-To: (David Abrahams's message of "Wed, 11 May 2005 11:54:13 -0400") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on sysblade0.bwh.harvard.edu X-Spam-Status: No, score=-1.6 required=5.8 tests=AWL,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60292 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60292 On Wed, 11 May 2005, dave@boost-consulting.com wrote: > FWIW, this is in an nnimap group. Right, I tested with nnimap too. > It's happened with versions of Gnus from the CVS HEAD ever since I > started using Gnus a couple years ago, and likewise with builds of > Emacs from the CVS HEAD for the past couple years. > > I use `^' from my *Group* buffer and then I put the point on my > nnimap server and hit return. Then I use 'u' in the... wait. Now > it's not happening anymore. I do have two groups marked with 'K' in > the left-hand column (what does that mean?), but the rest are either > marked with 'U' or blank. > > This is *really* confusing. A cursory reading of the function in gnus-srvr.el indicates that a K is normally not possible (only U and ' ' seem possible) but the code does kill the group (which could generate the K) before inserting the U or ' ' mark. K means "unknown to Gnus, only on the server" U means "Gnus knows about it, some state is saved, but it's unsubscibed (level 5 I think)" ' ' means "regular group (level 3 I think)" I don't think you have anything to worry about - this is hardly a dangerous bug, it seems. Someone with better knowledge of the gnus-srvr.el code should chime in at this point. Ted