From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: command-line-args problem Date: Wed, 11 Sep 2002 14:03:54 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200209112003.g8BK3st20633@wijiji.santafe.edu> References: <200209102217.g8AMH5811195@hillux.cpqd.com.br> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031776438 30499 127.0.0.1 (11 Sep 2002 20:33:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 11 Sep 2002 20:33:58 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17pEBQ-0007vl-00 for ; Wed, 11 Sep 2002 22:33:56 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17pEmU-00060F-00 for ; Wed, 11 Sep 2002 23:12:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17pEBY-0003bR-00; Wed, 11 Sep 2002 16:34:04 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17pE6Q-0002jD-00 for emacs-devel@gnu.org; Wed, 11 Sep 2002 16:28:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17pE6G-0002gs-00 for emacs-devel@gnu.org; Wed, 11 Sep 2002 16:28:44 -0400 Original-Received: from gnudist.gnu.org ([199.232.41.7]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17pE6F-0002gm-00; Wed, 11 Sep 2002 16:28:36 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by gnudist.gnu.org with esmtp (Exim 4.10) id 17pE6F-0004o4-00; Wed, 11 Sep 2002 16:28:35 -0400 Original-Received: from wijiji.santafe.edu (wijiji [192.12.12.5]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g8BK4S513570; Wed, 11 Sep 2002 14:04:28 -0600 (MDT) Original-Received: (from rms@localhost) by wijiji.santafe.edu (8.11.6+Sun/8.9.3) id g8BK3st20633; Wed, 11 Sep 2002 14:03:54 -0600 (MDT) X-Authentication-Warning: wijiji.santafe.edu: rms set sender to rms@wijiji using -f Original-To: vinicius@cpqd.com.br In-reply-to: <200209102217.g8AMH5811195@hillux.cpqd.com.br> (message from Vinicius Jose Latorre on Tue, 10 Sep 2002 19:17:05 -0300) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7853 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7853 - Variable: command-line-args The value of this variable is the list of command-line arguments passed to Emacs. Many arguments get deleted when they are handled. I tend to think that it is not worth changing this, but I will document it. Was there any particular problem you are trying to solve?