unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* help does not display any output if readline is activated (V1.9.13)
@ 2010-10-18 17:04 Ian Hulin
  0 siblings, 0 replies; only message in thread
From: Ian Hulin @ 2010-10-18 17:04 UTC (permalink / raw)
  To: bug-guile

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-18 17:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-18 17:04 help does not display any output if readline is activated (V1.9.13) Ian Hulin

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).