[racket] Help: Scribble does not see readtable extensions when loading a module

From: Carl Eastlund (cce at ccs.neu.edu)
Date: Mon Jun 27 17:04:44 EDT 2011

On Mon, Jun 27, 2011 at 4:43 PM, Eli Barzilay <eli at barzilay.org> wrote:
> An hour ago, Carl Eastlund wrote:
>> This probably requires a new language implementation similar to
>> #lang s-exp that specifies the reader but allows you to specify any
>> language bindings, in this case scribble/manual.
>
> IIUC, this part is equivalent to just using `#reader' before the
> `#lang' line.

Is it?  Doesn't #lang set up its own reader that might override the
previous #reader?  I thought #lang s-exp worked by using the
subsequent term as a module path for bindings only, not a reader path.

Carl Eastlund


Posted on the users mailing list.