On 12/01/2012, at 21.47, Christopher Creutzig wrote: > is TM2 already supposed to detect when some other process has changed a > file it has opened – on a file system without fsevents? […] It uses kqueue for monitoring the open file. If file system does not support that, then you manually need to re-open.