chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] readline?


From: David N Murray
Subject: Re: [Chicken-users] readline?
Date: Sun, 13 Sep 2009 12:28:24 -0400 (EDT)

On Sep 13, Jim Ursetto scribed:

> On Sat, Sep 12, 2009 at 10:39 PM, David N Murray <address@hidden> wrote:
> >
> > address@hidden:~/tr/scheme$ cat ~/.csirc
> > (require 'readline)
> > (current-input-port (make-gnu-readline-port))
> > (gnu-history-install-file-manager (string-append (or (getenv "HOME") ".")
> > "/.csi.history"))
>
>
> Just change "require" to "require-extension" or "use".  "require"
> doesn't perform an import of module identifiers.
>

Thanks Jim.  That fixed it. I tried to update the Wiki
(http://chicken.wiki.br/readline#Examples) since that's where I got the
code from, but it tells me the page doesn't exist.

Dave




reply via email to

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