From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rafael Newsgroups: gmane.emacs.help Subject: Re: How to speed up emacs start time? Date: Thu, 30 Jul 2009 19:33:21 -0500 Organization: CNNTP Message-ID: <87ljm5669a.fsfhello@somewhere.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249000905 4922 80.91.229.12 (31 Jul 2009 00:41:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Jul 2009 00:41:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 31 02:41:39 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 1MWgBm-0008In-DA for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Jul 2009 02:41:38 +0200 Original-Received: from localhost ([127.0.0.1]:58179 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWgBl-00016s-TJ for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2009 20:41:37 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!weretis.net!feeder2.news.weretis.net!newsfeed.datemas.de!feed.cnntp.org!news.cnntp.org!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) Cancel-Lock: sha1:FnjuLk4tia8wFLfPRLi1HsQFLJ0= Original-Lines: 15 Original-NNTP-Posting-Host: 65668296.read.cnntp.org Original-X-Trace: DXC=SZPTCDZE>H^m5517_1kbUXWoT\PAgXa?QJFB3lERkG`TMUE; :\`=7; \nZ<6LX>0VkRNn=kVK0?o`QDjinCVQZADP Original-X-Complaints-To: abuse@cnntp.org Original-Xref: news.stanford.edu gnu.emacs.help:171365 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:66550 Archived-At: n179911 writes: > And in my ~/bin/emacslib, I have > > $ ls > icicles-chg.el icicles-doc1.el icicles-fn.el icicles-mode.el icicles.el > icicles-cmd1.el icicles-doc2.el icicles-mac.el icicles-opt.el > icicles-cmd2.el icicles-face.el icicles-mcmd.el icicles-var.el > > Can you please tell me how can I speed up emacs startup time? Is there > anyway to compile the .el. files so that emacs can come up faster? This is what I would do: In a dired buffer of the ~/bin/emacslib directory, mark the .el files with 'M' and then byte-compile them with 'B'.