[plt-scheme] word completion for module based languages

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed May 21 07:38:38 EDT 2008

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



Posted on the users mailing list.