[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: SGR at MIT-MC (Stephen G. Rowley)
- Date: Sun, 3 Feb 80 07:00:00 GMT
- Original-date: 3 FEB 1980 0200-EST
If the last line of a file of S-exp's is a comment, and there
is no CRLF at the end, the reader says:
;GOT TO TTY INSIDE S-EXP - READ
;BKPT *RSET-TRAP
However, if the comment is followed by a carriage return, things
work out fine.
example:
(defun foo ()
(princ '|foo was called.|)) ;comment
if there's a crlf at the end, it's ok, but ending a file
with a comment and no carriage return loses.
is this really a bug, or am I just not understanding something?