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

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

Re: ;;; anything.el --- open anything


From: Tassilo Horn
Subject: Re: ;;; anything.el --- open anything
Date: Mon, 23 Jul 2007 10:25:14 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Tassilo Horn <address@hidden> 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.





reply via email to

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