GNU bug report logs -
#10386
CODE wishlist: ínclude delete-duplicates.el
Previous Next
Reported by: Jari Aalto <jari.aalto <at> cante.net>
Date: Wed, 28 Dec 2011 07:59:01 UTC
Severity: wishlist
Tags: wontfix
Found in version 23.3
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #18 received at 10386-done <at> debbugs.gnu.org (full text, mbox):
tags 10386 wontfix
stop
Jari Aalto wrote:
> I come accross library functions that might be useful to be included in
> Emacs:
>
> http://mwolson.org/static/dist/elisp/delete-duplicates.el
The first line says:
;; Scraps of code having to do with deletion that I never ended up
;; using anywhere.
which is not inspiring. It has just 3 functions:
delete-from-list, which offers the same functionality as cl-seq's delete-if
delete-duplicates, which offers the same functionality as cl-seq's
function of the same name (see also subr's delete-dups)
and alist-disjoint, which does not seem especially useful ("Remove each
key in KEYS from ALIST")
So I don't see anything worth adding here.
This bug report was last modified 13 years and 198 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.