From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27904 Path: main.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.gnus.general Subject: Re: Server agent property not sticking Date: 07 Dec 1999 11:19:45 -0800 Organization: Gnus Information Center Sender: owner-ding@hpc.uh.edu Message-ID: References: Reply-To: johnw@gnu.org NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164845 27022 80.91.224.250 (21 Oct 2002 01:47:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:47:25 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA07205 for ; Tue, 7 Dec 1999 14:21:53 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB18520; Tue, 7 Dec 1999 13:21:29 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 07 Dec 1999 13:21:39 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA24173 for ; Tue, 7 Dec 1999 13:21:17 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA07180 for ; Tue, 7 Dec 1999 14:20:37 -0500 (EST) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id UAA02550 for ding@gnus.org; Tue, 7 Dec 1999 20:22:31 +0100 (CET) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 8 Original-NNTP-Posting-Host: host15-130.inprise.com Original-X-Trace: quimby.gnus.org 944594551 8858 143.186.15.130 (7 Dec 1999 19:22:31 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 7 Dec 1999 19:22:31 GMT X-Home-Page: http://www.emacs.org/~johnw/ X-Public-Key: http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0xF40524D0 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27904 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27904 Lars Magne Ingebrigtsen writes: > Perhaps you have some groups from a similar virtual nntp server? The > `^' command will list all the (virtual) servers that Gnus knows about. I found the problem. `(gnus-agentize)' MUST be in .gnus.el, and not in .emacs.el. Since I've never kept a .gnus.el file before, I naturally did not put it there.