From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.bugs Subject: Re: command-line-args does not work Date: Sat, 27 Mar 2004 12:24:06 +0200 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <5567-Sat27Mar2004122405+0300-eliz@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1080383310 15015 80.91.224.253 (27 Mar 2004 10:28:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 Mar 2004 10:28:30 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Mar 27 11:28:20 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B7B35-0007Z7-00 for ; Sat, 27 Mar 2004 11:28:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B7B2q-00008h-2e for geb-bug-gnu-emacs@m.gmane.org; Sat, 27 Mar 2004 05:28:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B7B2n-000080-MW for bug-gnu-emacs@gnu.org; Sat, 27 Mar 2004 05:28:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B7B2C-0008N5-7s for bug-gnu-emacs@gnu.org; Sat, 27 Mar 2004 05:27:56 -0500 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B7B2B-0008Lc-Pw for bug-gnu-emacs@gnu.org; Sat, 27 Mar 2004 05:27:23 -0500 Original-Received: from zaretski (pns03-209-174.inter.net.il [80.230.209.174]) by aragorn.inter.net.il (MOS 3.4.5-GR) with ESMTP id CQJ82275; Sat, 27 Mar 2004 12:26:58 +0200 (IST) Original-To: kin@techie.com X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (ignore-this-prefixkin@techie.com) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:7390 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7390 > From: ignore-this-prefixkin@techie.com > Date: 26 Mar 2004 20:23:11 -0800 > > command-line-args does not contain the command line args > passed by shell. For instance, command-line-args is > ("emacs") in the instance of emacs invoked as "emacs -u kin". That's normal behavior: arguments that are processed by Emacs during its startup are deleted from command-line-args. The doc string in the development sources already mentions that.