emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 6d23a65ca6: Don't use cache in HFF with unsupported t


From: ELPA Syncer
Subject: [nongnu] elpa/helm 6d23a65ca6: Don't use cache in HFF with unsupported tramp methods (#2668)
Date: Mon, 13 May 2024 10:01:00 -0400 (EDT)

branch: elpa/helm
commit 6d23a65ca6bcb6c0ea6f21f3cf2e58f8570ef75b
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Don't use cache in HFF with unsupported tramp methods (#2668)
---
 helm-files.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm-files.el b/helm-files.el
index 19a6b7dd7b..349c57e843 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -3806,6 +3806,7 @@ in cache."
       (cl-pushnew (cons truename directory)
                   helm-ff--list-directory-links :test 'equal))
     (or (and (not force-update)
+             (not (member method helm-ff-inotify-unsupported-methods))
              (gethash directory helm-ff--list-directory-cache))
         (let* (file-error
                (ls   (condition-case err



reply via email to

[Prev in Thread] Current Thread [Next in Thread]