From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/11274 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: reading the cache in nnspool when it has articles from non-primary groups Date: 06 Jun 1997 05:21:55 +0200 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035151011 29313 80.91.224.250 (20 Oct 2002 21:56:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:56:51 +0000 (UTC) Return-Path: Original-Received: from sandy.calag.com (root@sandy [206.190.83.128]) by altair.xemacs.org (8.8.5/8.8.5) with ESMTP id WAA13331 for ; Thu, 5 Jun 1997 22:00:16 -0700 Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by sandy.calag.com (8.8.5/8.8.5) with ESMTP id WAA24388 for ; Thu, 5 Jun 1997 22:00:24 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id XAA24471 for ; Thu, 5 Jun 1997 23:59:39 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Fri, 6 Jun 1997 06:01:49 +0200 Original-Received: (qmail 1915 invoked by uid 504); 6 Jun 1997 04:01:47 -0000 Original-Received: (qmail 1911 invoked from network); 6 Jun 1997 04:01:47 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by claymore.vcinet.com with SMTP; 6 Jun 1997 04:01:46 -0000 Original-Received: from proletcult.slip.ifi.uio.no (root@xyplex18.uio.no [129.240.154.38]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 6 Jun 1997 06:01:44 +0200 Original-Received: (from larsi@localhost) by proletcult.slip.ifi.uio.no (8.8.2/8.8.2) id FAA22055; Fri, 6 Jun 1997 05:21:56 +0200 Mail-Copies-To: never Original-To: ding@gnus.org In-Reply-To: Greg Stark's message of 01 Jun 1997 21:08:57 -0400 X-Mailer: Quassia Gnus v0.1/Emacs 19.34 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > nnspool-request-group("kaffe" "cache" t) > gnus-request-group("nndsc:kaffe" t) > gnus-select-newsgroup("nndsc:kaffe" t) > gnus-summary-read-group-1("nndsc:kaffe" t t nil nil) > gnus-summary-read-group("nndsc:kaffe" t t nil nil) > gnus-group-read-group(t t "nndsc:kaffe") > byte-code("ÀÁ\211\n#\205^I^@\n\207" [gnus-group-read-group t group] 4) > gnus-group-read-ephemeral-group("nndsc:kaffe" (nnspool "cache" (nnspool-spool-directory "~/News/cache/") (nnspool-nov-directory "~/News/cache/") (nnspool-active-file "~/News/cache/active")) nil (# . browse)) The problem here is that the group is improperly named. It should be called "nnspool+cache:nndsc:kaffe", I think. Probably. Ah. A brain fart in `gnus-group-read-ephemeral-group'. Possibly fixed in Gnus 5.4.57. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen