On 09/10/2005, at 14.21, Simon Gregory wrote:
Okay, maybe you can post the command/bundle (or small example) somewhere for me to have a look upon?
There's an example here http://beta.helvector.org/textmate/
Ah, you're using a wrong type for the dontFollowNewOutput key (gives an exception visible in Console.app). The type is a boolean and thus should be <true /> or <false /> (and not a string).
The default is however <true />, so there's no need to set it (in your case).