Re: [racket-users] DrRacket features disabled when definitions area has errors

2016-02-28 Thread brendan
Understood, thanks anyway. Regrettably, I suspect that debugging the debugger is beyond my abilities. Maybe someday... -- 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 ema

Re: [racket-users] DrRacket features disabled when definitions area has errors

2016-02-28 Thread Robby Findler
That sounds like a bug. I did inherit the debugger, it's true, but it really is a DrRacket plugin, separate from DrRacket proper. I try to fix things when I can, but if you wanted to try to fix this one, that'd be great. :) Robby On Sun, Feb 28, 2016 at 10:14 AM, brendan wrote: > Also, while I'

Re: [racket-users] DrRacket features disabled when definitions area has errors

2016-02-28 Thread brendan
Also, while I've got the DrRacket expert here, I'm having a couple of issues with the debugger. The main one is that every time I turn it on I get a series of dialog boxes asking permission to debug the imported module files. There's often a lot of them, and often long delays between when they a

Re: [racket-users] DrRacket features disabled when definitions area has errors

2016-02-28 Thread brendan
This is a long shot, but... is there a similar workaround for jumping to the defining file of an imported identifier, or to a particular module in a require form? Those are the other ones I miss a lot. -- You received this message because you are subscribed to the Google Groups "Racket Users"

Re: [racket-users] DrRacket features disabled when definitions area has errors

2016-02-27 Thread brendan
Outstanding, thank you. -- 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.

Re: [racket-users] DrRacket features disabled when definitions area has errors

2016-02-27 Thread Robby Findler
The right-click identifier documentation link is based on a successful compilation. At least for now. Here are some alternatives: - you can type "f1" and this will do a search based on the text near the insertion point. You can't jump directly to the docs, but it should be pretty good. - I've exp