From 74f487ca1df86877fd9ebc134154e7684a2d38c7 Mon Sep 17 00:00:00 2001 From: tfheen Date: Wed, 16 Oct 2002 00:12:55 +0000 Subject: [PATCH] fix tramp access method git-svn-id: file:///svn/tfheen/trunk/dotfiles@68 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- emacs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/emacs b/emacs index 304e6e6..fa57ca9 100644 --- a/emacs +++ b/emacs @@ -168,9 +168,9 @@ tramp-make-multi-tramp-file-format (quote ("/r:%m" "/%m:%u@%h" ":%p")) tramp-auto-save-directory "/home/tfheen/tmp" tramp-make-tramp-file-user-nil-format "/r:%m/%h:%p" - tramp-default-method "rsync")) + tramp-default-method "rsync" + tramp-file-name-structure '("\\`/r:\\(\\([a-zA-Z0-9]+\\)/\\)?\\(\\([-a-zA-Z0-9_#/:]+\\)@\\)?\\([-a-zA-Z0-9_#/:@.]+\\):\\(.*\\)\\'" 2 4 5 6))) -; '(tramp-file-name-structure (quote ("\\`/r:\\(\\([a-zA-Z0-9]+\\)/\\)?\\(\\([-a-zA-Z0-9_#/:]+\\)@\\)?\\([-a-zA-Z0-9_#/:@.]+\\):\\(.*\\)\\'" 2 4 5 6))) (cw/for-emacs-21 (blink-cursor-mode 0) @@ -231,7 +231,6 @@ ;; '(custom-set-face ((((class color)) (:foreground "blue" :background "black")))) ;; '(sh-heredoc-face ((((class color) (background light)) (:foreground "DarkGreen")))) ;; '(font-lock-keyword-face ((t (:foreground "DarkBlue"))) t) -;; '(font-lock-string-face ((t (:foreground "Blue"))) t) ;; '(mmm-default-submode-face ((t (:background "White"))) t) ;; '(show-paren-mismatch-face ((((class color)) (:bold t :foreground "Red")))) ;; '(gnus-cite-face-3 ((t (:foreground "DarkGreen")))) -- 2.39.5