[racket-dev] pr 12683 and using something like text:nbsp->space?

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed Apr 11 20:16:40 EDT 2012

Thanks for looking into this!

How about just changing the way nbsp->space-mixin so that it just does
both jobs (perhaps with overridable methods or settable fields that
provide finer-grained control)?

As for where it is wired in, I don't see it either. Maybe it isn't wired in?!

Robby

On Wed, Apr 11, 2012 at 5:13 PM, Danny Yoo <dyoo at cs.wpi.edu> wrote:
> I'm trying to prepare a patch to fix pr 12683 (zero-width space).
> Currently, I've got:
>
>    https://github.com/dyoo/racket/commit/ed6570d482acada2027988903c11e08ffac03e3c
>
> However, at this point, I get stuck, because I have no idea where to
> mix-in this into the DrRacket text% instance.  I did greps for
> 'nsbp->space' throughout the collects tree to see where it must be
> normalizing, but grep is failing me as well.  Where should I be
> looking?  Thanks!
> _________________________
>  Racket Developers list:
>  http://lists.racket-lang.org/dev


Posted on the dev mailing list.