Reiner Steib wrote:
> On Mon, Aug 01 2005, Jochen Küpper wrote:
>>Could recentf-menu-filter be change into list of filter functions, so
>>that one could write the following, for example?
>>,----
>>| (setq recentf-menu-filter '(recentf-show-basenames recentf-arrange-by-mode))
>>`----
>
> Probably, just a small matter of programming I'd guess. :-)
> Maybe the sorting an displaying should be decoupled.

How about:

(setq recentf-menu-filter
      (lambda (menu-elements)
        (recentf-show-basenames (recentf-arrange-by-mode menu-elements))))

--
Kevin Rodgers



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

Reply via email to