On 30/9/2006, at 23:38, marios wrote:
[...] Now I've got another problem. In my case, each Project Folder, contains the Folder (with the relevant files to be cycled through) as a sibling on the same level as the Folder with the files, where I actually perform the completion commands.
I then went the easy route again and replaced The TM_directory variable with $TM_PROJECT_DIRECTORY, which sort of works, but not in this case, since it chokes quite heavily on memory, besides the fact, that I already have the spinning wheel problem, due to the fact, that all projects are located on a network allocated shares, so when I press escape, nothing really seems to happen.
Wouldn't there be a way in between, like saying to TexMate: ../$TM_Parent_Directory ?
So you want the find command to search from the parent folder of the current file?
If so, use "$TM_DIRECTORY/.." as the start directory.