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. ------------------------------------- i...@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
