emacs-devel
[Top][All Lists]
Advanced

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

Re: assoc-delete-all


From: Juri Linkov
Subject: Re: assoc-delete-all
Date: Tue, 05 Jul 2005 08:33:55 +0300
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

>> with this function
>> 
>> (assoc-delete-all "." (assoc-delete-all ".." file-alist1))
>> 
>> Even better would be to allow a test function like in assoc-default:
>> 
>> (assoc-delete-all nil file-alist1 (lambda (key) (string-match "^\.\.?$" 
>> key)))
>
> That's one of these things that would be much easier if we could use CL:

Another thing that would be easier with CL is its `set-difference'
which is currently duplicated in dired-aux.el as `dired-file-set-difference'
with the specialization to work only on file attributes.

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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