From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55361 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Agent add servers twice? Date: Tue, 30 Dec 2003 00:41:14 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1072741297 27205 80.91.224.253 (29 Dec 2003 23:41:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2003 23:41:37 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M3901@lists.math.uh.edu Tue Dec 30 00:41:34 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ab70w-0006T8-00 for ; Tue, 30 Dec 2003 00:41:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Ab70p-0003wM-00; Mon, 29 Dec 2003 17:41:27 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Ab70g-0003vZ-00 for ding@lists.math.uh.edu; Mon, 29 Dec 2003 17:41:18 -0600 Original-Received: from yxa.extundo.com (178.230.13.217.in-addr.dgcsystems.net [217.13.230.178]) by justine.libertine.org (Postfix) with ESMTP id C013E3A0047 for ; Mon, 29 Dec 2003 17:41:17 -0600 (CST) Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.10/8.12.10) with ESMTP id hBTNfFAU006475 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 30 Dec 2003 00:41:16 +0100 Original-To: Kevin Greiner Mail-Copies-To: nobody X-Hashcash: 0:031229:kgreiner@xpediantsolutions.com:6973a6085418ee46 X-Hashcash: 0:031229:ding@gnus.org:cca811f1c951c211 User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55361 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55361 Kevin Greiner writes: > Simon Josefsson writes: > >> Simon Josefsson writes: >> >>> Notice that the server is "news.gmane.org" and not >>> "nntp:news.gmane.org" which I would expect. I'm replacing all such >>> occurrences with the fully qualified server name now and checking if >>> it helps... > > This behavior is due to the agent using server names, rather than > methods, to keep track of the agentized servers. As you noted, your > configuration provided a server name that was not fully qualified so > the agent used it. Yes. I cannot reproduce this error, so consider it caused by an earlier problem that corrupted my .newsrc.eld, and now solved. >> This helped. To another agent problem: >> >> The agent add/remove commands in the server buffer are confused. >> >> Starting situation: >> >> {nntp:news.nada.kth.se} (opened) >> >> That is my native server, i.e.: >> >> '(gnus-select-method (quote (nntp "news.nada.kth.se" (nntp-address "localhost") (nntp-port-number 1191)))) >> >> I press J a: >> >> Entered nntp:news.nada.kth.se into the Agent >> >> {nntp:news.nada.kth.se} (opened) >> >> Notice no (agent) >> >> I press J a again and get >> >> Entered nntp:news.nada.kth.se into the Agent >> >> {nntp:news.nada.kth.se} (opened) (agent) >> >> Now the lib/servers file contain: >> >> ("nntp:news.nada.kth.se" "native") >> >> Bad... > > Interesting, this is further evidence of problems with the method/name > mapping. I made changes to that code this morning (29 Dec). Have you > updated to the latest CVS since then? Yes, I'm running latest CVS now, and I was able to reproduce it again. The first J a add "native" and the second add "nntp:news.nada.kth.se".