Line-feed required for a line termination? Jorgen Schaefer (04 Aug 2005 04:43 UTC)
Re: Line-feed required for a line termination? Per Bothner (04 Aug 2005 04:52 UTC)

Line-feed required for a line termination? Jorgen Schaefer 04 Aug 2005 04:43 UTC

Hello!
Alex Shinn just pointed out to me that the syntax for in-string
newlines in SRFI 75 seemingly prescribes a line ending convention:

| \<linefeed><intraline-whitespace> : nothing, where <linefeed> is
| Unicode 10, and <intraline-whitespace> is a sequence of
| non-linefeed whitespace characters (where whitespace is defined
| in SRFI-14)

On a Windows box, or an old Mac, this would require special
editors to write, as the line ending convention there is
different. Since SRFI 75 doesn't prescribe an encoding for the
source file, I don't see a problem with leaving the exact newline
sequence unspecified as well. So, the following phrasing would be
more appropriate:

| \<platform-specific newline sequence><intraline-whitespace> :
| ...

Greetings,
        -- Jorgen

--
((email . "xxxxxx@forcix.cx") (www . "http://www.forcix.cx/")
 (gpg   . "1024D/028AF63C")   (irc . "nick forcer on IRCnet"))