Bill Schottstaedt <[EMAIL PROTECTED]> writes:

> 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.

Fixed, thanks!

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

You can select the 'dos' coding system for saving a file, for example.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


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

Reply via email to