50 minutes ago, Guillaume Marceau wrote: > On Mon, Jul 18, 2011 at 1:24 PM, Eli Barzilay <e...@barzilay.org> wrote: > > > Something seems wrong. Specifically, I'm getting the right > > results (two matches from `2htdp/image' and one from > > `htdp/image'). What I did was: > > Where should I look to start debugging this?
There is a drracket capability that controls the context -- it's called `drscheme:help-context-term'. The problem should be somewhere around that. If you grep the `lang' collection for that you'll see where it's set -- so it's best to start looking there. First see that it's the right value, you can do that by adding printouts to where its value is retrieved (look for it in "dracket/private/rep.rkt" and in "dracket/private/unit.rkt"). If it's there, then the problem is in the code that starts the browser. If it isn't, then it's some problem in drracket or in the tool or similar places. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev