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

Robby Findler robby at cs.uchicago.edu
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


More information about the plt-scheme mailing list