[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LINEREAD



Some time ago you had an anomaly with trying to read a "line"
of s-expressions.  The problem was primarily in that the reader
tosses out the "white-space" character which terminates an atom,
and thus your TYIPEEK didn't see the expected <cr>.  I have
written a full LINEREAD, following the style of READLINE, and
put it on the LIBDOC and LIBLSP directories at MC, and on
the C380ML5P directory at CMUA.  You might peruse the source
(LINERE.LSP) to see all the gory details.  Note that 
(TYIPEEK 'T <file>)  will scan characters, tossing out worthless
ones, until some character is encountered which will "start"
an s-expression.