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: Move newsticker to elpa? Date: Thu, 06 Aug 2020 16:55:24 +0300 Message-ID: <83h7tf98vn.fsf@gnu.org> References: <87zha3q1bx.fsf@panama> <57b649fa-ff6b-bc11-be7d-bf893df78e46@yandex.ru> <87lflmsimm.fsf@panama> <83367u7f7m.fsf@gnu.org> <87a722seov.fsf@panama> <83zha25x85.fsf@gnu.org> <87sgd248da.fsf@panama> <83imdy9s4d.fsf@gnu.org> <87h7ti444h.fsf@panama> <878seugqy3.fsf@gnus.org> <83eeolakoi.fsf@gnu.org> <87d043gb16.fsf@panama> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6317"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org, raman@google.com, monnier@iro.umontreal.ca, dgutov@yandex.ru To: Ulf Jasper Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 06 15:56:20 2020 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 1k3gNY-0001YR-JH for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Aug 2020 15:56:20 +0200 Original-Received: from localhost ([::1]:37024 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k3gNX-0002AO-L8 for ged-emacs-devel@m.gmane-mx.org; Thu, 06 Aug 2020 09:56:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55908) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k3gMr-0001kQ-9l for emacs-devel@gnu.org; Thu, 06 Aug 2020 09:55:37 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51249) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k3gMq-00055Q-ML; Thu, 06 Aug 2020 09:55:36 -0400 Original-Received: from [176.228.60.248] (port=2942 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k3gMn-0006dy-FM; Thu, 06 Aug 2020 09:55:34 -0400 In-Reply-To: <87d043gb16.fsf@panama> (message from Ulf Jasper on Thu, 06 Aug 2020 15:27:01 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:253471 Archived-At: > From: Ulf Jasper > Cc: Stefan Monnier , larsi@gnus.org, > dgutov@yandex.ru, emacs-devel@gnu.org, raman@google.com > Date: Thu, 06 Aug 2020 15:27:01 +0200 > > > AFAIR, crisp.el was moved instead of being obsoleted. So ada-mode is > > probably the only example. > > IIUC both, crisp and ada-mode, have been moved -- what's the difference? The difference is that we can expect no one to be hurt by moving an obsolete package (which otherwise would have been moved to the lisp/obsolete directory, where it must be loaded by hand). > > We could have newsticker both in Emacs and in ELPA for a time, until > > If we had two newstickers, one in each repo, would we synchronise them? > Or would we freeze one and work on the other? You can ask the developers of a few packages that are developed separately, like Org and MH-E. > > we figure out how to have ELPA packages in an Emacs released tarball. > > Has it been decided already to deliver ELPA packages as part of an Emacs > release? We want to be able to do that eventually, but we didn't figure out the details yet.