From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43912 Path: main.gmane.org!not-for-mail From: Mattias Ahnberg Newsgroups: gmane.emacs.gnus.general Subject: gnus-server-alist and archive error. Date: Mon, 18 Mar 2002 09:43:06 +0100 Organization: Ahnberg, that vampire guy. Sender: owner-ding@hpc.uh.edu Message-ID: <873cyye06d.fsf@paranoia.ahnberg.pp.se> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1016441187 28761 127.0.0.1 (18 Mar 2002 08:46:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 18 Mar 2002 08:46:27 +0000 (UTC) Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16msmg-0007Th-00 for ; Mon, 18 Mar 2002 09:46:26 +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 16msjx-00054z-00; Mon, 18 Mar 2002 02:43:37 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 18 Mar 2002 02:43:43 -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 CAA05395 for ; Mon, 18 Mar 2002 02:43:32 -0600 (CST) Original-Received: (qmail 19368 invoked by alias); 18 Mar 2002 08:43:21 -0000 Original-Received: (qmail 19363 invoked from network); 18 Mar 2002 08:43:20 -0000 Original-Received: from ahnberg.pp.se (HELO paranoia.ahnberg.pp.se) (root@195.54.156.154) by gnus.org with SMTP; 18 Mar 2002 08:43:20 -0000 Original-Received: from paranoia.ahnberg.pp.se (ahnberg@localhost [127.0.0.1]) by paranoia.ahnberg.pp.se (8.12.1/8.12.1) with ESMTP id g2I8h61d006086 for ; Mon, 18 Mar 2002 09:43:06 +0100 Original-Received: (from ahnberg@localhost) by paranoia.ahnberg.pp.se (8.12.1/8.12.1/Submit) id g2I8h6pX006083; Mon, 18 Mar 2002 09:43:06 +0100 X-Authentication-Warning: paranoia.ahnberg.pp.se: ahnberg set sender to mattias@ahnberg.pp.se using -f Original-To: ding@gnus.org X-Attribution: Ahn Original-Lines: 28 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43912 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43912 When I try to enter the server list with ^ I get the following entry: 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)))) gnus-server-insert-server-line("archive" ((nnfolder "archive" (nnfolder-directory "~/Mail/archive") (nnfolder-active-file "~/Mail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t)))) gnus-server-prepare() gnus-enter-server-buffer() gnus-group-enter-server-mode() call-interactively(gnus-group-enter-server-mode) Checking the value of gnus-server-alist gives me the following: (("archive" (nnfolder "archive" (nnfolder-directory "~/Mail/archive") (nnfolder-active-file "~/Mail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t)))) Problem though is that I don't _have_ a ~/Mail/archive folder, I have removed all entries and pointers to it from .newsrc.eld and from my .gnus file since long. I just noted this problem though, so it might have been there for a while. Where else could this be set? And how do I work around it? /ahnberg.