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
