emacs-devel
[Top][All Lists]
Advanced

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

Re: Adding assoc-delete-all / rassoc-delete-all


From: Thorsten Jolitz
Subject: Re: Adding assoc-delete-all / rassoc-delete-all
Date: Thu, 17 Apr 2014 13:55:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Tassilo Horn <address@hidden> writes:

> So I'm voting for adding a function `assoc-delete-all' which is just
> like `assq-delete-all' except that it does the comparison with `equal'
> instead of `eq'.

Reminds me of the many times I wished there would be a

,--------------------------------------------------------
| case is an alias for `cl-case' in `cl.el'.
| 
| (case EXPR (KEYLIST BODY...)...)
| 
| Eval EXPR and choose among clauses on that value. [...]
| Key values are compared by `eql'.
`--------------------------------------------------------

that does comparison with `equal' too (or does it exist and I just
missed it?).

-- 
cheers,
Thorsten




reply via email to

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