From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: use-package.el -> Emacs core Date: Tue, 10 Nov 2015 02:14:47 +0200 Message-ID: <564136F7.2020404@yandex.ru> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1447114516 13409 80.91.229.3 (10 Nov 2015 00:15:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Nov 2015 00:15:16 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 10 01:15:11 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 1Zvwaa-0006T7-DI for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2015 01:15:08 +0100 Original-Received: from localhost ([::1]:56577 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvwaZ-000811-Vj for ged-emacs-devel@m.gmane.org; Mon, 09 Nov 2015 19:15:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvwaM-00080d-5h for emacs-devel@gnu.org; Mon, 09 Nov 2015 19:14:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZvwaJ-0002Cb-0M for emacs-devel@gnu.org; Mon, 09 Nov 2015 19:14:54 -0500 Original-Received: from mail-wm0-x233.google.com ([2a00:1450:400c:c09::233]:38170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvwaI-0002CV-QK for emacs-devel@gnu.org; Mon, 09 Nov 2015 19:14:50 -0500 Original-Received: by wmec201 with SMTP id c201so92868703wme.1 for ; Mon, 09 Nov 2015 16:14:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=MHJ16Uf2xjlPGiU0G/mUaicFZ217m7btnYTUaZApF78=; b=z+DKJK7rpGaNefKj7gZrniBk75QmdYju62K8cOsEzGvYsc9Un7HMFZa6kpl5YomJWq /FCystUM/3h9rP+hMjU+xH/grGdaNlXdCuzB8GHBNO3DXwZOqiCwavTfFtuEpH3GzY7C +oc++Dk1YZemSWd7WNcDGDj1lKWqesueV+1GS1AodKpFp46rxdFctGUVF7RCAr7UBeWd gfY5JJ36kZGDu/hamKEG2mKfATERC6uB87+mLpSia7Ohv3cKSSQZP9k6XW44GVSbig4K 5ncEmEuMZvkDc9ZB4L4bBBJK/LRpuKuuSIatKed8NKI2eq90lDfM0H2lEPy7MDQlqtQR kbyA== X-Received: by 10.28.7.68 with SMTP id 65mr1198943wmh.19.1447114490194; Mon, 09 Nov 2015 16:14:50 -0800 (PST) Original-Received: from [192.168.1.2] ([185.105.175.24]) by smtp.googlemail.com with ESMTPSA id b2sm539443wje.18.2015.11.09.16.14.49 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 09 Nov 2015 16:14:49 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Thunderbird/42.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c09::233 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:193795 Archived-At: On 11/10/2015 02:02 AM, John Wiegley wrote: > Are there any objections to moving this into core before the 25.1 freeze? Will it add a different way to install packages? Is that wise? Were it only up to me, I'd just incorporate the features that work well with package.el.