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: Does seq.el need to work with older Emacs versions? Date: Sat, 03 Sep 2022 13:17:38 +0300 Message-ID: <837d2koj7h.fsf@gnu.org> References: <72CD4C05-ABEC-4E8C-8812-1EDBAB78FEB9@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35270"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Mattias =?utf-8?Q?Engdeg=C3=A5rd?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 03 12:18:48 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 1oUQEh-00091U-Pc for ged-emacs-devel@m.gmane-mx.org; Sat, 03 Sep 2022 12:18:47 +0200 Original-Received: from localhost ([::1]:55920 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oUQEg-00062N-Tt for ged-emacs-devel@m.gmane-mx.org; Sat, 03 Sep 2022 06:18:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52804) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUQE0-0004gd-OJ for emacs-devel@gnu.org; Sat, 03 Sep 2022 06:18:04 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54170) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUQE0-0004eI-Ez; Sat, 03 Sep 2022 06:18:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=B4YP+ebzqITlF19/qZLcA0NfrHr0mrQl+vgIC9MWnYs=; b=cFV8AaMg89diyYsG5/pf phctl1sreGql5fdgYOcVHet11icVLQRGuD0FwPxhiUUnaJevUaGqp6uZovjeHBDOLl29Lu69UMtZQ tOhsiWKQ6HILSFSuKANftDiu/iaRjj7DXDpubyZQG8CTArFHv59YFLMGnLciC52NMZ2USgWL+ZrHz TgqYvTPm5q9wACDSyHqcR6qcT/utmqRdKfp+N9C3sDd2LjSJs0D+J4GRLb12EQ7/izyuVLJM6cMpV UJMLcZ6OAa450y1inDy6+ntVJWN9Ehx2P6ZqtuAcnoLOL8IpitDz1y7JIbBhJc2EmEsYx8Ui2kOL2 9XKTblcEUIPGoQ==; Original-Received: from [87.69.77.57] (port=1038 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 1oUQDz-0004Ut-UE; Sat, 03 Sep 2022 06:18:04 -0400 In-Reply-To: <72CD4C05-ABEC-4E8C-8812-1EDBAB78FEB9@acm.org> (message from Mattias =?utf-8?Q?Engdeg=C3=A5rd?= on Sat, 3 Sep 2022 12:14:16 +0200) 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" Xref: news.gmane.io gmane.emacs.devel:294642 Archived-At: > From: Mattias EngdegÄrd > Date: Sat, 3 Sep 2022 12:14:16 +0200 > > Please remind me: does lisp/emacs-lisp/seq.el need to work with older Emacs versions and if so which ones? Only if it's on ELPA, AFAIU.