on-execute in drscheme:language:simple-module-based-language->module-based-language-mixin
This method is the same as
on-execute.
( -> void
send a-drscheme:language:simple-module-based-language->module-based-language-mixin on-execute settings run-in-user-thread)
settings : settings
run-in-user-thread : ((-> void) -> void)
Sets the case sensitivity of the language.
Sets the structure inspector to a new inspector, saving the original inspector for use during printing.
If debugging is enabled, it sets the current-eval handler to one that annotates each evaluated program with debugging annotations. Additionally, it sets the error-display-handler to show the debugging annotations when an error is raised.
See also section 3.19 for details of the
simple-settings structure, this mixin's settings type.