[Ecls-list] Problem loading swank
Julian Stecklina
der_julian at web.de
Wed Feb 14 12:12:18 UTC 2007
Pierre THIERRY wrote:
> (loop for idx :upfrom 0
> while (< idx (length vector))
> for el = (aref vector idx)
> do (setf (aref vector idx) (convert-fuzzy-completion-result
> el converter internal-p package-name))))))
The FOR after the WHILE seems to be the problem. Try loop for idx upfrom
0 below (length vector) and omit the WHILE clause. It seems that this
is not conforming ANSI CL.
Regards,
Julian
More information about the ecl-devel
mailing list