[plt-scheme] Return in Interactions pane

From: ifconfig (ifconfignslookup at hotmail.com)
Date: Wed Mar 3 13:43:07 EST 2004

Why would the paren matcher cause such a problem? Can you be a little more
elaborate?

ifconfig
BAGOS
http://bagos.sourceforge.net


----- Original Message ----- 
From: "Robby Findler" <robby at cs.uchicago.edu>
To: "ifconfig" <ifconfignslookup at hotmail.com>
Cc: <plt-scheme at list.cs.brown.edu>
Sent: Wednesday, March 03, 2004 5:54 PM
Subject: Re: [plt-scheme] Return in Interactions pane


>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> 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.