[plt-scheme] Bug in readline?

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Apr 26 17:33:32 EDT 2007

On Apr 26, Dimitris Vyzovitis wrote:
> On Thu, 26 Apr 2007, Christophe Poucet wrote:
> 
> > Dear,
> >
> > I am used to using the nice readline wrapper script in mzscheme.
> > In fact, I have it in my .mzschemerc as suggested in a post I once
> > found on the NG: (dynamic-require '(lib "rep.ss" "readline") #f)
> >
> > However it seems that this is affecting the outputting of text.
> > If I enable this in my .mzschemerc then all output (due to DISPLAY
> > or PRINT) is delayed until mzscheme is finished.

I don't see this happening, can you provide more details?  (OS,
terminal, environment vars like TERM, your .mzschemerc and your
mzscheme version.)


> Speaking of which, the custom completion function is broken -
> set-completion-function! self loops. I posted a patch for it a while
> ago, but it probably fell through the cracks.

It didn't -- I still net to get to it.


> Not sure if it is related to your problem (you don't happen to use a
> custom completion, do you?), but here is a version of the patch for
> current svn (6051).

I don't think it will be related.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.