<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I just got it to work with the information in the macosxhints article and this code:<div><br></div><div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;key>UTExportedTypeDeclarations&lt;/key></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;array></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;dict></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;key>UTTypeConformsTo&lt;/key></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;array></div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;string>public.text&lt;/string></div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;string>public.plain-text&lt;/string></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;/array></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;key>UTTypeDescription&lt;/key></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;string>PLT source file&lt;/string></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;key>UTTypeIdentifier&lt;/key></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;string>org.plt-scheme.source&lt;/string></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;key>UTTypeTagSpecification&lt;/key></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;dict></div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;key>com.apple.ostype&lt;/key></div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;string>TEXT&lt;/string></div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;key>public.filename-extension&lt;/key></div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;array></div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>&lt;string>ss&lt;/string></div><div><span class="Apple-tab-span" style="white-space:pre">                                        </span>&lt;string>scm&lt;/string></div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>&lt;/array></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;/dict></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;/dict></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;/array></div><div><br></div><div>(The string "org.plt-scheme.source" is an arbitrary one.)</div><div><br></div><div>Ah, Quick Look, how I love thee. I wonder how easy it is to get Spotlight to index *.ss and *.scm...</div><div><br></div><div>-- Dave</div><div><br></div><div><blockquote type="cite">Good idea, and would work fine a lot of the time - but would fail on .scm or .ss files with snips as they are not plain text.<br><br>Tempting as a quick hack though!<br><br>thanks for the tip.<br><br>Stephen<br><br><br><div class="gmail_quote"> On Wed, Jun 4, 2008 at 1:06 PM, Prabhakar Ragde &lt;<a href="mailto:plragde@uwaterloo.ca">plragde@uwaterloo.ca</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> It might be nice to have this feature, which lets one look at .ss or .scm files created by DrScheme in OS X's Finder, without opening DrScheme. Users can arrange this, but building it into the distributed application would be better.<br> <br> <a href="http://www.macosxhints.com/article.php?story=20071028184428583" target="_blank">http://www.macosxhints.com/article.php?story=20071028184428583</a><br> <br> --PR<br></blockquote></div><br>-- <br>Cheers,<br><br>Stephen<br></blockquote></div><br></div></div></body></html>