guile-devel
[Top][All Lists]
Advanced

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

Re: GNU Guile 1.8.3 released


From: Neil Jerram
Subject: Re: GNU Guile 1.8.3 released
Date: Wed, 17 Oct 2007 22:14:28 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Neil Jerram <address@hidden> writes:

> Puneet <address@hidden> writes:
>
>> $ telnet localhost 12345
>> Trying 127.0.0.1...
>> Connected to localhost.
>> Escape character is '^]'.
>> guile> (define a 'foo)
>> guile> a
>> }#ROR: Unbound variable: #{a\
>> ABORT: (unbound-variable)
>
> FWIW: it looks like this problem is to do with not stripping trailing
> end-of-line whitespace characters (in particular, probably Ctrl-M)
> from read symbol names.

With current CVS HEAD:

guile> (string->list (symbol->string (with-input-from-string "hello\r" read)))
(#\h #\e #\l #\l #\o #\cr)





reply via email to

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