tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reliably sending binary codes to TRAMP processes


From: Michael Albinus
Subject: Re: Reliably sending binary codes to TRAMP processes
Date: Wed, 29 Jan 2025 14:21:47 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Jordan Ellis Coppard <jc+o.emacs@wz.ht> writes:

Hi Jordan,

> If I set TERM=dumb or manually invoke project compile with `zig build
> --color off run` instead it all works as expected.
>
> So I should either have that flag passed every time, else I need a way
> to add TERM=dumb in a direct-async command.

What about this in your "ham" method:

--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---

> /Jordan

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]