"Kirill A. Korinsky" <kir...@korins.ky> writes:

> Hi Michael,

Hi Kirill,

> When I run:
>
>> emacs -Q -l tramp --eval '(load-file 
>> "~/Downloads/patched-tramp-bundle-read-file-names.el")' 
>> /ssh:playground.island.local:

tramp-sh.el is loaded dynamically. It overrides your patch. So rather call

--8<---------------cut here---------------start------------->8---
emacs -Q -l tramp -l tramp-sh -l 
~/Downloads/patched-tramp-bundle-read-file-names.el 
/ssh:playground.island.local:
--8<---------------cut here---------------end--------------->8---

> wbr, Kirill

Best regards, Michael.

Reply via email to