From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: Calling (package-initialize) sooner during initialization Date: Mon, 27 Apr 2015 15:15:52 +0100 Message-ID: References: <87383xk4ia.fsf@taylan.uni.cx> <87d22zi69k.fsf@taylan.uni.cx> <87a8xtoq3a.fsf@gmail.com> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1430144174 15121 80.91.229.3 (27 Apr 2015 14:16:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Apr 2015 14:16:14 +0000 (UTC) Cc: emacs-devel , Thierry Volpiatto To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 27 16:16:05 2015 Return-path: Envelope-to: ged-emacs-devel@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 1YmjpM-0003nB-6C for ged-emacs-devel@m.gmane.org; Mon, 27 Apr 2015 16:16:04 +0200 Original-Received: from localhost ([::1]:55363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmjpL-0001jl-IB for ged-emacs-devel@m.gmane.org; Mon, 27 Apr 2015 10:16:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmjpI-0001jV-8j for emacs-devel@gnu.org; Mon, 27 Apr 2015 10:16:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmjpB-0003oN-BC for emacs-devel@gnu.org; Mon, 27 Apr 2015 10:16:00 -0400 Original-Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:33777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmjpB-0003o2-4K for emacs-devel@gnu.org; Mon, 27 Apr 2015 10:15:53 -0400 Original-Received: by layy10 with SMTP id y10so80973411lay.0 for ; Mon, 27 Apr 2015 07:15:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=308rm2rr7/sjcz5PgJU8xsONTW3+n42HAifpBwCnwkA=; b=hgsIh6gHW/tIcP4OWy8TBzB1RmJz+do0y8CMOQXZmGu1NIqWDh6FEV2ampb6oD9rxG 8MzeGJZYNXReaO5psECpLPeZw3aDBW6BzZN+mqdSvSG8WvltaJv7xmK0gJnxT6anQe9u bZuyLWwJlRUIwNEGyJSh/KrHt9Cdn59Jad9v8oXSYXIa0DIHfAC7+VGlxNUG1ockZZ9w hbcBJabY5trZaRPzZRr21eu5rlYK27IMyA9jiY73yEsr+r1XcpDyrLUavwKAf9P/KZF+ FCE7VizcjclAokvuSI8CAsfZtSVKbiJUdQOaYIbwPLaWlpMm5cAdOX1DQITC8KZL2X3d 6FXQ== X-Received: by 10.152.5.164 with SMTP id t4mr7497665lat.16.1430144152464; Mon, 27 Apr 2015 07:15:52 -0700 (PDT) Original-Received: by 10.25.150.1 with HTTP; Mon, 27 Apr 2015 07:15:52 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: dI2J6HgAQwdp4dVfTh4hEfz4L4o X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22f X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:185935 Archived-At: >> And package-initialize needs to be placed at the very top >> (otherwise it's not solving anything). > > Don't stick it in the init file or the `custom-file'. Find > another solution for it. Yes, that's what we're currently discussing in this thread.