Kai Grossjohann <[EMAIL PROTECTED]> writes:
> I also don't remember the details. It seems it now uses
> tramp-get-parameter or suchlike to find the value. Hm. But the
> question is, why does it search for the value at all? It seems that
> tramp-smb has added an entry lacking this item to tramp-methods for
> ages.
tramp-smb uses `tramp-enter-password'. There you find the sequence
(or (tramp-get-method-parameter
tramp-current-multi-method
tramp-current-method
tramp-current-user
tramp-current-host
'tramp-password-end-of-line)
tramp-default-password-end-of-line)
`tramp-get-method-parameter' returns nil if the respective entry for
'tramp-password-end-of-line is missing in `tramp-methods'. That is an
intended side effect, because `tramp-default-password-end-of-line'
(equals to "\n") is the desired value.
I guess it is something else. See my last mail to Harry.
> Confused,
> Kai
Best regards, Michael.
_______________________________________________
Tramp-devel mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/tramp-devel