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: use-package.el -> Emacs core Date: Tue, 10 Nov 2015 00:44:46 +0000 Message-ID: References: Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114057cc37ef3c05242504e8 X-Trace: ger.gmane.org 1447116320 8128 80.91.229.3 (10 Nov 2015 00:45:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Nov 2015 00:45:20 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 10 01:45:04 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 1Zvx3Y-0002q4-0P for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2015 01:45:04 +0100 Original-Received: from localhost ([::1]:56664 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zvx3X-0005W2-5x for ged-emacs-devel@m.gmane.org; Mon, 09 Nov 2015 19:45:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zvx3I-0005Vw-TR for emacs-devel@gnu.org; Mon, 09 Nov 2015 19:44:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zvx3I-0002f4-0X for emacs-devel@gnu.org; Mon, 09 Nov 2015 19:44:48 -0500 Original-Received: from mail-lf0-x22d.google.com ([2a00:1450:4010:c07::22d]:34109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zvx3H-0002eS-PI for emacs-devel@gnu.org; Mon, 09 Nov 2015 19:44:47 -0500 Original-Received: by lffu14 with SMTP id u14so19250668lff.1 for ; Mon, 09 Nov 2015 16:44:46 -0800 (PST) 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:content-type; bh=jFRrGg65JUOJWymfFaybqt83U2mQW4pgJwV2zUP+tdw=; b=AWL1JkKi7nLdnEy+F8Rn66yFg2BghDFCmR4I6a373YDU25FuCi5LKBUmBEgJOrvT0P goI8oa6lEd/emZycOwrArAxiwuF580Xfj4V46WkvpZGohz83cHDQ2FOl0D+3lWywj3T4 2WSdj98FthkWN2dEOWoJqY4jXlM42YYqsvbsbmolkPRhNrzybc4c87K2jD93OtYbSIEy zDZA87iFdNwAUwLouHVO2xfYjnPgPfSGJcZY6GY2poMrgGpTx2ZxgxGdLuZ2KxKmoFxV v8GAltznmujUB9cf+rsC8omO+aj+nt3hAQFrO6X6YVBmk9zhnOAZ4uGeVc1JvAGk2xYh 7m7w== X-Received: by 10.25.23.42 with SMTP id n42mr290045lfi.42.1447116286715; Mon, 09 Nov 2015 16:44:46 -0800 (PST) Original-Received: by 10.112.63.70 with HTTP; Mon, 9 Nov 2015 16:44:46 -0800 (PST) Original-Received: by 10.112.63.70 with HTTP; Mon, 9 Nov 2015 16:44:46 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: uIWZKNtNLbVsqiLd0exb6TjsK5M X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c07::22d 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:193798 Archived-At: --001a114057cc37ef3c05242504e8 Content-Type: text/plain; charset=UTF-8 On 10 Nov 2015 12:02 am, "John Wiegley" wrote: > > I'd like to integrate use-package.el into Emacs core, as an alternative for > package management to those who do not rely on package.el. I know Stefan had > some reservation, but I think enough people have enjoyed its utility to be > worth including. Alternative? I was under the impression that use-package was a way of organising your package configurations in the init file (and ensuring that they are installed), with installation/upgrading itself still being done via package.el. Did I get it wrong? I too have seen many people praise use-package, and I think it would make a fine addition. --001a114057cc37ef3c05242504e8 Content-Type: text/html; charset=UTF-8

On 10 Nov 2015 12:02 am, "John Wiegley" <jwiegley@gmail.com> wrote:
>
> I'd like to integrate use-package.el into Emacs core, as an alternative for
> package management to those who do not rely on package.el. I know Stefan had
> some reservation, but I think enough people have enjoyed its utility to be
> worth including.

Alternative? I was under the impression that use-package was a way of organising your package configurations in the init file (and ensuring that they are installed), with installation/upgrading itself still being done via package.el.
Did I get it wrong?

I too have seen many people praise use-package, and I think it would make a fine addition.

--001a114057cc37ef3c05242504e8--