From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.devel Subject: Re: Adding use-package to core Date: Fri, 18 Nov 2022 19:33:52 +0000 Message-ID: <87o7t4giqn.fsf@posteo.net> References: <87fsemjs7v.fsf@yahoo.com> <87wn7skqne.fsf@melete.silentflame.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25210"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Po Lu , xenodasein--- via "Emacs development discussions." , eliz@gnu.org, xenodasein@tutanota.de To: Sean Whitton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Nov 18 20:34:39 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ow78I-0006KF-PQ for ged-emacs-devel@m.gmane-mx.org; Fri, 18 Nov 2022 20:34:38 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ow77i-0006CM-O8; Fri, 18 Nov 2022 14:34:02 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ow77h-0006B1-4v for emacs-devel@gnu.org; Fri, 18 Nov 2022 14:34:01 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ow77f-0002NU-10 for emacs-devel@gnu.org; Fri, 18 Nov 2022 14:34:00 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 9EF22240028 for ; Fri, 18 Nov 2022 20:33:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1668800035; bh=eAr502o7X6WNprwi2jp4u0uRaf/B6K8X//qeqZBKvso=; h=From:To:Cc:Subject:Date:From; b=fPIv0q5fE1QW3EaWzmzQc6AkFPIiNVTUAMjDLGmwkdHtP8cbNy+a2xZYk8qdr9pf2 Z66HolRu/XhNjmfc2+o4e790SNeJJsJOaftgnqryN6HjvkG7MMEvBu6TWWSAn/EW3o m4mQ6a9H6IV4PSe08F7H9Wi5Hb1L2J0bj9Ari+u8MW1ToOgGVQ54Gn68wxYeQqW0Yn 27OdrWWEz5xD2vBGV2LmOeTM/xf6WbQjHfye20lmFR1d8RVMVS3tbCD6jiVgvX027C VeCOzPfVeiD+fYG1DfH2mYTMhNB710ZwQriqY2phchGaT5lJlDkXyZ3mpXwuOZo3Uk wAg8MARjveUfA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NDRmH6tg2z9rxM; Fri, 18 Nov 2022 20:33:51 +0100 (CET) In-Reply-To: <87wn7skqne.fsf@melete.silentflame.com> (Sean Whitton's message of "Fri, 18 Nov 2022 12:29:25 -0700") Received-SPF: pass client-ip=185.67.36.65; envelope-from=philipk@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:300119 Archived-At: Sean Whitton writes: > Hello, > > On Mon 14 Nov 2022 at 08:27AM +08, Po Lu wrote: > >> Personally, I hope that everything most people find useful will >> eventually make its way into Emacs, because doing so is a direct >> shortcut to making Emacs more useful for everyone. > > We are still aiming to bundle all of GNU ELPA with releases of Emacs at > some point, right? Was that the plan, or to have a separate release of Emacs (fat Emacs) with all GNU ELPA packages installed by default? Either way, I wonder how well that would work.