[plt-scheme] word completion for module based languages
At Tue, 20 May 2008 20:14:38 +0200, "Robert Matovinovic" wrote:
> I also found that for my language I want to hide the module paths in the
> documentation, because I don't want to bother the user with such details.
> But omitting the @defmodule declaration underlines every definition red. It
> is a minor problem, but perhaps there is a solution I don't know yet.
Use `declare-exporting' instead of `defmdoule'. It sets up the right
module link so that definitions won't be in red, but it doesn't
generated any typeset output.
Matthew