From: David B. Lamkins
Subject: Re: Scrap in MCL 4.0
Date: 
Message-ID: <AFAD2E4D-A0FC@206.163.127.159>
On Thu, May 22, 1997 8:26 AM, ······@po-box.mcgill.ca
<·············@po-box.mcgill.ca> wrote:
>I have used the pict-scrap.lisp example in MCL 4.0  It works well with
>the sample coming with it.  It also works well if I keep the code and my
>code in separate files.  But when I try to place part of it inside my
>code, I get the following error message:
>
>> Error in process Initial: #<PICT-SCRAP-HANDLER #x2D3F78E> has no slot
named
>INTERNAL-SCRAP.
>> While executing: #<CCL::STANDARD-KERNEL-METHOD SLOT-MISSING (T T T T)>
>

It would help to see your actual code, but I'd guess that you've overlooked
that pict-scrap.lisp is in the CCL package, while your code is probably in
the CL-USER package.  It would be easier for you to simply load pict-scrap
from your source file, then the packages will work as designed.

Dave