I totally get it.  Thanks, Robby! :)

On Mon, Feb 11, 2019 at 3:13 PM Robby Findler <ro...@eecs.northwestern.edu>
wrote:

> Well, I don't have the cycles to try it myself right now, and I don't
> mean to presume on others' time! :)
>
> Robby
>
> On Mon, Feb 11, 2019 at 5:00 PM Stephen Foster <step...@thoughtstem.com>
> wrote:
> >
> > Thanks, Robby.  That does make sense.
> >
> > Meta question: Are you saying that I should attempt this racket/gui
> refactoring myself?  Or is this something I should expect would happen
> without my help?
> >
> > Either is cool.  I just wasn't sure which you were suggesting.
> >
> >
> >
> > On Mon, Feb 11, 2019 at 2:46 PM Robby Findler <
> ro...@eecs.northwestern.edu> wrote:
> >>
> >> 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.
> >
> > --
> > Stephen R. Foster, Ph.D., CEO
> > stephenfoster.us
> > multidimensionalgames.com
> > learntomod.com
> > vox-l.com
> > thoughtstem.com
> >
> > --
> > 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.
>
-- 
Stephen R. Foster, Ph.D., CEO
stephenfoster.us
multidimensionalgames.com
learntomod.com
vox-l.com
thoughtstem.com

-- 
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