From spacebat at ubermonkey.net Sat Jun 6 05:39:34 2009 From: spacebat at ubermonkey.net (Andrew Kirkpatrick) Date: Sat, 06 Jun 2009 15:09:34 +0930 Subject: [ecl-readline-devel] Not working in ECL 9.4 / 9.4.1 Message-ID: <4A2A0116.1070009@ubermonkey.net> Hi, Has anyone managed to get ecl-readline 0.2.0 working in ECL 9.4/9.4.1? It installs and compiles OK, but then it only works in when at a break; at the top level no prompts are displayed, arrow keys just print escape codes and so there is no history functionality. I've done a bit of debugging and found that the prompt function is being called for each line, but readline isn't when at the top level, and its there that the *prompt* variable is passed to rl-readline for display. The readline function is called from ensure-stream-data, and I've determined that isn't being called when ECL starts up and prints "Type :h for Help. Top level." Thanks for any help with this. Cheers, Andy