Amelie Schmidt-Colberg <[email protected]> writes:

Hi Amelie,

> I cannot connect to remote host. have tried to edit the .bashrc file
> from the remote host so that tha fancy prompt shown there doesn't give
> tramp any problems, but so far no sucess.

Well, your remote .bashrc contains the following line:

--8<---------------cut here---------------start------------->8---
if  test -n "$TERM" && test "$Term" != "dumb"; then
--8<---------------cut here---------------end--------------->8---

I'm not sure, but likely case matters. Could you, pls, change it to

--8<---------------cut here---------------start------------->8---
if  test -n "$TERM" && test "$TERM" != "dumb"; then
--8<---------------cut here---------------end--------------->8---

Best regards, Michael.

_______________________________________________
Tramp-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to