|
From: | Lars Magne Ingebrigtsen |
Subject: | Re: [Emacs-diffs] master 11cf3e9: Implement a new function directory-files-recursively |
Date: | Sat, 13 Dec 2014 15:46:36 +0100 |
User-agent: | Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) |
Thierry Volpiatto <address@hidden> writes: > My own function is working fine using (directory-files+file-attributes) > with decent performances, but if I try to use > (file-name-all-completions+check "/$") it infloop also. The infloop is due to this: (file-symlink-p (expand-file-name "zot/" "/tmp/foo2/")) => nil (file-symlink-p (expand-file-name "zot" "/tmp/foo2/")) => "/tmp/" I'll check in a fix. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no
[Prev in Thread] | Current Thread | [Next in Thread] |