Here are the docs for the preferences system:

  http://docs.racket-lang.org/framework/Preferences__Textual.html

You will want to look at the code in the framework for the specifics
of the preference you're after. It's name is 'framework:tabify and
these are the two files you want, I believe:

https://github.com/racket/gui/blob/master/gui-lib/framework/private/main.rkt

https://github.com/racket/gui/blob/master/gui-lib/framework/private/racket.rkt

Robby


On Thu, Aug 25, 2016 at 10:31 PM, David Christiansen
<da...@davidchristiansen.dk> wrote:
>> The code I sent would be influenced by the preferences I believe. But you
>> could test that?
>
> I will, when I'm next on a machine with Racket. Is there a way to set
> these preferences programmatically, though? I intend to run the code
> in a VM that is created from scratch each time the tests are run (on
> Travis), so scripting the setting of the preferences is pretty
> important.
>
> Thanks again!
>
> /David

-- 
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.com/d/optout.

Reply via email to