I was missing something: a bug in my code.

FYI, I got this working if anyone wants an example of how to patch Scribble's
current render mixin.

https://github.com/wilbowma/scribble-minted

--
William J. Bowman

On Fri, Feb 15, 2019 at 05:48:37PM -0800, William J. Bowman wrote:
> I've created a scribble render mixin to call out to pygmentize for typesetting
> certain code elements with a certain style.
> However, it seems to me that I can't get scribble to use the mixin without
> modifying scribble/run.rkt.
> I've tried (via rackunit's require/expose) modifying current-render-mixin 
> (which
> was a bad idea that wasn't likely to work), and it didn't work.
> 
> Am I missing something or should I try to make a patch to that enables 
> scribble
> to load a mixin from a given document?
> 
> -- 
> William J. Bowman
> 
> -- 
> 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