Re: Connection-local login programs
Eshel Yaron <[email protected]> Sat, 28 Mar 2026 12:45:02 +0100
| Newsgroups | gmane.emacs.tramp |
|---|---|
| Message-ID | <[email protected]> |
Michael Albinus <[email protected]> writes: > Eshel Yaron <[email protected]> writes: > >> Hi Michael, > > Hi Eshel, > >> Thanks! This looks really good and works well so far in my tests. >> >> How would you suggest to detect, in kubed-tramp.el, whether this feature >> is available? We'll need to use some fallback in older Tramp versions. > > You could request Tramp 2.8.1.4. This will appear end of April. This > isn't a problem, because kubed resides also in GNU ELPA. Right. Since this isn't a hard requirement for Kubed (as most features don't require Tramp integration), I prefer to check for this new support in kubed-tramp-enable and degrade gracefully if an older Tramp version is found. It sounds like I'll be able to check for it with: (when (version< tramp-version "2.8.1.4") ;; No arg expansion for `tramp-login-program', use fallback. ...) > Sorry, it is too late to integrate it into Tramp 2.8.1.3. This is > scheduled for Monday, and full regression tests prior a relaease take 2+ > days. However, I will push the change to the repositories shortly after > that release. No problem at all, and many thanks, Eshel