Hi, I have the following file home/gcast/lisp/cl-todo/src/test-suite.lisp and I want to load it using *load-pathname* but I haven't understood as use *load-pathname*. I thought that the following expressions were right:
(setf *load-pathname* (pathname "/home/gcast/lisp/cl-todo/src/")) (load "test-suite.lisp") but I have an error that the file doesn't exists. Where is my mistake? Another question: Is there in Ansi CL (or in cmucl) a way to mantains a list of pathname where to look for lisp files to load so that I can put it in my .cmucl-init? Thanks. Giannandrea
