From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38558 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: self contained nnfolder Date: Mon, 03 Sep 2001 19:36:06 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? Message-ID: References: <87r8tqim9w.fsf@uwo.ca> <87zo8efblz.fsf@uwo.ca> <87ofotfv4x.fsf@uwo.ca> <877kvhndbj.fsf@uwo.ca> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174402 23148 80.91.224.250 (21 Oct 2002 04:26:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:26:42 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 3272 invoked from network); 3 Sep 2001 23:36:07 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (261@129.22.96.25) by gnus.org with SMTP; 3 Sep 2001 23:36:07 -0000 Original-Received: (qmail 4542 invoked by uid 500); 3 Sep 2001 23:36:28 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Mail-Copies-To: never In-Reply-To: <877kvhndbj.fsf@uwo.ca> (Dan Christensen's message of "Sun, 02 Sep 2001 23:49:36 -0400") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 10 Xref: main.gmane.org gmane.emacs.gnus.general:38558 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38558 Dan Christensen wrote: > Debugger entered--Lisp error: (wrong-type-argument symbolp (nnfolder "archive" (nnfolder-directory "~/Mail/archive") (nnfolder-active-file "~/Mail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t))) > gnus-server-opened(((nnfolder "archive" (nnfolder-directory "~/Mail/archive") (nnfolder-active-file "~/Mail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t)))) This seems like a Gnus bug, maybe. Gnus is (seemingly) generating this server itself, but then hands the list to something expecting a symbol. paul