Probably the best thing would be to adjust racket/gui so that the
text% (and perhaps a few smaller other things) was available without
racket/gui/base having to be required. I believe that Sam did that to
make racket/draw for a reason that was probably like this one.

Robby


On Mon, Feb 11, 2019 at 4:43 PM Stephen Foster <step...@thoughtstem.com> wrote:
>
> I've gotten this error many times when building docs.  Some google searching 
> gives me the impression that it's a known issue.  Usually, I just refactor my 
> code so that racket/gui doesn't get required, and everything is fine.  Is 
> there another workaround, though?
>
> There was some functionality that I'd really like to use in racket:text% (for 
> automatically tabifying code snippets).  It works great in all contexts 
> except for when I build documentation.
>
> I suppose I could require racket:text% in a separate process and communicate 
> with that process.  I was hoping for something a bit less icky, though.
>
> Any ideas?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to