[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp-default-method not applied anymore
From: |
Michael Albinus |
Subject: |
Re: tramp-default-method not applied anymore |
Date: |
Tue, 13 Feb 2018 08:16:39 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Gilles Pion <address@hidden> writes:
Hi Gilles,
> 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?)
This was already done:
--8<---------------cut here---------------start------------->8---
commit e23de39e22ccdf594b0ee84959f6df9d01af25a2
Author: Michael Albinus <address@hidden>
Date: Sat Feb 3 11:08:33 2018 +0100
Fix Bug#30324
* lisp/net/rlogin.el (rlogin, rlogin-directory-tracking-mode):
Adapt to changed remote file name syntax. (Bug#30324)
--8<---------------cut here---------------end--------------->8---
Best regards, Michael.