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

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

[nongnu] elpa/helm cce3ed1e1f: Disable Helm for dired-do-touch


From: ELPA Syncer
Subject: [nongnu] elpa/helm cce3ed1e1f: Disable Helm for dired-do-touch
Date: Mon, 6 May 2024 10:00:36 -0400 (EDT)

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

    Disable Helm for dired-do-touch
    
    There is nothing to complete here (collection is nil), and the only
    candidate Helm provide is DEFAULT which is not used as default by the
    command.  Finally the prompt info (now) is not coherent with M-n.
    
    So there is no ways for Helm to handle this right.
---
 helm-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm-mode.el b/helm-mode.el
index e3e01dda5b..27e60d7ef1 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -66,6 +66,7 @@
     (dired-do-symlink . helm-read-file-name-handler-1)
     (dired-do-relsymlink . helm-read-file-name-handler-1)
     (dired-do-hardlink . helm-read-file-name-handler-1)
+    (dired-do-touch . nil)
     (basic-save-buffer . helm-read-file-name-handler-1)
     (write-file . (default helm-read-file-name-handler-1))
     (write-region . (default helm-read-file-name-handler-1))



reply via email to

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