From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55364 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: automatic Agentizing of servers (was: Summary buffer Date: Mon, 29 Dec 2003 20:19:49 -0600 Organization: Still searching... 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> <87u13jxmzg.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 1072750813 16409 80.91.224.253 (30 Dec 2003 02:20:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 30 Dec 2003 02:20:13 +0000 (UTC) Original-X-From: ding-owner+M3904@lists.math.uh.edu Tue Dec 30 03:20:09 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 1Ab9UP-0003zF-00 for ; Tue, 30 Dec 2003 03:20:09 +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 1Ab9UH-0004W1-00; Mon, 29 Dec 2003 20:20:01 -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 1Ab9UA-0004Uj-00 for ding@lists.math.uh.edu; Mon, 29 Dec 2003 20:19:54 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 828903A004E for ; Mon, 29 Dec 2003 20:19:52 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Ab9U7-00058p-00 for ; Tue, 30 Dec 2003 03:19:51 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ab9U6-00058h-00 for ; Tue, 30 Dec 2003 03:19:50 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Ab9U6-0004FQ-00 for ; Tue, 30 Dec 2003 03:19:50 +0100 Original-Lines: 18 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:/wB547n1KgIEEd0btKpxWdv2pa4= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55364 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55364 Simon Josefsson writes: > But it doesn't rule out the possibility that I'm wrong. :-) > > The auto-agentification is rather simplistic, basically I believe it > now just work like: > > IF NOT EXISTS ~/News/agent/lib/servers THEN > DOLIST (cons gnus-select-method gnus-secondary-select-methods) > method = (gnus-method-to-server LISTEL) > IF CAR(method) MEMBER OF gnus-agent-auto-agentize-methods > ADD method TO gnus-agent-covered-methods > WRITE gnus-agent-covered-methods INTO ~/News/agent/lib/servers Maybe its been explained before but I'm having trouble understanding why we need any auto agentization. Seems like it should always require a `J a' on the server. What is really saved or made better by having it automatic?