Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!rochester!pt.cs.cmu.edu!andrew.cmu.edu!dg1v+ From: dg1v+@andrew.cmu.edu (David Greene) Newsgroups: comp.lang.lisp Subject: File I/O Message-ID: Date: 12 Feb 89 21:16:29 GMT Organization: Graduate School of Industrial Administration, Carnegie Mellon, Pittsburgh, PA Lines: 13 I am trying to read various types of ascii data files into a standard common LISP program (Ibuki Common Lisp). There are a number of ways to create streams and such, but how can I test for an End Of File so that my read won't return an error? I have gone through Steele, but apparently the appropriate function has eluded me. Thanks for any help. -David dg1v@andrew.cmu.edu dpg@isl1.ri.cmu.edu