<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Rui<div class=""><br class=""></div><div class="">I looked in to relative paths.  Unfortunately relative paths don’t get generated by lit.  When you do %t for example, you get the absolute path to that temp file.</div><div class=""><br class=""></div><div class="">Attached is a patch which therefore goes the other route, and wraps all the paths in quotes.  Feedback much appreciated.</div><div class=""><br class=""></div><div class="">Also, I did find a bug in tokenize with this change.  Turns out that the call to substr takes the length of the substring as the second argument, not the end of the range.  So we need to subtract 1 as we start from an index of 1.  The test changes here are hopefully more than sufficient to ensure that doesn’t regress, given the number of quotes I had to add.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Pete</div><div class=""><br class=""></div><div class=""></div></body></html>