From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.devel Subject: Re: Calling (package-initialize) sooner during initialization Date: Mon, 27 Apr 2015 16:46:45 +0200 Message-ID: <87fv7lzl0q.fsf@gmail.com> References: <87383xk4ia.fsf@taylan.uni.cx> <87d22zi69k.fsf@taylan.uni.cx> <87a8xtoq3a.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1430146054 18892 80.91.229.3 (27 Apr 2015 14:47:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Apr 2015 14:47:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 27 16:47:33 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 1YmkJe-0007DE-2J for ged-emacs-devel@m.gmane.org; Mon, 27 Apr 2015 16:47:22 +0200 Original-Received: from localhost ([::1]:55467 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmkJd-0000Le-Gf for ged-emacs-devel@m.gmane.org; Mon, 27 Apr 2015 10:47:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmkJH-0000G9-9j for emacs-devel@gnu.org; Mon, 27 Apr 2015 10:47:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmkJA-0006pX-H9 for emacs-devel@gnu.org; Mon, 27 Apr 2015 10:46:59 -0400 Original-Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:34581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmkJ9-0006p7-Th for emacs-devel@gnu.org; Mon, 27 Apr 2015 10:46:52 -0400 Original-Received: by wgso17 with SMTP id o17so118790197wgs.1 for ; Mon, 27 Apr 2015 07:46:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:cc:subject:in-reply-to:date:message-id :mime-version:content-type; bh=AGhSuvmonQwuE4S200G7JlLEeptpSlTaEb3kW0CHnz8=; b=IPTxOYJ6U9z2PYljub4ajA/lJjVWxYrLhVaPENFnQtgpaRJcZ3/a4XNspJbznFhy7J 4PdSZXYRC+1Tgf8tUtPjGQPaMbLNLcG7IQnrrvibSldGtOw1gz/37iNhQ41hMBQffXcP cOTK0Z0rCplsFDAHI9NTyfHfnefJdtNWmzN8cnLfx5OxRd3/qD2MeOeLcln4dHwJVS+A GbyDXx4SalxUkzNnHqYeq0DmBLY7fYlgjpPcQL8rkqRkf/U7AyB3MiqJMJCOX036jEV/ lZgEOa2yLK/yIl1mVnzed20ZVfANoT/gT7W6cijwNf45w0nK5PllKbXPXY0hnFpySa6h GFTQ== X-Received: by 10.194.108.9 with SMTP id hg9mr23567739wjb.68.1430146011275; Mon, 27 Apr 2015 07:46:51 -0700 (PDT) Original-Received: from dell-14z ([37.164.118.234]) by mx.google.com with ESMTPSA id nb9sm11943529wic.10.2015.04.27.07.46.49 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 27 Apr 2015 07:46:50 -0700 (PDT) In-reply-to: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::229 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:185937 Archived-At: Stefan Monnier writes: >> Why don't you write to the custom-file (and make the use of custom-file >> the default instead of writing custom settings in .emacs by default) ? > > When should the custom-file be loaded? Before .emacs is too early. Why? What is the difference with: - (load custom-file) + (load user-init-file) - loading init file with (load custom-file) on top of it. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997