chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Fresh CHICKEN - trouble with readline


From: Alexej Magura
Subject: Re: [Chicken-users] Fresh CHICKEN - trouble with readline
Date: Fri, 30 Jan 2015 18:30:38 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Sorry, only just saw this.  The API changed, hence the major version bump.  I'm certain that I updated the egg's wiki page to at least include the new history file manager install function crap.

Also, you can just put #f for your home directory and it should automatically figure it out.

On 01/30/2015 04:54 PM, Bahman Movaqar wrote:
On 01/31/2015 02:21 AM, Bahman Movaqar wrote:
I just compiled and installed CHICKEN 4.9.0.1 on a virtual machine
(Ubuntu 64bit).
Then installed 'libreadline-dev' (apt-get), followed by 'readline' egg
(chicken-install).
Importing readline works just fine in csi (use readline). However, when
trying to add readline to the csi startup[1], csi doesn't start
complaining about "history-install-file-manager" being unbound[2]. I'm
sure '.csi.history' exists and RW by my user.

What am I doing wrong? TIA,

[1] http://wiki.call-cc.org/eggref/4/readline#examples
[2] http://pastebin.com/LZ7hAqUU
Just for the record, I managed to get around it by calling
"install-history-file" directly:

(use readline irregex)
(current-input-port (make-readline-port))
(install-history-file "/home/bahman" ".csi.history" 1000)



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


reply via email to

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