Re: Readline init broke on master

2009-10-20 Thread Andy Wingo
On Tue 20 Oct 2009 05:38, Mike Gran writes: > On Mon, 2009-10-19 at 21:17 +0200, Andy Wingo wrote: >> On Sun 18 Oct 2009 22:11, Mike Gran writes: >> >> > If I start up an interactive session with the current master, and I >> > enter the following three lines at the prompt >> > >> > (use-modules

Re: Readline init broke on master

2009-10-19 Thread Mike Gran
On Mon, 2009-10-19 at 21:17 +0200, Andy Wingo wrote: > On Sun 18 Oct 2009 22:11, Mike Gran writes: > > > If I start up an interactive session with the current master, and I > > enter the following three lines at the prompt > > > > (use-modules (ice-9 readline)) > > (activate-readline) > > > >

Re: Readline init broke on master

2009-10-19 Thread Andy Wingo
On Sun 18 Oct 2009 22:11, Mike Gran writes: > If I start up an interactive session with the current master, and I > enter the following three lines at the prompt > > (use-modules (ice-9 readline)) > (activate-readline) > > > I get an infinite loop of > > ERROR: Wrong number of arguments to #

Readline init broke on master

2009-10-18 Thread Mike Gran
Hi- If I start up an interactive session with the current master, and I enter the following three lines at the prompt (use-modules (ice-9 readline)) (activate-readline) I get an infinite loop of ERROR: Wrong number of arguments to # Thanks, Mike