From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Newsgroups: gmane.emacs.help Subject: Re: How to Reduce Emacs Load Time Date: Mon, 01 Sep 2008 00:20:14 +0200 Message-ID: <87ljycbzdt.fsf@arcor.de> References: <18aba2b0-4fc7-4588-b69f-d9f46b264b03@q26g2000prq.googlegroups.com> <87r685atl6.fsf@arcor.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220221261 10393 80.91.229.12 (31 Aug 2008 22:21:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 31 Aug 2008 22:21:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 01 00:21:54 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 1KZvIu-0008NV-4t for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Sep 2008 00:21:52 +0200 Original-Received: from localhost ([127.0.0.1]:53341 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZvHv-0004cS-3Z for geh-help-gnu-emacs@m.gmane.org; Sun, 31 Aug 2008 18:20:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KZvHZ-0004c6-4n for help-gnu-emacs@gnu.org; Sun, 31 Aug 2008 18:20:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KZvHX-0004bY-OV for help-gnu-emacs@gnu.org; Sun, 31 Aug 2008 18:20:28 -0400 Original-Received: from [199.232.76.173] (port=51245 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZvHX-0004bV-Jg for help-gnu-emacs@gnu.org; Sun, 31 Aug 2008 18:20:27 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:42252 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KZvHX-00030t-6s for help-gnu-emacs@gnu.org; Sun, 31 Aug 2008 18:20:27 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KZvHS-0006Sl-5m for help-gnu-emacs@gnu.org; Sun, 31 Aug 2008 22:20:22 +0000 Original-Received: from dslc-082-082-181-220.pools.arcor-ip.net ([82.82.181.220]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Aug 2008 22:20:22 +0000 Original-Received: from de_bb by dslc-082-082-181-220.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Aug 2008 22:20:22 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslc-082-082-181-220.pools.arcor-ip.net Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2.90 (gnu/linux) Cancel-Lock: sha1:O9PVIjdaOCH1MJ6aDUZcznJswQA= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:57159 Archived-At: >> formido writes: >>> Thanks very much for that. In this case, by inspection I can tell >>> CEDET is a major culprit. > David wrote: >> Strange. I just benchmarked my CEDET init function and it takes about >> half a second. Nikolaj Schumacher writes: > Hmmm. Doesn't semantic support elisp? In that case the scratch buffer > could be triggering many of the autoloads? You are absolutely right! I completely forgot about that. This is why I also have (setq initial-major-mode 'text-mode) in my .emacs. -David