drscheme:language:make-simple-settings in DrScheme Tools Functions
(drscheme:language:make-simple-settings -> drscheme:language:simple-settings?
case-sensitive printing-style fraction-style show-sharing insert-newlines debugging)
case-sensitive : boolean?
printing-style : (symbols 'constructor 'quasiquote 'write 'current-print)
fraction-style : (symbols 'mixed-fraction 'mixed-fraction-e 'repeating-decimal 'repeating-decimal-e)
show-sharing : boolean?
insert-newlines : boolean?
debugging : (symbols 'none 'debug 'debug/profile 'test-coverage)
Constructs a simple settings.