Tassilo Horn <[EMAIL PROTECTED]> writes:

Hi,

>> |  ;;;; Recentf files
>> |  
>> |  (defvar anything-source-recentf
>> |    '((name . "Recentf")
>> | -    (candidates . recentf-list)
>> | +    (candidates . (lambda ()
>> | +                    (ba-remove-duplicates-resolve-home recentf-list)))
>> |      (type . file)))
>
> For recent files, that's a good idea. I'll include it with
> `remove-duplicates' instead of `ba-remove-duplicates-resolve-home'.

It seems that recentf deletes duplicates by default.

Bye,
Tassilo
-- 
Thousands  of years  ago Chuck  Norris  came across  a bear.  It was  so
terrified that it  fled north into the arctic. It  was also so terrified
that all of its decendents now have white hair.



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

Reply via email to