From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28755 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Entry to empty nnml group errors out on cache attempt Date: 14 Jan 2000 12:20:47 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165545 31488 80.91.224.250 (21 Oct 2002 01:59:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:59:05 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 30808D051E for ; Fri, 14 Jan 2000 12:23:19 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB09401; Fri, 14 Jan 2000 11:23:03 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 14 Jan 2000 11:22:33 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA28471 for ; Fri, 14 Jan 2000 11:22:20 -0600 (CST) Original-Received: from beaver.jprc.com (BEAVER.JPRC.COM [207.86.147.217]) by mailhost.sclp.com (Postfix) with ESMTP id C051BD051E for ; Fri, 14 Jan 2000 12:20:48 -0500 (EST) Original-Received: (from karl@localhost) by beaver.jprc.com (8.9.3/8.9.3) id MAA21915; Fri, 14 Jan 2000 12:20:48 -0500 X-Authentication-Warning: beaver.jprc.com: karl set sender to karl@justresearch.com using -f Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu Original-Lines: 16 User-Agent: Gnus/5.0804 (Gnus v5.8.4) XEmacs/21.2 (Millenium) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28755 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28755 I notice that any nnml group which lacks any articles not merely cannot be entered, but throws an error on a cache function name which doesn't exist. Signaling: (void-function gnus-cache-articles-in-group) gnus-cache-articles-in-group("nnml:archive.y2000.personal.karl") gnus-articles-to-read("nnml:archive.y2000.personal.karl" t) gnus-select-newsgroup("nnml:archive.y2000.personal.karl" t nil) gnus-summary-read-group-1("nnml:archive.y2000.personal.karl" t nil nil nil nil) gnus-summary-read-group("nnml:archive.y2000.personal.karl" t nil nil nil nil nil) gnus-group-read-group(nil nil nil) gnus-topic-read-group(nil) call-interactively(gnus-topic-read-group) I don't use the cache at all, and I wouldn't know why it's attempting to use cache functions for a mail group in the first place.