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

[no subject]



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?