Re: Reliably sending binary codes to TRAMP processes
Jordan Ellis Coppard <[email protected]> Tue, 4 Feb 2025 00:24:53 +0900
| Newsgroups | gmane.emacs.tramp |
|---|---|
| Message-ID | <[email protected]> |
On 29/1/2025 10:21 pm, Michael Albinus wrote:
> --8<---------------cut here---------------start------------->8---
> (tramp-login-args (("exec")
> ("-it")
> ("-u" "jammy") ; default user `jammy'
> ("-e" "TERM=dumb")
> ("--workdir" "/home/jammy/project")
> ("%h")
> ("%l")))
> --8<---------------cut here---------------end--------------->8---
Been in hibernation the past few days. I ended up adding ("-e"
"TERM=dumb") to alleviate the issue yeah.
/Jordan