on-execute in drscheme:language:simple-module-based-language->module-based-language-mixin
This method is the same as
on-execute.
(voidsenda-drscheme:language:simple-module-based-language->module-based-language-mixinon-executesettingsrun-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.
Sets the global-port-print-handler to print based on the settings structure, but without any newlines.
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.20 for details of the simple-settings structure, this mixin's
settingstype.