Path: utzoo!attcan!uunet!husc6!ukma!mailrus!cornell!batcomputer!sun.soe.clarkson.edu!tree From: tree@sun.soe.clarkson.edu (Tom Emerson) Newsgroups: comp.lang.lisp Subject: Custom Input Message-ID: <1648@sun.soe.clarkson.edu> Date: 11 Nov 88 03:07:22 GMT Sender: tree@sun.soe.clarkson.edu Reply-To: tree@sun.soe.clarkson.edu (Tom Emerson) Organization: Clarkson University, Potsdam, NY Lines: 12 I need a function that will read a set of characters from the standard input until a space is entered, at which point the function should return a string (or symbol) for that word. Help!?! I am using Kyoto Common Lisp for this project. Thanx in advance for any help you can give me. Tom E. tree@sun.soe.clarkson.edu