read.c (line 271 in 1.6.4, 286 in CVS):

in skip_scsh_block_comment (SCM port)

if (history == (('\n' << 24) | ('!' << 16) | ('#' << 8) | '\n'))

gets confused if the text editor uses \r\n rather than \n.

(This is possible with emacs, though I'm not sure how).



_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to