From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Nicolas Petton Newsgroups: gmane.emacs.devel Subject: Re: Making seq.el an Elpa core package? Date: Mon, 04 Mar 2019 23:42:46 +0100 Message-ID: <87k1hexnvd.fsf@petton.fr> References: <87o96qvnmz.fsf@petton.fr> <87o96qtn6i.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="179344"; mail-complaints-to="usenet@blaine.gmane.org" Cc: Emacs Devel To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 04 23:43:14 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h0wId-000kR7-3V for ged-emacs-devel@m.gmane.org; Mon, 04 Mar 2019 23:43:12 +0100 Original-Received: from localhost ([127.0.0.1]:34229 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0wIc-0004Zn-0F for ged-emacs-devel@m.gmane.org; Mon, 04 Mar 2019 17:43:06 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:51479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0wIW-0004ZV-GB for emacs-devel@gnu.org; Mon, 04 Mar 2019 17:43:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0wIV-0001R8-Lk for emacs-devel@gnu.org; Mon, 04 Mar 2019 17:43:00 -0500 Original-Received: from petton.fr ([89.234.186.68]:40934) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h0wIV-0001OO-4a for emacs-devel@gnu.org; Mon, 04 Mar 2019 17:42:59 -0500 In-Reply-To: <87o96qtn6i.fsf@mail.linkov.net> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=petton.fr; s=mail; t=1551739371; bh=KJN+lh9ZbyDZnLn3gZjROy3YdU+QWK5TuSvKXxRkxek=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID:MIME-Version:Content-Type; b=raoutxoVaLiM7kUxmIHvo4J4wrTlI4j2TkinbbbfufXWpH6I0QXYj4k/Z/ELcEjyZvvqrsG08zupuQBgq1F0u43XkSeCs/jBtB964D2g6YtmXGKCPGYNDxgW1vYMpYn5il8SRECdOFtpVlL5xLNikJP6W7qqmj7Z9Hap5knWdiM= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 89.234.186.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:233834 Archived-At: --=-=-= Content-Type: text/plain Juri Linkov writes: > This package is so useful that it should be preloaded in loadup.el. As of today seq.el requires cl-lib, but I think I could easily get rid of the dependency. Anyway IIRC this was discussed some years ago when I started working on seq.el, and at the time I also thought such a library should come preloaded, but the opinion on this list was quite divided. > It introduces to Elisp programming many necessary idioms that are > expected from any modern programming language to help writing more > clear and readable code. Thanks, I'm glad you like it :-) > Recently I implemented a new feature for isearch using seq.el. > The resulting code is much shorter with seq than it would be > when using ugly old style like `(delq nil (mapcar ...))'. > > But I can't submit a patch for isearch.el because currently > seq.el is not loaded by default. Oh right, because isearch.el is itself preloaded. Cheers, Nico --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEE1AWqLIYsVPF+7mvg6LzXhmr8+XgFAlx9qeYACgkQ6LzXhmr8 +XjO0wf/fahRI08CKUhOyAygVMXB3C56m12rxYnmB2SPH96M1yix2kz02OLgttiC oFhzwsHWo2e0AxaVZ2RWz2gk/bmfC/0ejACetpVpvWotr4BM8JedskckfVTIsQbt u66F1EDKRkJGT27qYdvgYzk9T999bHvTkMObH+N0axdvTE0kobVA5dTCbzMVhVoK K0Asw6ApiD51+Ii7UNVMc4/FTh4i0gEpeJsAyMyd1LYZdQ5Fo0q/g69atAzwyo2a PEz2Ye6vcZ0X6Vqk6tfs+h89n1S0iSMuYwcA47PKOSMQpT7UMtSnqj3NO7gPzhF/ Ajdl7g2yyWo9/S321C7SEHhFCkJZFg== =V9dS -----END PGP SIGNATURE----- --=-=-=--