From: Neil Jerram <neil@ossau.uklinux.net>
To: Puneet <schemer@gmail.com>
Cc: "Ludovic Courtès" <ludo@gnu.org>, guile-devel@gnu.org
Subject: Re: GNU Guile 1.8.3 released
Date: Wed, 17 Oct 2007 22:14:28 +0100 [thread overview]
Message-ID: <87przdv3yj.fsf@ossau.uklinux.net> (raw)
In-Reply-To: <87r6jtwr8x.fsf@ossau.uklinux.net> (Neil Jerram's message of "Wed, 17 Oct 2007 19:06:06 +0100")
Neil Jerram <neil@ossau.uklinux.net> writes:
> Puneet <schemer@gmail.com> 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)
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
next prev parent reply other threads:[~2007-10-17 21:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-16 18:54 GNU Guile 1.8.3 released Ludovic Courtès
2007-10-17 10:29 ` Puneet
2007-10-17 18:06 ` Neil Jerram
2007-10-17 21:14 ` Neil Jerram [this message]
2007-10-17 21:30 ` Neil Jerram
2007-10-17 22:10 ` Ludovic Courtès
2007-10-18 6:06 ` Puneet
2007-10-17 22:05 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87przdv3yj.fsf@ossau.uklinux.net \
--to=neil@ossau.uklinux.net \
--cc=guile-devel@gnu.org \
--cc=ludo@gnu.org \
--cc=schemer@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).