From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53285 Path: main.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.gnus.general Subject: Re: How to make gnus read something besides .gnus in batch mode Date: Mon, 30 Jun 2003 05:32:11 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: <87smpsuqwk.fsf@indigo.shootybangbang.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1056947605 8635 80.91.224.249 (30 Jun 2003 04:33:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2003 04:33:25 +0000 (UTC) Original-X-From: ding-owner+M1829@lists.math.uh.edu Mon Jun 30 06:33:24 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 19WqM0-0002F8-00 for ; Mon, 30 Jun 2003 06:33:24 +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 19WqLW-0004Mw-00; Sun, 29 Jun 2003 23:32:54 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19WqLS-0004Mr-00 for ding@lists.math.uh.edu; Sun, 29 Jun 2003 23:32:50 -0500 Original-Received: (qmail 90180 invoked by alias); 30 Jun 2003 04:32:50 -0000 Original-Received: (qmail 90171 invoked from network); 30 Jun 2003 04:32:49 -0000 Original-Received: from main.gmane.org (80.91.224.249) by sclp3.sclp.com with SMTP; 30 Jun 2003 04:32:49 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19WqL0-0002DG-00 for ; Mon, 30 Jun 2003 06:32:22 +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 19WqKz-0002D6-00 for ; Mon, 30 Jun 2003 06:32:21 +0200 Original-Lines: 8 Original-X-Complaints-To: usenet@main.gmane.org X-Attribution: jpw X-Face: R(_z-rF:grdKO.*u`n);p.i$Eiz=h^CO5eDYv"4:K@#\HN09*Ykx}}B{kF/KH}%f_o^Wp wrote: > Will gnus be aware of some thing like shell $@ when .gnus is read, > where I could look for the `-batch' flag and load certain stuff if its > pressent? Many arguments are deleted from `command-line-args' as they are processed. How about checking the `noninteractive' variable ?