[TxMt] Re: problems with find_app (TextMate --> Skim sync)

FZiegler fz.2009 at klacto.net
Fri Sep 21 13:28:53 UTC 2012


On Sep 21, 2012, at 3:51 AM, Allan Odgaard wrote:

> On 21/09/2012, at 02.22, FZiegler wrote:
> 
>> […] the following lines don't work for me:
>> 
>>    SCRIPT="$(find_app Skim.app)/Contents/Resources/displayline"
>> 
>> […] workaround […]
>> 
>>    /Volumes/Home/Applications/Skim.app/Contents/SharedSupport/displayline &>/dev/console "$TM_LINE_NUMBER" "$PDF" "$TM_FILEPATH"
>> 
>> […] Can anyone suggest a better fix than my workaround?
> 
> How about simply changing the SCRIPT to:
> 
>    SCRIPT="$(find_app Skim.app)/Contents/SharedSupport/displayline"
> 
> Skim moved their script from Resources to SharedSupport and this is why your version broke.


Of course! If only I had been *reading* what I wrote :-)

Thanks Allan, for taking the scales off my eyes. Works perfectly.


> If you do want to try the “latest” (1.x) bundle then a fork exists: https://github.com/textmate/latex.tmbundle/tree/textmate-1.x

Will try this too, when I get a chance. Thanks again,

Francois


More information about the textmate mailing list