From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43792 Path: quimby.gnus.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: Update to CVS breaks for me Date: Wed, 06 Mar 2002 21:05:45 -0800 Message-ID: References: <87zo1l1qgk.fsf@delphi.lan-ks.de> <87wuwplboq.fsf@delphi.lan-ks.de> NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby2.netfonds.no 1015478468 25011 195.204.10.66 (7 Mar 2002 05:21:08 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 7 Mar 2002 05:21:08 GMT Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16iqKw-0006VD-00; Thu, 07 Mar 2002 06:21:07 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16iqBg-0006me-00; Wed, 06 Mar 2002 23:11:32 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 06 Mar 2002 23:11:34 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id XAA08743 for ; Wed, 6 Mar 2002 23:11:23 -0600 (CST) Original-Received: (qmail 16095 invoked by alias); 7 Mar 2002 05:11:14 -0000 Original-Received: (qmail 16090 invoked from network); 7 Mar 2002 05:11:14 -0000 Original-Received: from smtp.newsguy.com (HELO newsguy.com) (209.155.56.71) by gnus.org with SMTP; 7 Mar 2002 05:11:14 -0000 Original-Received: from reader.local.lan (adsl-66.51.210.228.dslextreme.com [66.51.210.228]) by newsguy.com (8.9.1a/8.9.1) with ESMTP id VAA51148 for ; Wed, 6 Mar 2002 21:10:41 -0800 (PST) Original-Received: (from reader@localhost) by reader.local.lan (8.11.6/8.11.6) id g275Ab925788; Wed, 6 Mar 2002 21:10:37 -0800 X-Authentication-Warning: reader.local.lan: reader set sender to reader@newsguy.com using -f Original-To: In-Reply-To: <87wuwplboq.fsf@delphi.lan-ks.de> (Jochen Hein's message of "Wed, 06 Mar 2002 20:48:37 +0100") User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1.80 (i586-pc-linux-gnu) Original-Lines: 35 Precedence: list X-Majordomo: 1.94.jlt7 Xref: quimby.gnus.org gmane.emacs.gnus.general:43792 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43792 Jochen Hein writes: >>>>>> "Karl" == Karl Kleinpaste writes: > > Karl> That looks like something hosed down your overviews. Run M-x > Karl> nnml-generate-nov-databases-1 on the group in question. > > That asks me for a directory for that group that I had to create > (other nnml-Groups seem to use ~/News/cache/nnml...) - but no change. > I get these messages for nntp groups too, but only in CVS-Gnus. Going > back to 0.05 is fine. For what it's worth, gnus-nov-is-evil is nil. It wants to know where you want it to run. The group in your output was: nnml+private:mail.misc-2002 No nnml groups should be using ~/News/cache/nnml... I think something is wrong there. In fact nnml should probably be excluded from being cacheable since it is already on disk. With something like (setq gnus-uncacheable-groups "^nnml") But before changing any settings, I think you may need to remove anything under ~/News/cache/nnml including the nnml. And check any active file you find there. Possibly removing any nnml groups listed in it. But before doing so please investigate what is there and make a copy. Another step might be to save .gnus to .gnus_orig and strip all comments out of the one you are actually using until you get this resolved. I got lost after the first 100 lines or so. But then I'm not lisp literate either. For what its worth, I compiled the most recent cvs a few hours ago and don't see this problem.