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: How to speed up emacs start time? Date: Sat, 1 Aug 2009 13:26:05 -0700 Message-ID: <83CF566259894BA4A3F9A9E9204AEA19@us.oracle.com> References: <3b9893450907301716l24ed658fpb11060fba7143fe3@mail.gmail.com><272effe0-d944-4ef4-b9d8-f7db0587f1df@c2g2000yqi.googlegroups.com> <87bpmzz47c.fsf@dd.chalmers.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249158404 17312 80.91.229.12 (1 Aug 2009 20:26:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Aug 2009 20:26:44 +0000 (UTC) To: "=?iso-8859-1?Q?'Johan_=22Bockg=E5rd=22'?=" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 01 22:26:37 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 1MXLA1-00045x-S1 for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Aug 2009 22:26:34 +0200 Original-Received: from localhost ([127.0.0.1]:45491 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXLA1-0005nC-5Z for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Aug 2009 16:26:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXL9e-0005mx-RZ for help-gnu-emacs@gnu.org; Sat, 01 Aug 2009 16:26:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXL9Z-0005hZ-Ej for help-gnu-emacs@gnu.org; Sat, 01 Aug 2009 16:26:09 -0400 Original-Received: from [199.232.76.173] (port=38690 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXL9Z-0005h7-20 for help-gnu-emacs@gnu.org; Sat, 01 Aug 2009 16:26:05 -0400 Original-Received: from rcsinet11.oracle.com ([148.87.113.123]:48386 helo=rgminet11.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MXL9Y-0001N5-OT for help-gnu-emacs@gnu.org; Sat, 01 Aug 2009 16:26:04 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n71KRqLW024822 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 1 Aug 2009 20:27:54 GMT Original-Received: from abhmt009.oracle.com (abhmt009.oracle.com [141.146.116.18]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n71KQG9f004853; Sat, 1 Aug 2009 20:26:16 GMT Original-Received: from dradamslap1 (/141.144.64.148) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 01 Aug 2009 13:25:56 -0700 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcoS5DhOVKnGL/46T8mF5qquJdoX4gAAXNBA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 In-Reply-To: <87bpmzz47c.fsf@dd.chalmers.se> X-Source-IP: abhmt009.oracle.com [141.146.116.18] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010202.4A74A4D5.003A: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:66630 Archived-At: > >> Can't you just `M-x byte-recompile-directory' on the first > >> instance? > > > > `byte-recompile-*' only RE-compiles. It does not compile any *.el in > > the directory that have not already been compiled. > > Unless you use a prefix argument. Right. It's good to remind about that.