Re: [racket-users] Scribble how to fix red underline keywords?

2018-09-04 Thread Erich Rast
Nevermind, I've got it working. I used the wrong for-label require after defmodule - with a relative path instead of an absolute path, as the manual says. It works fine now. Best, Erich On Tue, 4 Sep 2018 14:28:20 +0100 Erich Rast wrote: > Hi! I'm new to scribble and try to fix keywords that

Re: [racket-users] Scribble how to fix red underline keywords?

2018-09-04 Thread Philip McGrath
Have you used `defmodule` or `declare-exporting`? -Philip On Tue, Sep 4, 2018 at 8:28 AM Erich Rast wrote: > Hi! I'm new to scribble and try to fix keywords that are underlined in > red. My package is called appy and appy/gui. These export all classes > and other bindings of the package. > >

[racket-users] Scribble how to fix red underline keywords?

2018-09-04 Thread Erich Rast
Hi! I'm new to scribble and try to fix keywords that are underlined in red. My package is called appy and appy/gui. These export all classes and other bindings of the package. In the scribble document I tried both: @(require (for-label racket) (for-label "../gui.rkt")) and @(require