Michael Albinus <[email protected]> writes: > And indeed, it is overwritten by another value for "sudo" in > tramp-methods: > > --8<---------------cut here---------------start------------->8--- > ("sudo" > (tramp-login-program "sudo") > (tramp-login-args > (("-u" "%u") > ("-s") > ("-H") > ("-p" "Password:"))) > (tramp-remote-shell "/bin/sh") > (tramp-remote-shell-args > ("-c")) > (tramp-connection-timeout 10)) > --8<---------------cut here---------------end--------------->8---
So what is the purpose of having a defcustom for `tramp-connection-timeout'? (Setting it globally from here will have no effect on some methods) BTW 10s for sudo (and others) is far to low and annoying especially when 2 passwd have to be entered (gpg+local). Thanks. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
