From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16127 Path: main.gmane.org!not-for-mail From: Mike McEwan Newsgroups: gmane.emacs.gnus.general Subject: `gnus-agent-batch' when `nntp-server-list-active-group' is `nil'? Date: 19 Aug 1998 18:09:18 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035155048 25986 80.91.224.250 (20 Oct 2002 23:04:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:04:08 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.1/8.9.1) with ESMTP id KAA23121 for ; Wed, 19 Aug 1998 10:25:32 -0700 Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id NAA24929 for ; Wed, 19 Aug 1998 13:18:59 -0400 Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAK16748; Wed, 19 Aug 1998 12:18:59 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 19 Aug 1998 12:15:33 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAA16718 for ; Wed, 19 Aug 1998 12:15:21 -0500 (CDT) Original-Received: from post.mail.demon.net (post-11.mail.demon.net [194.217.242.40]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id NAA22056 for ; Wed, 19 Aug 1998 13:15:09 -0400 (EDT) Original-Received: from (lotusland.demon.co.uk) [158.152.62.156] by post.mail.demon.net with smtp (Exim 1.82 #2) id 0z9Bp9-0000h9-00; Wed, 19 Aug 1998 17:15:03 +0000 Original-Received: from mike by lotusland.demon.co.uk with local (Exim 2.02 #1) id 0z9Bp8-0000Hf-00 for ding@gnus.org; Wed, 19 Aug 1998 18:15:02 +0100 Original-To: ding@gnus.org X-Mailer: Gnus v5.6.37/XEmacs 20.4 - "Emerald" Original-Lines: 22 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:16127 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:16127 Every-time I invoke gnus-agent-batch it sets my `nntp-server-list-active-group' to `try' despite the fact that I explicitly set to to 'nil' in my ~/.gnus.el. I know this is being done as a result of: `(defvoo nntp-server-list-active-group 'try)' in nntp.el as over-typing this `try' with `nil' fixes the problem. I have tried the following in my ~/.emacs, but no joy - `nntp-server-list-active-group' *still* gets set back to `try': (setq load-path (cons (expand-file-name "/usr/lib/xemacs/site-lisp/gnus/lisp") load-path)) (require 'nntp) (message "Is nntp.el loaded: %s" (featurep 'nntp)) (autoload 'gnus-agent-batch "gnus-agent") the `message' clearly says `t' - nntp.el has been loaded. This is prior to my ~/.gnus.el being read. What am I missing here? -- Mike.