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

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

bug#19325: file-tree-walk needs to be replaced/removed


From: Lars Magne Ingebrigtsen
Subject: bug#19325: file-tree-walk needs to be replaced/removed
Date: Tue, 09 Dec 2014 07:23:11 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

Glenn Morris <rgm@gnu.org> writes:

> Filing a bug so that this does not get overlooked.
> file-tree-walk needs to be removed/replaced.
> Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00306.html

I've now committed the more generally useful
`directory-files-recursively', which has a saner interface.
`file-tree-walk' can be implemented as

(mapcar 'function (directory-files-recursively ...)) if you want, but it
seems kinda superfluous.

`directory-files-recursively' also returns full names instead of the
directory/leaf name nonsense.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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