Looks like the following code is superfluous in TextMate::Executor.run<br>and should be removed:<br><pre>            begin<br>              file = Pathname.new(file).realpath.to_s<br>              url = '&amp;url=file://' + e_url(file)<br>
              display_name = File.basename(file)<br>            rescue Errno::ENOENT<br>              display_name = file<br>            end</pre><br>The following line is doing the actual work:<br><pre>file, url, display_name = actual_path_name(file)</pre>
<br>- Stonefield<br>