> In src/mypackage.lisp: > > (in-package #:cl-user) > (defpackage #:mypackage > (:use #:cl #:it.bese.ucw #:it.bese.yaclml)) > > (in-package #:index) Oops, that should be (in-package #:mypackage) Regards, Chris Dean