From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Nicolas Petton Newsgroups: gmane.emacs.bugs Subject: bug#26540: 25.2; [PATCH] Add cl-set-equal to test for set equality Date: Wed, 19 Apr 2017 11:39:00 +0200 Message-ID: <87vaq0hh3f.fsf@petton.fr> References: <87bmrve6n9.fsf@cassou.me> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Trace: blaine.gmane.org 1492594866 17185 195.159.176.226 (19 Apr 2017 09:41:06 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 19 Apr 2017 09:41:06 +0000 (UTC) Cc: Damien Cassou To: John Mastro , 26540@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 19 11:40:57 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0m6a-0004Cs-0I for geb-bug-gnu-emacs@m.gmane.org; Wed, 19 Apr 2017 11:40:56 +0200 Original-Received: from localhost ([::1]:46689 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0m6e-0002yj-5M for geb-bug-gnu-emacs@m.gmane.org; Wed, 19 Apr 2017 05:41:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0m5n-0002VF-54 for bug-gnu-emacs@gnu.org; Wed, 19 Apr 2017 05:40:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0m5j-0003Bz-0k for bug-gnu-emacs@gnu.org; Wed, 19 Apr 2017 05:40:07 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:57355) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d0m5i-0003Bq-Qd for bug-gnu-emacs@gnu.org; Wed, 19 Apr 2017 05:40:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d0m5i-0007N1-Jy for bug-gnu-emacs@gnu.org; Wed, 19 Apr 2017 05:40:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Nicolas Petton Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 19 Apr 2017 09:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 26540 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 26540-submit@debbugs.gnu.org id=B26540.149259475228273 (code B ref 26540); Wed, 19 Apr 2017 09:40:02 +0000 Original-Received: (at 26540) by debbugs.gnu.org; 19 Apr 2017 09:39:12 +0000 Original-Received: from localhost ([127.0.0.1]:55554 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0m4u-0007Lw-IF for submit@debbugs.gnu.org; Wed, 19 Apr 2017 05:39:12 -0400 Original-Received: from petton.fr ([89.234.186.68]:57318) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0m4s-0007Lh-M0 for 26540@debbugs.gnu.org; Wed, 19 Apr 2017 05:39:12 -0400 In-Reply-To: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=petton.fr; s=mail; t=1492594743; bh=ZmlQb3Vz+q0mnHIXv4dkOIMvqBvF1gbmLA7e7wJ4YgU=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID:MIME-Version:Content-Type; b=SR+/nBhLK1RcQVAFqadkDkEvw3Ev6oVQDHTyzljxTJr+j5IJO93nnwA5AXH8eIkGRWirqOXvmjNqodQqduAzvCWsar510W641jhMNxuL2kT90buLCmbnd7qiAZmtLdxh/CCdXfakDnJ3UoAp6Hy6tScYlag76G7m+ioxO1QC5/Y= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:131751 Archived-At: --=-=-= Content-Type: text/plain John Mastro writes: > This is admittedly bikeshedding, for which I apologize, but I'd like to > mention the possibility of adding this to `seq' as an alternative to > adding it to `cl-lib'. > > My two arguments for adding it to `seq' are: > - This function doesn't exist in Common Lisp, so `cl-lib' seems like > a somewhat arbitrary place for it, other than that its > implementation uses `cl-set-exclusive-or'. > - It could use seq.el's type dispatch > > As a downside, (besides the fact that the patch adding it to `cl-lib' is > already available), `seq' doesn't have a direct equivalent to > `cl-set-exclusive-or', so adding it to `seq' is more work. > I'd also put it in seq.el, I think it's the place where it makes the most sense. Cheers, Nico --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJY9zA0AAoJECM1h6R8IHkQWX8H/3FWVIbEH+0y3p4scsW5kwKB IgwFiAq/vqE+my+MM5XZ6q6MH2pIBn6W3QwxY9Z9FPEViOnt754XaISDw0mVP8qK FEYDvm9FavCWiXGV0mzClPvUpMwaKPF2SpE5wFAF3IOMv2d2yDaI7Ryu15Pejkt4 bKq60WYrRL1x7ldfymqcmi035iEZYBXuaHjzowlVn25J2N02itBAd3ticVxda7qP dKUSmm3aDwbVpzRB4WOtg08Mh6J2kqlmpq+bvKBcmE7CyWB1l7v3rU78AvMXXahR UAB3MG8ULHgpRmC61Dr6fwYQM1BW7PeyXHobEKCaw2wIcL65bZphs4Dnuy+mHHU= =j51+ -----END PGP SIGNATURE----- --=-=-=--