On Thu, 2021-05-20 at 12:43 +0200, Michael Albinus wrote: > Jon Schewe < > [email protected] > > writes: > > Hi Jon, > > > Tramp appears to be confused about what directories belong to each > > host. > > > > Emacs : GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version > > 3.24.14) > > of 2020-03-26, modified by Debian > > Package: tramp (2.3.5.26.3) > > Yes, this is a known error: > > > tramp-default-proxies-alist '(("mtu\\.net" "root" "/ssh:mtu.net:") > > The regexp misses the boundaries, it shall be "^mtu\\.net$". This is > fixed in Tramp 2.4.2. I recommend to install recent Tramp 2.5.0.4 > from > GNU ELPA. Alternatively, you could switch to Emacs 27, which contains > this fix.
Thank you for the quick reply. Emacs 26 is what is provided by my Linux distribution, so I'm likely to stick with that. I tried installing tramp-2.5.0.4 from GNU ELPA and it installed into my home directory, but doesn't seem to want to load, I keep getting the version of tramp that is installed with Emacs. When I try and load tramp.elc explicitly from my home directory I get an error: (void-function tramp-register-crypt-file-name-handler) Jon Schewe
