Thierry Volpiatto writes: > Hello Michael, Hi Thierry, >> And also, tramp-archive-file-name-handler checks in case of a file name >> "/path/to/file.tar/", whether "/path/to/file.tar" is a directory. >> In this case, tramp-archive also ceases to work. > > Yes, the problem we had in Helm was with while-no-input, when a check in > done under it (file-directory-p or whatever) a dbus event is sent and > while-no-input fails, we have to let bind while-no-input-ignore-events > with the new dbus-event added to fix the problem, perhaps tramp-archive > should take care of this? Indeed. dbus-event, file-notify and thread-event have been added to while-no-input-ignore-events in Emacs 29. What about the following patch?