From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Amin Bandali Newsgroups: gmane.emacs.erc.general,gmane.emacs.devel Subject: Re: [ELPA] New package: ERC Date: Sun, 26 Sep 2021 16:41:07 -0400 Message-ID: <87y27j5au4.fsf@gnu.org> References: <87tuih3jfq.fsf@gnu.org> <875yuwpr4o.fsf@gnus.org> <87o88f746a.fsf@gnu.org> <87mtnzb0g5.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27484"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Lars Ingebrigtsen , emacs-erc@gnu.org, Stefan Monnier , emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-erc-bounces+sf-erc-help=m.gmane-mx.org@gnu.org Sun Sep 26 22:41:13 2021 Return-path: Envelope-to: sf-erc-help@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 1mUaxV-0006tn-LA for sf-erc-help@m.gmane-mx.org; Sun, 26 Sep 2021 22:41:13 +0200 Original-Received: from localhost ([::1]:58276 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mUaxU-0007gf-Nd for sf-erc-help@m.gmane-mx.org; Sun, 26 Sep 2021 16:41:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45870) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mUaxS-0007gR-Lk; Sun, 26 Sep 2021 16:41:10 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60450) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mUaxR-0000sn-9V; Sun, 26 Sep 2021 16:41:09 -0400 Original-Received: from [2607:fea8:3fdf:f2d9:5ca1:2254:4a1f:1d9b] (port=56028 helo=langa) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mUaxQ-0006mZ-DB; Sun, 26 Sep 2021 16:41:09 -0400 In-Reply-To: <87mtnzb0g5.fsf@posteo.net> X-BeenThere: emacs-erc@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General discussion about ERC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-erc-bounces+sf-erc-help=m.gmane-mx.org@gnu.org Original-Sender: "emacs-erc" Xref: news.gmane.io gmane.emacs.erc.general:1603 gmane.emacs.devel:275540 Archived-At: Philip Kaludercic writes: > Amin Bandali writes: > >> On this topic, I've briefly seen philipk's proposal for `compat.el' on >> emacs-devel, but I'm not yet sure if it's meant to tend to the needs >> of individual packages like ERC and add funs/vars on request. So for >> ERC's purposes it might be better to revive and use `erc-compat.el'. > > It certainly could, the question is only if the functionality of a 300+ > line file should be copied into a general-purpose compatibility library. By "300+ line file" you mean `iso8601.el'? If so, I would indeed not expect `compat.el' to duplicate all of that. However, I wonder if `compat.el' may be able to house some funs/vars needed to port `iso8601.el' to older Emacsen? I haven't had a close look at it, nor at the time-related changes in Emacs 27, to know if this would be doable in a reasonable way. Perhaps Lars might.