This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: how to (activate-readline)



guile> (version)
"1.3.5"
guile> (use-modules (ice-9 readline))
ERROR: readline is not provided in this Guile installation
ABORT: (misc-error)
guile>  (use-modules (ice-9 readline))
guile> (activate-readline)
standard input:3:1: In expression (activate-readline):
standard input:3:1: Unbound variable: activate-readline
ABORT: (unbound-variable)
guile>

Evaluating  (use-modules (ice-9 readline)) the first time will give
the correct error 
ERROR: readline is not provided in this Guile installation
ABORT: (misc-error)
Evaluating  (use-modules (ice-9 readline)) the seconde time will not
complain till (activate-readline) is evaluated
This may be an error in module system?

And why did readline work with guile 1.3.4 but not with newguile?
 
>>>>> "Ian" == Ian Grant <Ian.Grant@cl.cam.ac.uk> writes:

    >> Hi there I`m working on a SunOS 5.7 sun4u sparc and guile. ...
    >> .... in guile 1.3.5pre2 (use-modules (ice-9 readline))
    >> (activate-readline) doesn`t work for me. How can i use
    >> readline?

    Ian> It works for me on SunOS 5.7. In what way does it fail?  Do
    Ian> you get any error messages?

    Ian> Ian

    Ian> -- Ian Grant, Computer Lab., New Museums Site, Pembroke
    Ian> Street, Cambridge Phone: +44 1223 334420 Personal e-mail:
    Ian> iang at pobox dot com





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]