tramp-devel
[Top][All Lists]
Advanced

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

Re: tramp (2.3.3.26.1); Tramp hangs when trying to connect in emacs for


From: Michael Albinus
Subject: Re: tramp (2.3.3.26.1); Tramp hangs when trying to connect in emacs for OSX 26.1
Date: Sun, 03 Jun 2018 10:56:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Jeffrey Gennari <address@hidden> writes:

> Hi Michael

Hi Jeffrey,

>> Is this new with Emacs 26.1, or did it happen also with older Emacs /
>> Tramp versions?
>
> This is new in Emacs 26.1. Tramp worked fine in Emacs 25.3.
>> 
>> Unfortunately, the Tramp debug buffer is not appended (this works only
>> if you use gnus as MUA). Could you, pls, rerun the test and send the
>> *debug tramp/ssh pd2* buffer?
>
> See below.

Your remote prompt contains color escape sequences:

--8<---------------cut here---------------start------------->8---
[37;address@hidden:[0;35m~[1;36m[00m $ 
--8<---------------cut here---------------end--------------->8---

I recommend to suppress it on the remote side, as explained in the Tramp
manual. Add the following line to your remote .profile:

--8<---------------cut here---------------start------------->8---
[ $TERM = "dumb" ] && PS1='$ '
--8<---------------cut here---------------end--------------->8---

I don't see what has broken Tramp's detection of this between Emacs 25.3
and 26.1; will check whether I find something.

> Thanks for the response,
>
> Jeff
 
Best regards, Michael.



reply via email to

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