From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.help Subject: Re: How to Reduce Emacs Load Time Date: Mon, 01 Sep 2008 00:10:05 +0200 Message-ID: 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 1220220638 8983 80.91.229.12 (31 Aug 2008 22:10:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 31 Aug 2008 22:10:38 +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:11:32 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 1KZv8q-0006MU-1x for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Sep 2008 00:11:28 +0200 Original-Received: from localhost ([127.0.0.1]:34121 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZv7r-0000db-6w for geh-help-gnu-emacs@m.gmane.org; Sun, 31 Aug 2008 18:10:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KZv7Z-0000dF-MQ for help-gnu-emacs@gnu.org; Sun, 31 Aug 2008 18:10:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KZv7Y-0000ct-H0 for help-gnu-emacs@gnu.org; Sun, 31 Aug 2008 18:10:09 -0400 Original-Received: from [199.232.76.173] (port=51909 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZv7Y-0000cm-A3 for help-gnu-emacs@gnu.org; Sun, 31 Aug 2008 18:10:08 -0400 Original-Received: from dd18200.kasserver.com ([85.13.138.168]:52654) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KZv7X-000090-Vr for help-gnu-emacs@gnu.org; Sun, 31 Aug 2008 18:10:08 -0400 Original-Received: from arwen.uni-trier.de (BAH0d31.bah.pppool.de [77.135.13.49]) by dd18200.kasserver.com (Postfix) with ESMTP id 7ECDA1823C6B9 for ; Mon, 1 Sep 2008 00:10:12 +0200 (CEST) In-Reply-To: <87r685atl6.fsf@arcor.de> (David's message of "Sun\, 31 Aug 2008 21\:10\:45 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin) X-detected-kernel: by monty-python.gnu.org: 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:57158 Archived-At: David wrote: > formido writes: >> Thanks very much for that. In this case, by inspection I can tell >> CEDET is a major culprit. > > Strange. I just benchmarked my CEDET init function and it takes about > half a second. Hmmm. Doesn't semantic support elisp? In that case the scratch buffer could be triggering many of the autoloads? regards, Nikolaj Schumacher