From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Customizable modes and package.el Date: Mon, 30 Mar 2015 09:39:01 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1427722762 19899 80.91.229.3 (30 Mar 2015 13:39:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Mar 2015 13:39:22 +0000 (UTC) Cc: emacs-devel To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 30 15:39:13 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 1YcZuI-0004no-KT for ged-emacs-devel@m.gmane.org; Mon, 30 Mar 2015 15:39:10 +0200 Original-Received: from localhost ([::1]:33939 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcZuH-0005Qh-V2 for ged-emacs-devel@m.gmane.org; Mon, 30 Mar 2015 09:39:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcZuE-0005QN-C6 for emacs-devel@gnu.org; Mon, 30 Mar 2015 09:39:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcZuB-0006Nn-3B for emacs-devel@gnu.org; Mon, 30 Mar 2015 09:39:06 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:26566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcZuA-0006Nh-VL for emacs-devel@gnu.org; Mon, 30 Mar 2015 09:39:03 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhcJAGvvdVRBbthL/2dsb2JhbAA3gVOhHVKBCIF1AQEEAVYjBQsLDiYSFBgNJIgTohGMAhxGCQECAQKBVIFqA4NwBKg7 X-IPAS-Result: AhcJAGvvdVRBbthL/2dsb2JhbAA3gVOhHVKBCIF1AQEEAVYjBQsLDiYSFBgNJIgTohGMAhxGCQECAQKBVIFqA4NwBKg7 X-IronPort-AV: E=Sophos;i="5.01,1,1400040000"; d="scan'208";a="114945353" Original-Received: from 65-110-216-75.cpe.pppoe.ca (HELO pastel.home) ([65.110.216.75]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 30 Mar 2015 09:39:02 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 9764BDB0; Mon, 30 Mar 2015 09:39:01 -0400 (EDT) In-Reply-To: (Artur Malabarba's message of "Mon, 30 Mar 2015 08:05:58 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:184543 Archived-At: > If that's the path we're taking, I'd rather simply have package-initialize > be called before loading the init file, instead of after. That's not an option, because the user may need/want to run some Elisp code of his own choosing *before* package-initialize is called. E.g. in my case, I need to set package-load-list and package-directory-list before package-initialize runs. Stefan