guile-user
[Top][All Lists]
Advanced

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

Re: Error in activating readline


From: Marius Vollmer
Subject: Re: Error in activating readline
Date: 14 Sep 2001 08:12:50 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

amit <address@hidden> writes:

> Hi ppl 
> 
> I am using guile 1.4 To activate the history and readline i entered the 
> following command is /usr/share/guile/1.4/ice-9/boot-9.scm
> 
> (use-modules(ice-9) readline))
> (activate readline)

Use this:

    (use-modules (ice-9 readline))
    (activate-readline)

Note the removed parenthesis in the first line, and the added dash in
the second.



reply via email to

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