[plt-scheme] (R6RS) Dr Scheme doesn't indent the 'library form correctly

From: Robby Findler (robby at cs.uchicago.edu)
Date: Tue May 6 16:29:43 EDT 2008

On Tue, May 6, 2008 at 3:21 PM, Filipe Cabecinhas <filcab at gmail.com> wrote:
> Hi
>
>  When writing a 'library form, Dr Scheme indents to the start of the first
> argument of library, instead of indenting like it does in module:
>
>  test program:
>  #!r6rs
>  (library (hello)
>         (export greet)
>         (import (rnrs))
>         (define (greet) (display 'hello)))
>
>  Could you fix that?

Fow now, you can fix that yourself by adding "library" to the
indenting preferences.

Robby


Posted on the users mailing list.