From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46475 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: run agent in -batch mode reading a batch rc file instead of .gnus Date: Tue, 10 Sep 2002 10:17:31 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1031678519 10270 127.0.0.1 (10 Sep 2002 17:21:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 10 Sep 2002 17:21:59 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17ooi4-0002f7-00 for ; Tue, 10 Sep 2002 19:21:56 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17oogk-0001Dj-00; Tue, 10 Sep 2002 12:20:35 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 10 Sep 2002 12:21:10 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id MAA10356 for ; Tue, 10 Sep 2002 12:20:58 -0500 (CDT) Original-Received: (qmail 18249 invoked by alias); 10 Sep 2002 17:20:18 -0000 Original-Received: (qmail 18244 invoked from network); 10 Sep 2002 17:20:17 -0000 Original-Received: from mail.dslextreme.com (66.51.205.14) by gnus.org with SMTP; 10 Sep 2002 17:20:17 -0000 Original-Received: (qmail 25236 invoked from network); 10 Sep 2002 17:18:23 -0000 Original-Received: from adsl-66.51.210.228.dslextreme.com (HELO reader.local.lan) (66.51.210.228) by mail.dslextreme.com with SMTP; 10 Sep 2002 17:18:23 -0000 Original-Received: from reader.local.lan (localhost [127.0.0.1]) by reader.local.lan (8.12.3/8.12.3) with ESMTP id g8AHKEm3029944 for ; Tue, 10 Sep 2002 10:20:14 -0700 Original-Received: (from reader@localhost) by reader.local.lan (8.12.3/8.12.3/Submit) id g8AHKEWm029941; Tue, 10 Sep 2002 10:20:14 -0700 X-Authentication-Warning: reader.local.lan: reader set sender to reader@newsguy.com using -f Original-To: ding@gnus.org In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Tue, 10 Sep 2002 11:53:40 +0200") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Original-Lines: 21 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46475 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46475 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > Harry Putnam writes: > >> The easiest would be if I could tell gnus not to read ~/.gnus, >> then I could just load what ever I wanted. > > Maybe "emacs -q" should abstain from reading ~/.gnus, as it abstains > from reading ~/.emacs. > > If this doesn't happen, then maybe it's a bug? What do people think? > > ("emacs -batch" implies the "-q" option.) > Even when running gnus-agent-batch ~/.gnus is loaded $ emacs -batch -no-site-file -f gnus-agent-batch hello world -- ~/.gnus So maybe that is a bug. Reiners solution fixed me up for what I wanted.