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: Sun, 12 Apr 2015 15:26:23 +0100 Message-ID: References: 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 1428848800 9166 80.91.229.3 (12 Apr 2015 14:26:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Apr 2015 14:26:40 +0000 (UTC) Cc: Vasilij Schneidermann , emacs-devel To: =?UTF-8?Q?Jorgen_Sch=C3=A4fer?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 12 16:26:39 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 1YhIqM-00013p-Vj for ged-emacs-devel@m.gmane.org; Sun, 12 Apr 2015 16:26:39 +0200 Original-Received: from localhost ([::1]:45449 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhIqM-0000mb-4d for ged-emacs-devel@m.gmane.org; Sun, 12 Apr 2015 10:26:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhIqA-0000js-Jq for emacs-devel@gnu.org; Sun, 12 Apr 2015 10:26:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YhIq9-0004sj-QC for emacs-devel@gnu.org; Sun, 12 Apr 2015 10:26:26 -0400 Original-Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:35614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhIq9-0004sY-II for emacs-devel@gnu.org; Sun, 12 Apr 2015 10:26:25 -0400 Original-Received: by labbd9 with SMTP id bd9so41071680lab.2 for ; Sun, 12 Apr 2015 07:26:24 -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=3vlYdY8Yhauww0YOQUz1bzMNpjBWz8zFv25JgbFWpTc=; b=ZCTGAV5v182kYP4lld4qDjE0+CMND6p1af2YrC6Ax/di4ScQe7AYyn+j7WJvJ2yrVu F6zFm+dY/8pXm9eS73VYZCWwrp0LKbWGMEZhgA3/Pe0tezOWUQK9WurfhOktlB0z28Ji UPzfV8MOlXb3lz4UMc8lj81Y8yFTbEpxNJZ15Iak0e8dNg2ossTb8Y2Wrph1sGe+FlW8 FlVxmcajS/kV6gZmlUb01+lFg20oU3jxOW2hsLhZawDbZXPBPiDoDXwhe8bGISLVhPon mxUP4YdzJR8sGTYlJ4GhHYfh++8Kq2gCnwr5Ep55AOYnzJmICxkNAcc8xVJcJYdPQJNy idKA== X-Received: by 10.112.222.133 with SMTP id qm5mr9367226lbc.86.1428848784015; Sun, 12 Apr 2015 07:26:24 -0700 (PDT) Original-Received: by 10.25.150.131 with HTTP; Sun, 12 Apr 2015 07:26:23 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: EsL7Xc1hgdmuXgb02KMMFkxS1qg X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22b 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:185338 Archived-At: >> - package-load-list: Needs to be configured before. > > If the user does not want to enable certain packages, they can move > them out of ~/.emacs.d/elpa/. If necessary, they can move the packages > into, say, ~/.emacs.d/held/ and run > (package-load-directory "~/.emacs.d/held") after configuring this variable. This sounds very inconvenient for those who don't want to activate a specific package at startup, but want to keep it up-to-date with package.el. Not to mention the package won't be seen by package.el and so won't be considered when dependency checking.