bug-guile
[Top][All Lists]
Advanced

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

help does not display any output if readline is activated (V1.9.13)


From: Ian Hulin
Subject: help does not display any output if readline is activated (V1.9.13)
Date: Mon, 18 Oct 2010 18:04:23 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b3pre Thunderbird/3.1.4

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.
-------------------------------------
address@hidden:~/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 via email to

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