From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Mastro Newsgroups: gmane.emacs.help Subject: Re: starting the emacs daemon using init.org? Date: Mon, 20 Jul 2015 10:46:37 -0700 Message-ID: References: <87twszc33d.fsf@skimble.plus.com> <87lhebohta.fsf@nl106-137-147.student.uu.se> <87r3o383vp.fsf@skimble.plus.com> <87si8jrlnx.fsf@mbork.pl> <87lheaagbd.fsf@skimble.plus.com> <1437413803.2071.234.camel@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1437414461 21441 80.91.229.3 (20 Jul 2015 17:47:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Jul 2015 17:47:41 +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 Jul 20 19:47:29 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZHFA0-00025O-CU for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Jul 2015 19:47:28 +0200 Original-Received: from localhost ([::1]:56474 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHF9z-0004tt-Qs for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Jul 2015 13:47:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHF9X-0004oA-Ea for help-gnu-emacs@gnu.org; Mon, 20 Jul 2015 13:47:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHF9W-0000uL-Ly for help-gnu-emacs@gnu.org; Mon, 20 Jul 2015 13:46:59 -0400 Original-Received: from mail-oi0-x22d.google.com ([2607:f8b0:4003:c06::22d]:32882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHF9W-0000tW-IT for help-gnu-emacs@gnu.org; Mon, 20 Jul 2015 13:46:58 -0400 Original-Received: by oige126 with SMTP id e126so113633932oig.0 for ; Mon, 20 Jul 2015 10:46:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=4h+Nf69oBqr2x7uNLMLwUPaq0OH0sgFJEKL2N8Xc+Y8=; b=zv1TJcooEHJNl6TRuwx90xCfm/Ecibi4yLdmPymPS3HSDZD5YyQCbzkkCa8jrG/v0w HbjafrnxQSNy9Qbtr04tIjlEbrBv5QpD3SS7Rq+ODFIGiU3TT3eRhpTgLiJ3G7l97I/M O10iPycI/C7JiHpjGm3x7uuogs9js7oEcaFiqWQN7xRNHhgQJx+80UNN9eV1cncreMtF 5875SLHRzWBNugDfcBJ9vfuWf6ht14nVOn35Z0f8l963x6iiE5U1D+KlK0XFNApH5gmV yFZferudTmP0Y5yJr2Rn7wtraUVOWSEUZEqrWsbM70eQOhOShnqF2D4d4fZDAGPCyq50 XhFQ== X-Received: by 10.182.236.66 with SMTP id us2mr26526367obc.5.1437414416726; Mon, 20 Jul 2015 10:46:56 -0700 (PDT) Original-Received: by 10.76.168.70 with HTTP; Mon, 20 Jul 2015 10:46:37 -0700 (PDT) In-Reply-To: <1437413803.2071.234.camel@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22d 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:105881 Archived-At: > > >> (Mine is 55.0 seconds.) > > > > > Thanks Marcin. > > > > I didn't know about that command, and when run it shows my init-time > > of 60.4 seconds, which does surprise me as it seems longer to me than > > that. > > Wow I wonder what you all are doing in your init files!! > > My init time is 1.8 seconds...! 4.3 seconds on Windows and 2.5 on Linux here. Both machines are reasonably spec'd (e.g. quad core i5 from a couple years ago) but definitely not monsters. And I have almost 100 packages installed and 3,600 SLOC in my init files. If you're not using `with-eval-after-load' (or `eval-after-load'), I highly recommend it. -- john