From c4eccb4b3553ba0dbed38e14ce9d1f13899ecb4e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 8 Dec 2009 11:57:24 +0000 Subject: [PATCH 1/1] dot/emacs: Remove multihop tramp stuff. It appears that this is no longer supported (replaced by proxy hacking), and it makes tramp not load, requiring mighty hacking to load-history and eval-after-alist to bring it back to sanity. --- dot/emacs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dot/emacs b/dot/emacs index 482e561..beaf7bf 100644 --- a/dot/emacs +++ b/dot/emacs @@ -531,11 +531,6 @@ (tramp-copy-keep-date-arg nil) (tramp-remote-sh "/bin/sh")) ,@tramp-methods))) - (setq tramp-multi-connection-function-alist - (mdw-uniquify-alist - '(("bc" tramp-multi-connect-su "become TERM=dumb %u%n")) - '(("r" tramp-multi-connect-su "really -u %u%n")) - tramp-multi-connection-function-alist)) (setq tramp-default-method "ssh") (setq tramp-default-method-alist `(("\\`localhost\\'" "" -- 2.11.0