From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Command-line argument in Info Date: 01 Apr 2004 07:44:14 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <406B5BB2.7050800@ig.com.br> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1080798436 11877 80.91.224.253 (1 Apr 2004 05:47:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Apr 2004 05:47:16 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Apr 01 07:47:08 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B8v2i-0004aF-00 for ; Thu, 01 Apr 2004 07:47:08 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B8v2i-0008QZ-00 for ; Thu, 01 Apr 2004 07:47:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B8v0C-0008Ns-1P for emacs-devel@quimby.gnus.org; Thu, 01 Apr 2004 00:44:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B8uyP-0005st-Ts for emacs-devel@gnu.org; Thu, 01 Apr 2004 00:42:41 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B8uxY-0004SV-MJ for emacs-devel@gnu.org; Thu, 01 Apr 2004 00:42:20 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.30) id 1B8uxR-00047g-9e; Thu, 01 Apr 2004 00:41:41 -0500 Original-To: Vinicius Jose Latorre In-reply-to: <406B5BB2.7050800@ig.com.br> (message from Vinicius Jose Latorre on Wed, 31 Mar 2004 21:00:50 -0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21151 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21151 > Date: Wed, 31 Mar 2004 21:00:50 -0300 > From: Vinicius Jose Latorre > > What is the right command-line argument `-no-init-file' or > `--no-init-file'? `-no-site-file' or `--no-site-file'? You can use either one. In startup.el, the function command-line converts --no-site-file and --no-init-file to, respectively, -no-site-file and -no-init-file.