Re: tramp-default-method not applied anymore

2018-02-12 Thread Michael Albinus
Gilles Pion writes: >> This was already done: > > I've compiled Emacs using archive emacs-26.0.91.tar.xz from > alpha.gnu.org, dated 22 Jan 2018, the rlogin.el included don't include > those fixes. That's why I've shown the commit entry :-) Date: Sat Feb 3 11:08:33 2018 +0100

Re: tramp-default-method not applied anymore

2018-02-12 Thread Gilles Pion
> This was already done: I've compiled Emacs using archive emacs-26.0.91.tar.xz from alpha.gnu.org, dated 22 Jan 2018, the rlogin.el included don't include those fixes. ___ Tramp-devel mailing list Tramp-devel@gnu.org https://lists.gnu.org/mailman/listi

Re: tramp-default-method not applied anymore

2018-02-12 Thread Michael Albinus
Gilles Pion 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 >(s

Re: tramp-default-method not applied anymore

2018-02-12 Thread Gilles Pion
> 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-

Re: tramp-default-method not applied anymore

2018-02-12 Thread Michael Albinus
Gilles Pion writes: Hi Gilles, > I now have to explicitly a method in remote path names: > "/:@". Yes, this is intended. Read etc/NEWS of Emacs 26.1: --8<---cut here---start->8--- *** The method part of remote file names is mandatory now. A valid remote file

tramp-default-method not applied anymore

2018-02-12 Thread Gilles Pion
Emacs 26.0.91 (pretest version) Tramp 2.3.3.26.1 (bundled with Emacs 26) I now have to explicitly a method in remote path names: "/:@". "/@" fails with this kind of message: Setting current directory: No such file or directory, /@:/ -- Gilles ___ Tr