From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Grant Rettke Newsgroups: gmane.emacs.help Subject: Re: starting the emacs daemon using init.org? Date: Thu, 23 Jul 2015 08:40:47 -0500 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> <87r3o2smcm.fsf@mbork.pl> <87fv4fnwye.fsf@ucl.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1437663486 9447 80.91.229.3 (23 Jul 2015 14:58:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Jul 2015 14:58:06 +0000 (UTC) Cc: Emacs Help To: Eric S Fraga Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 23 16:58:05 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 1ZIHwj-0007zo-3T for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Jul 2015 16:58:05 +0200 Original-Received: from localhost ([::1]:41725 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIHwd-0005T8-LY for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Jul 2015 10:57:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIGjy-0000ok-W0 for help-gnu-emacs@gnu.org; Thu, 23 Jul 2015 09:40:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIGjx-0002Bm-BZ for help-gnu-emacs@gnu.org; Thu, 23 Jul 2015 09:40:50 -0400 Original-Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:34955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIGjx-0002Am-4y for help-gnu-emacs@gnu.org; Thu, 23 Jul 2015 09:40:49 -0400 Original-Received: by wibxm9 with SMTP id xm9so209057422wib.0 for ; Thu, 23 Jul 2015 06:40:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=B3ZC+kNJVbKALfGTdp9w5P+4gVY1NeQQT4s74g80mzo=; b=pH/ZWZONg9n6VkNJOYzAbCLFvAlpvtqNnRMgu5zR92WvZl/G1ouTDrwWw2hEJkxcYi ltWSUbRaocyLrhez5kXEsVw5awVX35QE5d4FABIid2X2anfQ6O8+tV0cZzkuzjw8kDGO eod2YRnHRQWRdWefdy764JCR8GeGjQfqiHi/EgZhCXR9GRNWzorJqc/MzVKIqOxbzcEt 0w6ARkGHeYc6huN1tAsQ8uynTLQodK2fx2TllTdosJtkedBZ/LUeoI1mWO0EaGOKLdf5 zPR3F5GZfXBlYTD5sWmD8+QIXfOM59+AjpFxkCySiQoOaMalfYFLAqQPOIVyISyC2H8M 8toQ== X-Received: by 10.194.206.65 with SMTP id lm1mr16004226wjc.117.1437658847545; Thu, 23 Jul 2015 06:40:47 -0700 (PDT) Original-Received: by 10.27.49.205 with HTTP; Thu, 23 Jul 2015 06:40:47 -0700 (PDT) In-Reply-To: <87fv4fnwye.fsf@ucl.ac.uk> X-Google-Sender-Auth: u7_jIs4KbzjXmKPK2RO1VF3WRgQ X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::230 X-Mailman-Approved-At: Thu, 23 Jul 2015 10:57:42 -0400 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:105928 Archived-At: On Thu, Jul 23, 2015 at 2:40 AM, Eric S Fraga wrote: > I'm running a similar scenario: large packages, require at load time, > running for days (5d 22h at the moment) on a low power system > (OpenPandora 600 MHz): init time of 36 seconds. Thanks for sharing that. I was already convinced to migrate over to `use-package'... glad to you you got what you had hoped!