From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Haselwarter Newsgroups: gmane.emacs.help Subject: Re: emacs -- simple Date: Thu, 03 Nov 2011 00:52:21 +0100 Message-ID: <8762j2nkui.fsf@nzebook.haselwarter.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1320277969 24002 80.91.229.12 (2 Nov 2011 23:52:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 Nov 2011 23:52:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 03 00:52:45 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RLkbr-0006jZ-Fq for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Nov 2011 00:52:44 +0100 Original-Received: from localhost ([::1]:54210 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLkbq-0000rE-Qj for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Nov 2011 19:52:42 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLkbl-0000qx-SO for help-gnu-emacs@gnu.org; Wed, 02 Nov 2011 19:52:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLkbk-0005DR-MX for help-gnu-emacs@gnu.org; Wed, 02 Nov 2011 19:52:37 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:44058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLkbk-0005DD-HL for help-gnu-emacs@gnu.org; Wed, 02 Nov 2011 19:52:36 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RLkbj-0006gn-Al for help-gnu-emacs@gnu.org; Thu, 03 Nov 2011 00:52:35 +0100 Original-Received: from 225.112.113.78.rev.sfr.net ([78.113.112.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Nov 2011 00:52:35 +0100 Original-Received: from philipp.haselwarter by 225.112.113.78.rev.sfr.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Nov 2011 00:52:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 225.112.113.78.rev.sfr.net X-NSA-Fodder: SWAT Glock AVN Ortega anthrax Security Council Ron Brown Tomato: Mauve User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.91 (gnu/linux) Cancel-Lock: sha1:3NS4sH59v3+5xL2mmAysqxgbfwQ= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82738 Archived-At: Proper use of autoload, eval-after-load and some factorization of your startup files into package specific configuration, plus byte compiling should reduce startup time significantly. I load some 4.5k lines of customization in less than 3 seconds. You should also take a close look at emacsclient and tramp :) -- Philipp Haselwarter