[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] trunk r115439: * autorevert.el (auto-revert-notify-add
From: |
Eli Zaretskii |
Subject: |
Re: [Emacs-diffs] trunk r115439: * autorevert.el (auto-revert-notify-add-watch): Do not handle symlinked files. |
Date: |
Wed, 11 Dec 2013 18:29:54 +0200 |
> From: Stefan Monnier <address@hidden>
> Cc: Michael Albinus <address@hidden>, address@hidden
> Date: Tue, 10 Dec 2013 23:38:47 -0500
>
> > Can you tell more about these performance problems? Suppose we always
> > run the file name through file-truename, before submitting it to the
> > notification back-end -- what problems will this create?
>
> One obvious problem is if the user changes the symlink.
Right, but why is that a problem _performance-wise_? So we probably
need to watch the parent directory of the symlink itself as well, so
what?