[racket] splicing internal define?
On Thu, Sep 29, 2011 at 2:36 AM, Marijn <hkBst at gentoo.org> wrote:
> One nitpick: DrRacket (yesterday's git)
> wants to indent it like so:
>
> (splicing-let ((value-store (mlist (mcons 'variable #f))))
> (define (variable-ref variable)
> (massoc variable value-store))
> (define (variable-set! variable value)
> (set-mcdr! (variable-ref variable) value)))
I've pushed a change to DrRacket so that the default preferences for
indenting do the splicing forms properly.
You'll have to throw away your preferences file (not ideal) or delete
the 'framework:tabify sub-expression in the file.
Robby