[plt-scheme] Return in Interactions pane

From: Robby Findler (robby at cs.uchicago.edu)
Date: Wed Mar 3 10:54:09 EST 2004

This is a known bug. When we moved to the new syntax coloring, we also
moved to a much more precise paren matcher. It has some drawbacks,
compared to the old one, and you're seeing the result of one of those.
We're working on it, but I don't know when we'll be able to fix it.

Robby

At Tue, 2 Mar 2004 22:50:30 +0200, "ifconfig" wrote:
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> Say I have the following few lines
> Welcome to DrScheme, version 206p1.
> Language: (module ...) custom.
> > (define (square x) (* x xx))
> > (square 5)
>  reference to undefined identifier: xx
> >
> 
> This is quite understandable - a misspell
> So I move the caret to the end of the line (define (square x) (* x xx)) and
> press return. On v205, that would copy (define (square x) (* x xx)) to the
> end of the current input line. In v206, this only moves the caret there. Is
> this a bug?
> 
> ifconfig
> BAGOS
> http://bagos.sourceforge.net
> 
> 



Posted on the users mailing list.