From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35854 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: nnml-directory Date: 16 Apr 2001 08:47:15 -0700 Message-ID: References: <5b66g4ew28.fsf@avocet.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035171537 5291 80.91.224.250 (21 Oct 2002 03:38:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:38:57 +0000 (UTC) Return-Path: Original-Received: (qmail 12585 invoked by alias); 16 Apr 2001 16:33:15 -0000 Original-Received: (qmail 12580 invoked from network); 16 Apr 2001 16:33:15 -0000 Original-Received: from mail.networkone.net (209.144.112.246) by gnus.org with SMTP; 16 Apr 2001 16:33:15 -0000 Original-Received: (qmail 24950 invoked from network); 16 Apr 2001 16:33:15 -0000 Original-Received: from unknown (HELO reader.local.lan) (209.144.117.151) by mail.networkone.net with SMTP; 16 Apr 2001 16:33:15 -0000 Original-Received: (from reader@localhost) by reader.local.lan (8.11.0/8.11.0) id f3GFlF501883; Mon, 16 Apr 2001 08:47:15 -0700 X-Authentication-Warning: reader.local.lan: reader set sender to reader@newsguy.com using -f Original-To: ding@gnus.org In-Reply-To: <5b66g4ew28.fsf@avocet.cs.rochester.edu> (ShengHuo ZHU's message of "16 Apr 2001 10:52:31 -0400") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Original-Lines: 24 Xref: main.gmane.org gmane.emacs.gnus.general:35854 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35854 ShengHuo ZHU writes: > Harry Putnam writes: > > > This looks very wrong. I'm not having a problem far as I know, > > just happend to be examining that variable. > > > > nnml-directory's value is > > "~/News/agent/nntp/enews.newsguy.com/" > > > > I don't have this defined anywhere so it must be the default value. > > Surely that cannot be right? > > It can be right if you use agent, because nnml is a parent backend of > nnagent. If you are curious about it, (cadr (assq 'nnml > nnoo-state-alist)) tells you the current server of nnml. > Somewhat confusing but yes I see the empty name "" just as it is in .gnus. Thats a nifty diagnostic command in case of certain kinds of trouble... Thanks.