[plt-scheme] DrScheme online syntax highlighting
On Monday, November 3, 2003, at 02:27 PM, Daniel Silva wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Does anybody who tried highlight.ss get errors like these when loading
> scheme files?
>
> open-input-text-editor: end index outside the range [1997,3000]: 1024
> open-input-text-editor: end index outside the range [2596,4000]: 2011
> #<struct:object:/home/daniel/plt/collects/stepper/stepper-
> tool.ss:525:8>:1:0: read: expected a ')'
No idea, but the "#<struct....stepper-tool.ss:525:8>" is actually
DrScheme's definitions-text%. This is because the stepper tool applies
a mixin to this text% to override several text% methods.
HTH,
john