> 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?)

_______________________________________________
Tramp-devel mailing list
Tramp-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to