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

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

bug#14900: 24.2; no recursion support for directory-files


From: address@hidden
Subject: bug#14900: 24.2; no recursion support for directory-files
Date: Thu, 18 Jul 2013 12:29:03 -0500

Perhaps this is more of a missing feature report.

If i want to tell emacs to recurse from '.', and open every file that matches
a certain pattern (a la `find`), i need to use a gnus function. See this code
suggestion from 'jlf' in #emacs:

(remove-if-not (lambda (file) (string-match some-regexp file))
               (gnus-recursive-directory-files default-directory) )

It surprized me that i'd have to have a huge pkg like gnus loaded to do
something like this.

thanks,
Eric






reply via email to

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