From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33788 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Cleaning up bogus completion buffers [was newsgroups] Date: 20 Dec 2000 00:36:58 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <2npuinhcw5.fsf@tiger.jia.vnet> References: <764s0inw7o.fsf@newjersey.ppllc.com> <5belzmi9jw.fsf@brandy.cs.rochester.edu> <76hf4hlihz.fsf@newjersey.ppllc.com> <2nu27z23wy.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169830 26956 80.91.224.250 (21 Oct 2002 03:10:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:10:30 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 73698D049D for ; Wed, 20 Dec 2000 00:37:30 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id XAB09559; Tue, 19 Dec 2000 23:37:29 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 19 Dec 2000 23:36:47 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id XAA00695 for ; Tue, 19 Dec 2000 23:36:37 -0600 (CST) Original-Received: from zsh.yi.org (d185fc155.rochester.rr.com [24.95.193.85]) by mailhost.sclp.com (Postfix) with ESMTP id 92368D049D for ; Wed, 20 Dec 2000 00:37:01 -0500 (EST) Original-Received: (from zsh@localhost) by zsh.yi.org (8.10.0/8.10.0) id eBK5awe15250; Wed, 20 Dec 2000 00:36:58 -0500 Original-To: Harry Putnam X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Original-Lines: 25 User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.95 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33788 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33788 Harry Putnam writes: > ShengHuo ZHU writes: > > > You could browse the server to find out new groups. > > > > Now, I've changed the behavior of `C-k', that is, if a group is killed > > twice, it will no longer be in gnus-killed-list. > > A related question: I've had occasion to misstype an entry when > using `j' to jump to a group. > > Imagine ... you type `j' nnml:newestgroup and you really meant > nnml:newergroup. > > The result will be that a killed group with the mistaken name is > created at the bottom of group buffer. Ok.. fine, you can kill it > again. > > Now here's the rub. That mistaken, twice killed group is now included > in completion buffers. Now fixed. Only for twice killed groups. ShengHuo