From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Bundling ELPA packages with Emacs Date: Thu, 31 Aug 2023 09:48:19 +0300 Message-ID: <83zg27emh8.fsf@gnu.org> References: <87il9kksqz.fsf@dfreeman.email> <87350ndquw.fsf@dfreeman.email> <83350ncbns.fsf@gnu.org> <87cyzrjbd8.fsf@dfreeman.email> <83zg2vav46.fsf@gnu.org> <87o7j99304.fsf@dfreeman.email> <87zg2hsyrd.fsf@dfreeman.email> <87h6ontwfv.fsf@posteo.net> <4874df51-9652-f9fd-0576-9dd6a4cba31a@gutov.dev> <3d5ef276-ce6b-9ff0-0c60-1da6b887b365@gutov.dev> <1070e416-2a13-49e0-90d4-fbc526cd461c@app.fastmail.com> <83ttskia84.fsf@gnu.org> <97c96b72-ebba-4853-98d2-86e3ba8bbc05@app.fastmail.com> <83sf84i9ix.fsf@gnu.org> <837cpfhzdm.fsf@gnu.org> <834jkfg3oc.fsf@gnu.org> <8734zzspx2.fsf_-_@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12490"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 31 08:49:01 2023 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 1qbbUD-00034K-JE for ged-emacs-devel@m.gmane-mx.org; Thu, 31 Aug 2023 08:49:01 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qbbU1-0002yN-AL; Thu, 31 Aug 2023 02:48:50 -0400 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 1qbbTw-0002y1-8K for emacs-devel@gnu.org; Thu, 31 Aug 2023 02:48:44 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qbbTv-0004tA-Rm; Thu, 31 Aug 2023 02:48:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=T63Zu1B+aDSELQh+CLyC8CSVWemkkZEbd9Lj0KOH3mI=; b=JlRp4wwhkZJP 5SMwcEyEup+gEksjUPSwV3seRPHBlePoDsANqiAPt/6SUUPWhTou1twXLP1B5zMhthBEVKxG1Wi4n ISYkhrNUruwrVtR06PDCSc29OmrrkI6Z59XTn8PJclrblooNZf8jwnQOZ5fPl74ZtfSLz+AgatEYo o5+SqmePvs1jbf1LWuSCAnal8qP4JkYdWZfXUWgtTt8WqiCCyTkM0KfCsO+z9hcTsIAJhsDXtmxpg qeVcwLDZ8xcEJyyXWAGg6jnnfI6BBnWT9mtn8/qJCZIz7nhgYt4/HyKEGhhBF3M5T4NRgrYzJ6NEr r6Q2rPt4I9Vld5dR5ZBrwQ==; In-Reply-To: <8734zzspx2.fsf_-_@posteo.net> (message from Philip Kaludercic on Thu, 31 Aug 2023 06:10:17 +0000) 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:309596 Archived-At: > From: Philip Kaludercic > Cc: rms@gnu.org, emacs-devel@gnu.org > Date: Thu, 31 Aug 2023 06:10:17 +0000 > > Eli Zaretskii writes: > > > It is indeed planned to do that only with packages on GNU ELPA. But > > we haven't yet figured some important aspects of including ELPA > > packages in release tarballs, so the idea is there, but it is not yet > > actionable. > > I was under the assumption that issue was resolved, if > `package-directory-list' would contain the right directory? That's not the only issue we need to resolve. See https://lists.gnu.org/archive/html/emacs-devel/2020-12/msg00917.html https://lists.gnu.org/archive/html/emacs-devel/2021-01/msg01017.html https://lists.gnu.org/archive/html/emacs-devel/2021-01/msg01373.html for the previous discussions, where the issues were raised and discussed.