How can I talk to preferences that have spaces in them? I&#39;m trying to add a line to my image configuration script that enables the Cuis editors automatically.<div><br></div><div>My usual strategy of:</div><div><br></div>
<div><div>Preferences</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>setPreference: #swapMouseButtons toValue: true</div><div><br></div><div>... doesn&#39;t seem to work.</div><div><br></div><div>When I print:</div>
<div><br></div><div><div>Preferences </div><div><span class="Apple-tab-span" style="white-space:pre">        </span>setPreference: #&#39;Use New Editors&#39; toValue: true;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>valueOfPreference: #&#39;Use New Editors&#39;</div>
<div><br></div><div>... I get back nil.</div><div><br></div><div>Failing that, I also tried:</div><div><br></div><div>Preferences togglePreference: #&#39;Use New Editors&#39;</div><div><br></div><div>... which pops a MNU, so in general I think there&#39;s something that I&#39;m failing to understand.</div>
<div><br></div><div>Any help is much appreciated.</div><div><br></div><div> - Ron</div></div></div>