From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Tomas Nordin Newsgroups: gmane.emacs.help Subject: Re: How to get command line arguments? Date: Fri, 05 Jul 2019 00:12:02 +0200 Message-ID: <87ef35h2kt.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> References: <20190704175316.GU8543@protected.rcdrun.com> <878stdd410.fsf@telefonica.net> <20190704202558.GJ8543@protected.rcdrun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="192440"; mail-complaints-to="usenet@blaine.gmane.org" Cc: help-gnu-emacs@gnu.org To: Jean Louis , =?utf-8?Q?=C3=93scar?= Fuentes Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 05 00:27:38 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hjACX-000nt3-Lg for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jul 2019 00:27:37 +0200 Original-Received: from localhost ([::1]:49038 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hj9xi-00085B-Qo for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Jul 2019 18:12:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59636) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hj9xa-000854-FI for help-gnu-emacs@gnu.org; Thu, 04 Jul 2019 18:12:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hj9xY-0006Wj-Tv for help-gnu-emacs@gnu.org; Thu, 04 Jul 2019 18:12:10 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:42693) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hj9xY-0006Tm-9O for help-gnu-emacs@gnu.org; Thu, 04 Jul 2019 18:12:08 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 85AFA2400E6 for ; Fri, 5 Jul 2019 00:12:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1562278325; bh=eqaQKaS9Mf+/baY57uZ9tWkUYM39jV8mM2s/xzRsQ1Q=; h=From:To:Cc:Subject:Date:From; b=nHOX7IrZ+0op2BGwF0NyFdlrgb+/JyLlt/ETTy2OKjkMi1n6m6twV/s89APUJMBt9 FneAHOhG9Ga3CxSgwLqkiAtNlEoaxgvEMr4i7cJ7XdSCNmlmewSaA+1so1Sjo4q96v JQqUuUDx44D8ygsLppD1kuKr7D3YcGxT8ZB7w+7tmxO3r5nnB/oe3OceqVWh0/AsSf PjP58N9AsLC21w+xvuICeuoStRNSY9lbNrvRBpzy2wHr7CbyLigClJB/3ykY/kbJV/ /rxddOX6GjfoTafzFILqP9mTAvwa9cm0CNDQePvH8akcA6+20GxabR3XkH4w/zLvWw xWR+nSO4Hv0Mw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 45fsdv3z5Nz9rxL; Fri, 5 Jul 2019 00:12:03 +0200 (CEST) In-Reply-To: <20190704202558.GJ8543@protected.rcdrun.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.66 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:121102 Archived-At: Jean Louis writes: > * =C3=93scar Fuentes [2019-07-04 20:56]: >> Jean Louis writes: >>=20 >> > How do I fetch command line arguments from >> > scripts with --batch mode? >>=20 >> Maybe command-line-args > > Excellent! Thank you. But hopefully one is not looking for an argument that is being removed as it is processed :/ Best regards -- Tomas