Warning: undefined escape sequence in string
I just installed snow v1.1.2, and `snowman list' gives following warnings: (this is chicken scheme here) ---------------------------------8<------------------------------------- zen:~/Desktop/snow-generic/v1.1.2$ snowman list Warning: undefined escape sequence in string - probably forgot backslash in line 5 #\3 Warning: undefined escape sequence in string - probably forgot backslash in line 22 #\3 Warning: undefined escape sequence in string - probably forgot backslash in line 22 #\2 Warning: undefined escape sequence in string - probably forgot backslash in line 22 #\3 Warning: undefined escape sequence in string - probably forgot backslash in line 22 #\2 Warning: undefined escape sequence in string - probably forgot backslash in line 22 #\3 Warning: undefined escape sequence in string - probably forgot backslash in line 22 #\2 Warning: undefined escape sequence in string - probably forgot backslash in line 22 #\3 Warning: undefined escape sequence in string - probably forgot backslash in line 22 #\2 Warning: undefined escape sequence in string - probably forgot backslash in line 40 #\3 Warning: undefined escape sequence in string - probably forgot backslash in line 40 #\2 host-gauche/v0.8.9: The Gauche Scheme system. http/v1.0.2: HTTP protocol. ... ---------------------------------8<------------------------------------- -- William http://williamxu.net9.org A "practical joker" deserves applause for his wit according to its quality. Bastinado is about right. For exceptional wit one might grant keelhauling. But staking him out on an anthill should be reserved for the very wittiest. -- Lazarus Long
Afficher les réponses par date
Hi, William Xu <william.xwl@gmail.com> writes:
I just installed snow v1.1.2, and `snowman list' gives following warnings: (this is chicken scheme here)
---------------------------------8<------------------------------------- zen:~/Desktop/snow-generic/v1.1.2$ snowman list Warning: undefined escape sequence in string - probably forgot backslash in line 5 #\3
I believe this may be the same problem as discussed in this thread: http://thread.gmane.org/gmane.lisp.scheme.snow/152 This is an indication that these escape sequences in strings are not so standard. Thanks, Ludovic.
ludo@gnu.org (Ludovic Courtès) writes:
I believe this may be the same problem as discussed in this thread:
http://thread.gmane.org/gmane.lisp.scheme.snow/152
This is an indication that these escape sequences in strings are not so standard.
Thanks. So this issue is still there... (I so hate so many schemes there... ) -- William http://williamxu.net9.org What to do in case of an alien attack: 1) Hide beneath the seat of your plane and look away. 2) Avoid eye contact. 3) If there are no eyes, avoid all contact. -- The Firesign Theatre, _Everything you know is Wrong_
William Xu <william.xwl@gmail.com> writes:
ludo@gnu.org (Ludovic Courtès) writes:
I believe this may be the same problem as discussed in this thread:
http://thread.gmane.org/gmane.lisp.scheme.snow/152
This is an indication that these escape sequences in strings are not so standard.
Thanks. So this issue is still there...
OTOH, it's less of a problem with Chicken than with Guile since all you get with Chicken is a warning whereas Guile raises an exception. Thanks, Ludovic.
participants (2)
-
ludo@gnu.org -
William Xu