From: Ian Hulin <ian@hulin.org.uk>
To: bug-guile@gnu.org
Subject: help does not display any output if readline is activated (V1.9.13)
Date: Mon, 18 Oct 2010 18:04:23 +0100 [thread overview]
Message-ID: <4CBC7E17.4040002@hulin.org.uk> (raw)
I've just installed guile 1,9.13 on my test machine,
(use-modules (ice-9 readline)) (activate-readline)
works as expected, but it suppresses any output from ¸help and suchlike.
-------------------------------------
ian@greebo:~/Desktop/guile/guile-1.9.13$ guile
GNU Guile 1.9.13
Copyright (C) 1995-2010 Free Software Foundation, Inc.
Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.
Enter `,help' for help.
scheme@(guile-user)> ,help compile
Compile Commands [abbrev]:
,compile EXP [,c] - Generate compiled code.
,compile-file FILE [,cc] - Compile a file.
,disassemble EXP [,x] - Disassemble a compiled procedure.
,disassemble-file FILE [,xx] - Disassemble a file.
scheme@(guile-user)> (use-modules (ice-9 readline)) (activate-readline)
scheme@(guile-user)> ,help compile
----------------------------------------
guile hangs until you abort the command with ^C or similar.
Cheers,
Ian Hulin
reply other threads:[~2010-10-18 17:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4CBC7E17.4040002@hulin.org.uk \
--to=ian@hulin.org.uk \
--cc=bug-guile@gnu.org \
/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).