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 19:06:06 +0100 [thread overview]
Message-ID: <87r6jtwr8x.fsf@ossau.uklinux.net> (raw)
In-Reply-To: <590516e30710170329j129809d0v81deffdb2247a0c9@mail.gmail.com> (schemer@gmail.com's message of "Wed, 17 Oct 2007 15:59:19 +0530")
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.
From http://unixhelp.ed.ac.uk/CGI/man-cgi?telnet, it looks like telnet
by default sends <CR><NUL> between each line. Does it help if you use
the telnet command "toggle crlf", to tell it to send <CR><LF> instead?
(Note that the latter is only a possible workaround. Guile should
handle the default telnet behaviour too, in my opinion.)
Regards,
Neil
_______________________________________________
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 18:06 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 [this message]
2007-10-17 21:14 ` Neil Jerram
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=87r6jtwr8x.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).