Hi Ludo, are you sure that's correct?
Compare: On Sun, 12 Jun 2016 12:29:52 +0200 l...@gnu.org (Ludovic Courtès) wrote: > + (filter (lambda (file) > + (eq? 'regular (lstat file))) ^^^^^ to > - (let ((s (stat (string-append dir "/" f)))) > + (let ((s (lstat (string-append dir "/" f)))) > (eq? 'regular (stat:type s))))) ^^^^^^^^^ . I think the first is missing a call to stat:type .