On Apr 9 2007, at 10:14, Allan Odgaard wrote:
On 9. Apr 2007, at 10:33, Constantinos Neophytou ♎ wrote:
[...] Yes, in the console... After trying to execute the command 3 times on the same file: error 63 (File name too long) opening sem /tm_dialog async/ Constantinos/6.
Looking into the error, it seems the semaphore name is too long, and coincidentally both you and mark has a name of 32 characters, so that might be the limit (excl. null byte).
I changed the code to use the user ID instead of name, so that should result in a shorter semaphore name.
To test the update do:
mkdir -p /Library/Application\ Support/TextMate cd /Library/Application\ Support/TextMate svn co http://macromates.com/svn/Bundles/trunk/PlugIns
Then relaunch TextMate -- and you want to remove the checked-out plug-in again, after next TM update (to revert to the default version).
Thanks, Allan, that worked for me as well. Best, Mark