From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: n179911 Newsgroups: gmane.emacs.help Subject: How to speed up emacs start time? Date: Thu, 30 Jul 2009 17:16:38 -0700 Message-ID: <3b9893450907301716l24ed658fpb11060fba7143fe3@mail.gmail.com> 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 1248999434 1980 80.91.229.12 (31 Jul 2009 00:17:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Jul 2009 00:17:14 +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:17:07 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 1MWfo3-0001k3-Dc for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Jul 2009 02:17:07 +0200 Original-Received: from localhost ([127.0.0.1]:50682 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWfo2-0002fg-Kx for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2009 20:17:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWfnh-0002dX-HZ for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 20:16:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWfnc-0002Qn-49 for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 20:16:44 -0400 Original-Received: from [199.232.76.173] (port=47503 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWfnb-0002QK-Tq for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 20:16:39 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.249]:23584) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWfnb-0000Cf-RK for help-gnu-emacs@gnu.org; Thu, 30 Jul 2009 20:16:40 -0400 Original-Received: by rv-out-0708.google.com with SMTP id c5so2256rvf.2 for ; Thu, 30 Jul 2009 17:16:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=tgiWmZ0a4hwIfPVVpA9p5PwrD5r85DqjW/50b7kMcFU=; b=LUY/Pwv9kVZxYw9T2mde9sxYJMMhEJ+iop6aCFW/hwvdVOQawNIQKRmFehzox6xbzF JXBI2Vux+BqFEcziSXhqbPM/54j9ASJcJbYLA0M4W25AkNo2kMiHJ6BUsAmZRgNTblbJ djCJ+ZWqEZNHXXXHp0CCAIgT9kBEhXHJw0ymE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=HxmYL6XR8lZHwxwdmkiVnwFnANKC1rgjQf+mTwWo0YvLH8rdJtVHq00DIsqJYN2bHX C6HTBFdpNeqI3fyZA+rYCy/FG6UOkywZSkEQtgSkXHV0DeQShPoz3K0685y3Cg3SzppP h/fITuU9W9Wj0loJm1lcM2OUDG5BSeZKT26JM= Original-Received: by 10.141.29.8 with SMTP id g8mr1385705rvj.94.1248999398578; Thu, 30 Jul 2009 17:16:38 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:66547 Archived-At: In my .emacs, I have (setq load-path (cons "~/bin/emacslib" load-path)) (require 'icicles) 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? Thank you.