|
From: | Stefan Monnier |
Subject: | Re: [Emacs-diffs] trunk r115439: * autorevert.el (auto-revert-notify-add-watch): Do not handle symlinked files. |
Date: | Mon, 09 Dec 2013 21:30:53 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
> + (when (or (string-match auto-revert-notify-exclude-dir-regexp > + (expand-file-name default-directory)) > + (not (file-symlink-p buffer-file-name))) I think this patch is acceptable, but if/when we try to write a generic file-watcher Elisp API, it would be good to make this work (probably by adding a watcher on the symlink's target). Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |