[plt-scheme] Re: Collapse-sexpr

From: Robby Findler (robby at cs.uchicago.edu)
Date: Wed Dec 21 20:51:06 EST 2005

I've just been playing around with collapse sexp but can't get the
behavior you're seeing. If you can send a sequence of simple steps from
a new drscheme that somehow gets to that state, that would be very
helpful! (perhaps even file a PR via Help Desk?)

Thanks,
Robby

At Wed, 21 Dec 2005 20:37:59 -0500, Andrey Skylar wrote:
> Apparently, if you reformat the code when the s-expr is collapsed, it
> reformats the insides as well, but in a fassion previously described.
> 
> -Andrey
> 
> On 12/21/05, Andrey Skylar <skyarland at gmail.com> wrote:
> > I collapsed an innocent s-expr and look at what Dr Scheme did to it
> >
> > (define (write-to-users-file s-expr)
> >             (        with-output-to-file                 u        s
> >     e        r        s        -        f        ile
> >                       (        l        a        m        b        d
> >      a         ()
> >                         (        p        r        e        t        t
> >        y        -        p        r        i        n        t
> >         s        -        e        x        p        r))
> >                       '        r        e        p        l        a
> >      c        e))
> >
> > I'm using version 300.  I like colapsing the s-exprs because it allows
> > me to think more abstractly.  Kind of a bummer that this happens.
> > Anyone know why or how to prevent it?
> >
> > -Andrey
> >
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.