Newsgroups: comp.lang.lisp
Path: cantaloupe.srv.cs.cmu.edu!das-news.harvard.edu!news2.near.net!MathWorks.Com!yeshua.marcam.com!usc!elroy.jpl.nasa.gov!decwrl!netcomsv!netcom.com!barmar
From: barmar@netcom.com (Barry Margolin)
Subject: Re: allegro loading problem
Message-ID: <barmarCvwnwB.7C5@netcom.com>
Organization: Netcom Online Communications Services (408-241-9760 login: guest)
References: <WOODFORC.94Sep8161031@mercury.ece.clarkson.edu>
Date: Sat, 10 Sep 1994 08:36:11 GMT
Lines: 15

In article <WOODFORC.94Sep8161031@mercury.ece.clarkson.edu> woodforc@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                                                barmar@netcom.com

