[plt-scheme] rename-in syntax difficulties (and bug)

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Sat Jan 10 14:53:54 EST 2009

On Sat, Jan 10, 2009 at 1:09 PM, LordGeoffrey
<lordgeoffrey at optushome.com.au> wrote:
> I am trying to do the following:
> #lang scheme
> (require (lib "13.ss" "srfi"))   ; Strings
> (require (lib "69.ss" "srfi"))   ; Basic hash tables

> PS: As a side not the editor highlights two libs and gives this error:
> unhighlight-range: range not found; start: 196 end: 216 color: (red: 255
> green: 192 blue: 203) caret-space?: #f style: rectangle
>
> === context ===
> /home/geoffrey/plt/collects/framework/private/text.ss:425:15: new-todo
> /home/geoffrey/plt/collects/framework/private/text.ss:444:21: todo
> /home/geoffrey/plt/collects/framework/private/text.ss:444:21: todo
> /home/geoffrey/plt/collects/framework/private/text.ss:352:4:
> after-edit-sequence method in ...work/private/text.ss:91:2
> /home/geoffrey/plt/collects/framework/private/color.ss:397:4:
> colorer-callback method in ...ork/private/color.ss:58:2


When I run the above program, I don't see that error. I did fix some
bugs along those lines a while back -- are you using the latest
version? Or perhaps was there something else you had to do to trigger
the error?

Thanks,
Robby


Posted on the users mailing list.