From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55352 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: automatic Agentizing of servers (was: Summary buffer Date: Mon, 29 Dec 2003 23:33:52 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <4nn0aleo5u.fsf@lockgroove.bwh.harvard.edu> <4nd6bhhf0j.fsf@lockgroove.bwh.harvard.edu> <877k0fwc8i.fsf@doohan.bang.priv.no> <87y8sv2smn.fsf@doohan.bang.priv.no> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1072737249 20178 80.91.224.253 (29 Dec 2003 22:34:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2003 22:34:09 +0000 (UTC) Original-X-From: ding-owner+M3892@lists.math.uh.edu Mon Dec 29 23:34:06 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 1Ab5xe-0002yy-00 for ; Mon, 29 Dec 2003 23:34:06 +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 1Ab5xX-000338-00; Mon, 29 Dec 2003 16:33:59 -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 1Ab5xT-000333-00 for ding@lists.math.uh.edu; Mon, 29 Dec 2003 16:33:55 -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 E69C93A0047 for ; Mon, 29 Dec 2003 16:33:53 -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 hBTMXqAU004804 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 29 Dec 2003 23:33:52 +0100 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Hashcash: 0:031229:ding@gnus.org:2d5008bcc6c9eff0 In-Reply-To: <87y8sv2smn.fsf@doohan.bang.priv.no> (Steinar Bang's message of "Mon, 29 Dec 2003 22:58:40 +0100") 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:55352 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55352 Steinar Bang writes: >>>>>> Simon Josefsson : > >> I have installed the following. I did test it slightly, but please >> verify if it works. > >> 2003-12-29 Simon Josefsson > >> * gnus-agent.el (gnus-agentize): Improve auto-agentizing logic. >> Suggested by Steinar Bang . > > I have patched the .el file, run make in the lisp directory and > started a new xemacs. > > If I do J r on the agentized servers in the *Server* buffer, quit > gnus, do > rm -rf ~/News/agent > and restart gnus, I still find the servers agentized after startup. Uhm, but what would you expect to happen? The knowledge about which servers are agentized and which are not is stored in ~/News/agent/lib/servers, so if you remove that file, Gnus will auto-agentize your servers. The point of the patch is that auto-agentification only happens once (unless you modify ~/News/agent/ manually). I think if a user remove ~/News/agent she wishes to start afresh, and auto-agentification is useful in that case. What do you think? Can you suggest/describe a better logic that does what you want?