[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp-default-method not applied anymore
From: |
Gilles Pion |
Subject: |
Re: tramp-default-method not applied anymore |
Date: |
Tue, 13 Feb 2018 07:56:40 +0100 |
> Yes, this is intended. Read etc/NEWS of Emacs 26.1:
Thanks for pointing me in the right direction,
BTW I think that the setting of "comint-file-name-prefix" in rlogin.el
have to be fixed accordingly:
replace:
(setq comint-file-name-prefix
(concat "/" rlogin-remote-user "@" rlogin-host ":"))
by
(setq comint-file-name-prefix
(concat "/-:" rlogin-remote-user "@" rlogin-host ":"))
(maybe using a condition case on emacs or tramp version?)