From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53286 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: How to make gnus read something besides .gnus in batch mode Date: Sun, 29 Jun 2003 23:25:14 -0700 Organization: Still searching... Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87smpsuqwk.fsf@indigo.shootybangbang.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1056954481 31337 80.91.224.249 (30 Jun 2003 06:28:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2003 06:28:01 +0000 (UTC) Original-X-From: ding-owner+M1830@lists.math.uh.edu Mon Jun 30 08:27:58 2003 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 19Ws8s-000893-00 for ; Mon, 30 Jun 2003 08:27:58 +0200 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 19Ws6S-0004Zx-00; Mon, 30 Jun 2003 01:25:28 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19Ws6J-0004Zp-00 for ding@lists.math.uh.edu; Mon, 30 Jun 2003 01:25:19 -0500 Original-Received: (qmail 93309 invoked by alias); 30 Jun 2003 06:25:19 -0000 Original-Received: (qmail 93304 invoked from network); 30 Jun 2003 06:25:18 -0000 Original-Received: from main.gmane.org (80.91.224.249) by sclp3.sclp.com with SMTP; 30 Jun 2003 06:25:18 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19Ws5q-0007yj-00 for ; Mon, 30 Jun 2003 08:24:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19Ws5p-0007yZ-00 for ; Mon, 30 Jun 2003 08:24:49 +0200 Original-Lines: 11 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:XaPNJqYm7NlJK4walkWGudfumhQ= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53286 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53286 John Paul Wallington writes: > Many arguments are deleted from `command-line-args' as they are > processed. How about checking the `noninteractive' variable ? probably being a horrible pest here but how would I make emacs cough up the contents of `noninteractive' something like: emacs -batch -eval '(noninteractive)' but the syntax is all dorked up.