From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Adding iso8601.el to ELPA as a :core package? Date: Wed, 05 Feb 2020 08:38:33 -0800 Message-ID: <87o8udj8fq.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="126191"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Lars Ingebrigtsen , Stefan Monnier To: emacs-devel@gnu.org Cancel-Lock: sha1:jvKJEiJRtpotoS+PEhjNzjLDb+A= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Feb 05 17:39: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 1izNhv-000Wj4-Th for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Feb 2020 17:39:19 +0100 Original-Received: from localhost ([::1]:52528 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izNhu-0007Tm-VK for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Feb 2020 11:39:18 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42389) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izNhJ-0006zC-Vh for emacs-devel@gnu.org; Wed, 05 Feb 2020 11:38:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1izNhJ-0007d6-0M for emacs-devel@gnu.org; Wed, 05 Feb 2020 11:38:41 -0500 Original-Received: from ciao.gmane.io ([159.69.161.202]:40422) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1izNhI-0007aR-Pp for emacs-devel@gnu.org; Wed, 05 Feb 2020 11:38:40 -0500 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1izNhG-000Vy3-Pk for emacs-devel@gnu.org; Wed, 05 Feb 2020 17:38:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 159.69.161.202 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:244867 Archived-At: Hey Lars, What do you think about adding iso8601 to ELPA as a :core package? It's pretty useful, and there's no particular reason it needs to be tied to a particular Emacs version. My understanding is that this would be the best of both worlds: you only maintain the in-tree version of the library, but it's also available to install through ELPA. WDYT? Eric