From: Barry Margolin
Subject: Re: allegro loading problem
Date: 
Message-ID: <barmarCvwnwB.7C5@netcom.com>
In article <·····················@mercury.ece.clarkson.edu> ········@mercury.ece.clarkson.edu (Chad J. Woodford) writes:
>USER(1): (load "structs.cl")
>; Loading /net/mercury.ece/home/woodforc/projects/mib/structs.cl.
>Error: eof encountered on stream
...
>OR, does the above mean that it encountered an end to the file before it
>encountered an EOF marker?  Obviously I'm slightly confused here.

Unix doesn't have an "EOF marker" -- there's just a single end of file.
The error means that it encountered the end of the file in the middle of a
Lisp object.  This usually means you have unbalanced parentheses or
doublequotes.
-- 
Barry Margolin                                                ······@netcom.com