Hi Michael,

> In your use case, the workaround is much more simple: set

>tramp-archive-enabled to nil:

>--8<---------------cut here---------------start------------->8---

># emacs --batch --eval "(setq tramp-archive-enabled nil)" --eval "(message \"%s %s\" (catch 'input (let ((throw-on-input 'input)) (expand-file-name \"a.iso/b\" \"/\"))) last-input-event)"

>--8<---------------cut here---------------end--------------->8---

 

Yes, it’s also a good workaround for current scenario. Thank you.