Open elthariel opened 11 years ago
refs #47
Very well, I'll take a look into this as soon as I can.
Thanks.
Well, can't see it yet. I currenty don't have emacs here.
As you mentioned, this should have strong relations with the issue refs #47.
Can you tell if the emacs behavior is similar to vim?
@elthariel Hi, I just want to tell you that I'm discontinuing Toaster in favor of it's new fork named Polvo.
More info here:
https://github.com/serpentem/coffee-toaster https://github.com/serpentem/coffee-toaster/wiki
Hi,
I'm an emacs user and try to use toaster on one of my coffee project. If i edit a file with emacs that is currently watched by toaster, it will make coffee script crash due to some emacs behavior.
Whenever you edit a file with emacs, it creates a simlink to a non-existing file (it holds informations about who's currently editing the file), this cause a ENOENT exception within DirWatcher which is not handled and make toaster quit.
Here's an example trace :