[plt-scheme] Should DrScheme assume Module language when #lang?
My DrScheme does that (for a very long time).
Chongkai
Neil Van Dyke wrote:
> This probably bites me at least once a day when I use DrScheme: I have
> a file with a "#lang" and click "Run", but DrScheme is either in a
> language other than "Module" or no language is selected at all. Then
> I have to go through the several mouse operations to change the
> language and hit Run again.
>
> Would it make sense to have the "Run" operation check for "#lang" and,
> if present, change the language to "Module" before running?
>