>> 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/



_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to