From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45275 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?q?Bj=F8rn?= Mork Newsgroups: gmane.emacs.gnus.general Subject: Re: Server variables in ~/News/agent/lib/servers Date: Sun, 16 Jun 2002 23:14:34 +0200 Organization: Dress oven-ready Damsels Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1024262119 13142 127.0.0.1 (16 Jun 2002 21:15:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 16 Jun 2002 21:15:19 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17JhMk-0003Pr-00 for ; Sun, 16 Jun 2002 23:15:19 +0200 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 17JhML-0001QA-00; Sun, 16 Jun 2002 16:14:53 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 16 Jun 2002 16:15:11 -0500 (CDT) 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 QAA03735 for ; Sun, 16 Jun 2002 16:14:58 -0500 (CDT) Original-Received: (qmail 29097 invoked by alias); 16 Jun 2002 21:14:35 -0000 Original-Received: (qmail 29092 invoked from network); 16 Jun 2002 21:14:35 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 16 Jun 2002 21:14:35 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 17Jhlv-0004rt-00 for ; Sun, 16 Jun 2002 23:41:19 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 29 Original-NNTP-Posting-Host: 148.122.252.5 Original-X-Trace: quimby.gnus.org 1024263679 14369 148.122.252.5 (16 Jun 2002 21:41:19 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 16 Jun 2002 21:41:19 GMT User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu) Cancel-Lock: sha1:TAA6qjbqcVsLk57HWc1TUblogVY= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45275 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45275 Simon Josefsson writes: > Hm, my servers file looks like: > > ("nntp:quimby.gnus.org" "nntp:news.uslinuxtraining.com" "nnimap:yxa" nil) > > where did the nil come from? It's your primary select method. It's collapsed to nil by gnus-method-simplify. Try removing it from agent and you'll see that the nil disappears. I don't know why gnus-method-simplify does this. It caused a small problem since gnus-server-get-method doesn't expand the nil. That's the reason for the (or m "native") hack. > Maybe the code should fall back to using > fully qualified servers if it cannot be "collapsed" into a smaller > one. I think the nil entry was a server that no longer exists, or a > server that still exists but used different parameters, or something > like that. gnus-method-simplify will do this already. You'll get a complete entry like before if you agentize a foreign server. Bjørn -- I can't believe how unpleasant you are.