bug-guile
[Top][All Lists]
Advanced

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

\r\n confuses #! !#


From: Bill Schottstaedt
Subject: \r\n confuses #! !#
Date: Wed, 10 Mar 2004 06:23:45 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]