<div class="gmail_quote">On Thu, Mar 15, 2012 at 11:46 AM, Dima Pasechnik <span dir="ltr"><<a href="mailto:dimpase%2Becl@gmail.com">dimpase+ecl@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div id=":209">Below I cut the relevant part, which appears to demonstrate a problem in calls like (directory '/A/B/C/*')  which boils down to the fact that is the top part (say '/A/B/') of the path contains an unreadable to the user directory, then the (directory '/A/B/C/*') returns NIL,<br>


even though it's perfectly readable to the user (tested on 11.1.1 and on 12.**, too)</div></blockquote></div><div><br></div><div>Fixed in local (see below). Will upload a patch later on.</div><br><div>$ ecl -norc</div>

<div>ECL (Embeddable Common-Lisp) 12.2.1 (git:f074dd441f7500f9fd96607443e27d6b6afe04c9)</div><div>Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya</div><div>Copyright (C) 1993 Giuseppe Attardi</div><div>Copyright (C) 2000 Juan J. Garcia-Ripoll</div>

<div>ECL is free software, and you are welcome to redistribute it</div><div>under certain conditions; see file 'Copyright' for details.</div><div>Type :h for Help.  </div><div>Top level in: #<process TOP-LEVEL>.</div>

<div>> (directory "~/foo/faa/*.*")</div><div><br></div><div>(#P"/Users/jjgarcia/foo/faa/lsp.txt")</div><div>$ ls ~/foo<br></div><div>ls: foo: Permission denied</div><div><br></div><div><br></div>-- <br>

Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>