unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* command-line-args problem
@ 2002-09-10 22:17 Vinicius Jose Latorre
  2002-09-11 20:03 ` Richard Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: Vinicius Jose Latorre @ 2002-09-10 22:17 UTC (permalink / raw)



Hi Folks,


Browsing the manuals with info, there is the following documentation:

    - Variable: command-line-args
	The value of this variable is the list of command-line arguments
	passed to Emacs.

But when I start emacs with:

   emacs -q --no-site-file -fg white -bg black

I got the following value:

   C-h v command-line-args RET

   command-line-args's value is ("emacs")


   Documentation:
   Args passed by shell to Emacs, as a list of strings.

Shouldn't it be ("emacs" "-q" "--no-site-file" "-fg" "white" "-bg" "black") ??

Am I missing something?

I'm using:
GNU Emacs 21.2.90.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2002-05-27 on hillux.cpqd.com.br


Vinicius

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-09-12 16:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-10 22:17 command-line-args problem Vinicius Jose Latorre
2002-09-11 20:03 ` Richard Stallman
2002-09-11 20:30   ` Vinicius Jose Latorre
2002-09-12 16:41     ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).