From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chetan Newsgroups: gmane.emacs.help Subject: Re: How to Reduce Emacs Load Time Date: Sun, 31 Aug 2008 13:01:44 -0700 Organization: Noname Inc. Message-ID: References: <18aba2b0-4fc7-4588-b69f-d9f46b264b03@q26g2000prq.googlegroups.com> <8763phh6bv.fsf@kanis.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220215250 26834 80.91.229.12 (31 Aug 2008 20:40:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 31 Aug 2008 20:40:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 31 22:41:44 2008 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 1KZtjt-0001Y4-1F for geh-help-gnu-emacs@m.gmane.org; Sun, 31 Aug 2008 22:41:37 +0200 Original-Received: from localhost ([127.0.0.1]:36341 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZtiu-0006Ca-Dk for geh-help-gnu-emacs@m.gmane.org; Sun, 31 Aug 2008 16:40:36 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!flpi089.ffdc.sbc.com!prodigy.net!flpi088.ffdc.sbc.com!prodigy.com!flpi107.ffdc.sbc.com!flpi144.ffdc.sbc.com.POSTED!8e1d8614!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Emacs Gnus Cancel-Lock: sha1:TmSwiC++Vq80vBY8V9kwTXdmp+k= Original-Lines: 22 Original-NNTP-Posting-Host: 76.199.137.254 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: flpi144.ffdc.sbc.com 1220212915 ST000 76.199.137.254 (Sun, 31 Aug 2008 16:01:55 EDT) Original-NNTP-Posting-Date: Sun, 31 Aug 2008 16:01:55 EDT X-UserInfo1: SCSYQN_@O@RQBQXYWJKB_\XBUSXB@DTMNHWB_EYLJZ]BGIELDVW[AKK[J\]^HVKHG^EWZHBLO^[\NH_AZFWGN^\DHNVMX_DHHX[FSQKBOTS@@BP^]C@RHS_AGDDC[AJM_T[GZNRNZAY]GNCPBDYKOLK^_CZFWPGHZIXW@C[AFKBBQS@E@DAZ]VDFUNTQQ]FN Original-Xref: news.stanford.edu gnu.emacs.help:161814 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:57157 Archived-At: Nikolaj Schumacher writes: > Emacs already provides a mechanism for that. I think you can get rid of > most of these custom commands simply with these lines: > > (eval-after-load "ido" > '(progn (unless ido-mode > (require 'uniquify) > (ido-mode 'both)))) > > regards, > Nikolaj Schumacher I had seen a lazy load functionality in tiny-tools package. I haven't used it because I am not really bothered by load time and didn't want to load yet another library. http://www.nongnu.org/emacs-tiny-tools/manual/index-body.html#222 I wonder if anybody is using it. Chetan