From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: use-package.el -> Emacs core Date: Tue, 10 Nov 2015 15:32:29 -0800 Message-ID: References: <871tbyo7zd.fsf@gmail.com> <86lha577ux.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1447198379 22643 80.91.229.3 (10 Nov 2015 23:32:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Nov 2015 23:32:59 +0000 (UTC) Cc: Emacs developers , Bruce Connor , Kaushal Modi To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 11 00:32:53 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 1ZwIP4-0008Et-1f for ged-emacs-devel@m.gmane.org; Wed, 11 Nov 2015 00:32:42 +0100 Original-Received: from localhost ([::1]:36143 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwIP4-0005aG-Cq for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2015 18:32:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwIP0-0005a9-HZ for emacs-devel@gnu.org; Tue, 10 Nov 2015 18:32:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwIOx-0006CC-AR for emacs-devel@gnu.org; Tue, 10 Nov 2015 18:32:38 -0500 Original-Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]:35078) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwIOx-0006C7-54 for emacs-devel@gnu.org; Tue, 10 Nov 2015 18:32:35 -0500 Original-Received: by pasz6 with SMTP id z6so11749105pas.2 for ; Tue, 10 Nov 2015 15:32:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:date:message-id:references :user-agent:mail-followup-to:mime-version:content-type; bh=02oyH+REMvJPHfKM2t9EaJxHNRf9csug6XX03kEwzRY=; b=ZYCM1suOuB7PGFw97aJ2y/3NE2EpZeW0eIbeeEP8J+1mkMzqThwn/obFsVCDsky662 pxsNovL2jVnHaMzLSdoJLyMPqrM7ugvpmst+u6x0S5AGg3AEzunojOtwJUvnnYfARJbu 4V9nMCo4IDH6hdowYYH5qXedNNM+wZGLTE9FxZtQJdBhDU82D2+mIUfxpHnAvL1O2qMs JcKcKWWVDUx4eC7MVhf4aDJd5r2SbK2RnBoLZOlxUcAxD8oHzphWfveHJG3ISSIBtCFf 527xizSDlqksAKgrheIempmMOtL3jG2QdVh1KdO5z3VWB+bTHtIqZsgzPWbc/bWj/aXG LRDg== X-Received: by 10.68.177.5 with SMTP id cm5mr9781285pbc.92.1447198354661; Tue, 10 Nov 2015 15:32:34 -0800 (PST) Original-Received: from Vulcan.attlocal.net (76-234-68-79.lightspeed.frokca.sbcglobal.net. [76.234.68.79]) by smtp.gmail.com with ESMTPSA id d13sm6180803pbu.20.2015.11.10.15.32.32 (version=TLS1 cipher=AES128-SHA bits=128/128); Tue, 10 Nov 2015 15:32:32 -0800 (PST) X-Google-Original-From: John Wiegley Original-Received: by Vulcan.attlocal.net (Postfix, from userid 501) id 289E710540AD0; Tue, 10 Nov 2015 15:32:32 -0800 (PST) In-Reply-To: <86lha577ux.fsf@stephe-leake.org> (Stephen Leake's message of "Tue, 10 Nov 2015 17:27:50 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Mail-Followup-To: Stephen Leake , Kaushal Modi , Bruce Connor , Emacs developers X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::232 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:194000 Archived-At: >>>>> Stephen Leake writes: > Kaushal Modi writes: >> I use the use-package and bind-key packages in my config. >> >> The use-package would be nice to have in the core > Would it be just as nice in ELPA? I think now that it would be! John