On Sep 13, Jim Ursetto scribed:

> On Sat, Sep 12, 2009 at 10:39 PM, David N Murray <dmur...@jsbsystems.com> 
> wrote:
> >
> > d...@kili:~/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


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to