> Grrr... you broke my code... and you introduced some bugs :-)
>
> Here you affect a pathname to filearg but you will use delete-directory
> with this pathname as argument. delete-directory want a string since its
> code is:
>
> (defun delete-directory (dirname)
>(system (concat "rm -r " di
Le jeudi 26 octobre 2006 à 22:23 -0700, [EMAIL PROTECTED] a
écrit :
> Revision: 209
> http://svn.sourceforge.net/axiom/?rev=209&view=rev
> Author: billpage
> Date: 2006-10-26 22:23:36 -0700 (Thu, 26 Oct 2006)
>
[...]
> 20060906 cxm src/interp/nlib.lisp (and (directory filearg...