Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!zaphod.mps.ohio-state.edu!ub!dsinc!netnews.upenn.edu!linc.cis.upenn.edu!vinson From: vinson@linc.cis.upenn.edu (Jack Vinson) Newsgroups: comp.lang.lisp Subject: how to deal with end of file when reading Message-ID: <43927@netnews.upenn.edu> Date: 30 May 91 14:22:05 GMT Sender: news@netnews.upenn.edu Reply-To: vinson@linc.cis.upenn.edu (Jack Vinson) Distribution: na Organization: University of Pennsylvania Lines: 10 Nntp-Posting-Host: linc.cis.upenn.edu Hello fellow lisp hackers, I am reading data from a file of unspecified length using with-open-file and a do loop. Is there a keyword I can specify which will redirect errors? Right now I get the expected end of file error. What do I do? Thanks Jack Vinson vinson@linc.cis.upenn.edu