From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Fast emacs? Date: Mon, 18 May 2009 11:05:02 -0700 Message-ID: <001701c9d7e3$2a9055a0$c2b22382@us.oracle.com> References: <7a909198-c1e9-4ac1-aa69-94ba302deadc@u9g2000pre.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1242669943 17048 80.91.229.12 (18 May 2009 18:05:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 May 2009 18:05:43 +0000 (UTC) To: "'kj'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 18 20:05:36 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M67DS-0002Fj-Iq for geh-help-gnu-emacs@m.gmane.org; Mon, 18 May 2009 20:05:34 +0200 Original-Received: from localhost ([127.0.0.1]:33609 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M67DR-0000Iu-TV for geh-help-gnu-emacs@m.gmane.org; Mon, 18 May 2009 14:05:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M67D3-0000I4-J7 for help-gnu-emacs@gnu.org; Mon, 18 May 2009 14:05:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M67Cy-0000G9-Tf for help-gnu-emacs@gnu.org; Mon, 18 May 2009 14:05:08 -0400 Original-Received: from [199.232.76.173] (port=44686 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M67Cy-0000Fz-G5 for help-gnu-emacs@gnu.org; Mon, 18 May 2009 14:05:04 -0400 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:41294) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M67Cx-0005yX-RC for help-gnu-emacs@gnu.org; Mon, 18 May 2009 14:05:04 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by acsinet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n4II4haK010062 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 18 May 2009 18:04:44 GMT Original-Received: from abhmt004.oracle.com (abhmt004.oracle.com [141.146.116.13]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n4II5VEw014236; Mon, 18 May 2009 18:05:31 GMT Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 18 May 2009 11:04:53 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: AcnX4aQ/felJ+eFKSByMVRALL2YRCwAAOctg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Source-IP: abhmt004.oracle.com [141.146.116.13] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090207.4A11A346.020F:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64545 Archived-At: > >emacs -Q > > In all my years using emacs (decades really) I never knew of this > command-line switch. In fact, after rummaging through the man page > and the emacs docs, I was not able to find it. In releases of Emacs prior to 22, you can use `emacs -q --no-site-file'. It does the same thing as does `emacs -Q' in Emacs 22 and later.