From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19827 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: "Trying to require a method that doesn't exist" Date: 13 Dec 1998 02:16:33 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158107 13623 80.91.224.250 (20 Oct 2002 23:55:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:55:07 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA20622 for ; Sat, 12 Dec 1998 21:31:05 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.9.1/8.9.1) with ESMTP id UAA31754; Sat, 12 Dec 1998 20:30:43 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 12 Dec 1998 20:30:06 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id UAA18088 for ; Sat, 12 Dec 1998 20:29:56 -0600 (CST) Original-Received: from xiphias.pdc.kth.se (xiphias.pdc.kth.se [130.237.221.226]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA20582 for ; Sat, 12 Dec 1998 21:29:46 -0500 (EST) Original-Received: (from jas@localhost) by xiphias.pdc.kth.se (8.8.5/8.8.5) id DAA14108; Sun, 13 Dec 1998 03:29:30 +0100 (MET) Original-To: Harry Putnam In-Reply-To: Harry Putnam's message of "Sun, 13 Dec 1998 00:24:41 GMT" Mail-Copies-To: never User-Agent: Gnus/5.070065 (Pterodactyl Gnus v0.65) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 29 Xref: main.gmane.org gmane.emacs.gnus.general:19827 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:19827 Harry Putnam writes: > Your clues led me to find an improper entry in .newsrc.eld in the > section that holds the Group Information. Begins with: > "(setq gnus-newsrc-alist ......" > > One of the nnml group entries looks like this: > ("nnml:mail.Barb" 3 ((1 . 1)) ((reply 1)) "nnml:") > > Where as others have the proper form like so: > ("nnml:mail.misc" 3 ((1 . 53) (57 . 57)) ((reply 53)) (nnml "")) > > Notice the last part with "nnml" is formatted differently. Since 0.52 pGnus tries to shorten select methods to a virtual server name if the method is native or secondary -- this lets you change your server variables in ~/.gnus without having to edit your ~/.newsrc. That is, "nnml:" is really a valid method field in your ~/.newsrc. I think that you no longer have `(nnml "")' in `gnus-secondary-select-methods', is that true? If this is the case, I think the error message is valid and you should let Gnus know about a nnml-backend named "" and things should work (by adding `(nnml "")' to `gnus-secondary-select-methods' or something to that effect). /s