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

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

[nongnu] elpa/helm cfc43c5622 3/3: Add note in help about tramp archive


From: ELPA Syncer
Subject: [nongnu] elpa/helm cfc43c5622 3/3: Add note in help about tramp archive and avfs
Date: Mon, 10 Oct 2022 01:58:40 -0400 (EDT)

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

    Add note in help about tramp archive and avfs
---
 helm-help.el | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/helm-help.el b/helm-help.el
index c59981f0d8..98fd3e86b0 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -1056,17 +1056,23 @@ When using two prefix args, files are opened in 
background without beeing displa
 
 *** Expand archives as directories in a avfs directory
 
-If you have mounted your filesystem with mountavfs,
+If you have mounted your filesystem with 'mountavfs' command,
 you can expand archives in the \"~/.avfs\" directory with 
\\<helm-map>\\[helm-execute-persistent-action].
 
+To umount Avfs, use ~fusermount -u ~/.avfs~
+
+NOTE: You need the package 'avfs', on debian like distros use ~apt-get install 
avfs~.
+
 *** Tramp archive support (emacs-27+ only)
 
-If your emacs have library tramp-archive.el, you can browse the
-content of archives with emacs and BTW helm-find-files. However this beeing
-experimental and not very fast, helm doesn't provide an automatic
-expansion and detection of archives, you will have to add the final /
-manually and may have to force update (\\<helm-map>\\[helm-refresh])
-or remove and add again the final / until tramp finish decompressing archive.
+As Tramp archive often crash Helm and Emacs, Helm does its best
+to disable it, however it is hard to do so as Tramp Archive is
+enabled inconditionally in Emacs.  Here I build my Emacs
+without-dbus to ensure Tramp archive wont kickin unexpectedly.
+
+If you want to browse archives please use [[Expand archives as
+directories in a avfs directory][Avfs]] which is much better and
+stable.
 
 *** Touch files
 



reply via email to

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