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: Adding use-package to core Date: Wed, 16 Nov 2022 16:52:28 +0200 Message-ID: <83v8nfeytv.fsf@gnu.org> References: <875yfff08l.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27240"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, stefankangas@gmail.com, johnw@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Payas Relekar Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 16 15:53:00 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 1ovJme-0006pd-4w for ged-emacs-devel@m.gmane-mx.org; Wed, 16 Nov 2022 15:53:00 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ovJmE-0006t8-JB; Wed, 16 Nov 2022 09:52:34 -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 1ovJmD-0006pr-7W for emacs-devel@gnu.org; Wed, 16 Nov 2022 09:52:33 -0500 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 1ovJmC-0003Cb-I1; Wed, 16 Nov 2022 09:52:32 -0500 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=shK2NDAcGQR2U+OR4r/H/MJrdpr6R3NtgG26DS5TzOQ=; b=ohHIn7ugyDan vQZcZgqzLvskV7awS8w4/1jRxe63JaWJLyoMAdmLf5ASFPDytRqIRrlaUB7oym7f2t3kWKeMDIF9r 4Rw9bge6dJZRmGUPYA7Qk27wgMxvg2Clt805k/al7V0rw/OLGwwi25aIb9Zag8axoMF4qvlybJ/h2 T5PGJ2FlDJYZ8uHHSqhDKWUHlfABhd+WvgaUIDW0UEf1fsORFQ4RZwxOJbp+W5hCfSfM8pMn8u7px DsZ3VU4DF8iKiJ/DI6bK9Q0+CpiA1wFdandZED07hV3leglwxmmADoFV0kpu9bqpZokVmK6Z0GwCo pY4n7MSV+UeIqEDINVk6Uw==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ovJmA-00050u-QI; Wed, 16 Nov 2022 09:52:32 -0500 In-Reply-To: <875yfff08l.fsf@gmail.com> (message from Payas Relekar on Wed, 16 Nov 2022 19:48:17 +0530) 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:299934 Archived-At: > From: Payas Relekar > Cc: philipk@posteo.net, stefankangas@gmail.com, johnw@gnu.org, > monnier@iro.umontreal.ca, emacs-devel@gnu.org > Date: Wed, 16 Nov 2022 19:48:17 +0530 > > Eli Zaretskii writes: > > > If use-package is in core, why should the link to its documentation > > point to ELPA and not to some place in core? > > Either is fine, if I know what that link would be, I'll make PR with > that. I guess it will be to the Info manual? > Once it is merged and ELPA starts tracking use-package from core, > we should probably ask John to mark the repo as archived on Github as an > added incentive to direct people to emacs-devel as well as prevent > people from creating new bugs/PRs on Github. Does that sound like a good > idea? Yes, I think so.