Jeffrey Gennari <[email protected]> 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;1mjsg@pd2:[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. _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
