bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10386: CODE wishlist: ínclude delete-duplicates.el


From: Glenn Morris
Subject: bug#10386: CODE wishlist: ínclude delete-duplicates.el
Date: Wed, 11 Jan 2012 03:47:57 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]