[Ecls-list] documentation not building in 11.1.1?

2011-03-03 Thread Christoph Egger
Hi! Seems src/doc is missing some files for building docs to work? Is that on purpose? /usr/bin/make -C build/doc make[1]: Entering directory `/home/christoph/debian/ecl/build/doc' make[1]: *** No rule to make target `/home/christoph/debian/ecl/src/doc/user.txi', needed by `ecl.info'. Stop. mak

Re: [Ecls-list] Getting directory contents on Unix

2011-03-03 Thread Zach Beane
"Pascal J. Bourguignon" writes: > The problem is that CL:DIRECTORY is specified to apply TRUENAME which is > specified to resolve symbolic links. (See section 20.1.3 Truenames). > > There is no conforming way to obtain the pathname of a symbolic link in > CL. You have to use an extension, eithe

Re: [Ecls-list] Getting directory contents on Unix

2011-03-03 Thread Pascal J. Bourguignon
"Duong \"Yang\" Ha Nguyen" writes: > On Tue, 1 Mar 2011, Zach Beane wrote: > >> Say I have a directory structure like this: >> >> /tmp/x/a.txt >> /tmp/x/b.txt (a symlink to a.txt) >> >> Is there any function I can call to get a list of #p"/tmp/x/a.txt" and >> #p"/tmp/x/b.txt? On sbcl, for exa

Re: [Ecls-list] Getting directory contents on Unix

2011-03-03 Thread Zach Beane
"Duong \"Yang\" Ha Nguyen" writes: > Hi Zach, > > Not sure I understand what you need but have you tried Peter Seibel's > CL-FAD (CL-FAD:LIST-DIRECTORY)? Yes, cl-fad does not do what I need. Zach -- Free Software Downl