tramp-devel
[Top][All Lists]
Advanced

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

Re: tramp (2.2.13.25.1); sandrak from stackoverflow,


From: Michael Albinus
Subject: Re: tramp (2.2.13.25.1); sandrak from stackoverflow,
Date: Tue, 06 Jun 2017 10:59:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Amelie Schmidt-Colberg <address@hidden> 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.



reply via email to

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