I took Phil S's advice and used the following code: (defpackage "alp-clos" (:use "common-lisp" "clos")) this under a syntax of ANSI-common-lisp and package cl-user. Worked like a charm. I have kept other suggestions in case i run into portability or other problems later. Thanks for all the input! --Robin