On 1/19/07, <b class="gmail_sendername">Alexander Ross</b> <<a href="mailto:alex.j.ross@gmail.com">alex.j.ross@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Alain,<br><br>The latest version of $TM_SUPPORT_PATH/lib/scriptmate.rb is available<br>from TextMate's svn repository.  This page gives instructions on how<br>to do that:<br><a href="http://macromates.com/wiki/Main/SubversionCheckout">
http://macromates.com/wiki/Main/SubversionCheckout</a><br><br>Once you've got the latest version of TextMate's Bundles and Support<br>path, you'll be able to use the example command[1] I mentioned before<br>(or modify it to your purposes).
<br><br>I hope this helps?<br><br>– Alex<br><br>[1]: <a href="http://pastie.textmate.org/27909">http://pastie.textmate.org/27909</a></blockquote><div><br>thanks for the post, it helped me get some of my commands going.<br>
<br>perhaps worth noting, the pastie above should probably use<br>  #!/usr/bin/env ruby<br>rather than hardcoding the system defined no?<br><br>and also, scriptmate.rb should probably be a bit more cautious in its require statements or else $:. rather than:
<br>  require 'escape'<br>it could:<br>  require File.expand_path("../escape", __FILE__)<br>or some variation therein, that way people can write their own scripts which require scriptmate and not be concerned with the include paths and what not.
<br><br>cheers,<br>jean-pierre<br><br></div></div>