]> err.no Git - dotfiles/commitdiff
fix tramp access method
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Wed, 16 Oct 2002 00:12:55 +0000 (00:12 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Wed, 16 Oct 2002 00:12:55 +0000 (00:12 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@68 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

emacs

diff --git a/emacs b/emacs
index 304e6e6d3c0e10ac9c3cacf9fc02e5d8d666ed68..fa57ca95ca9781b0e766bdef3f476f06ae143b91 100644 (file)
--- a/emacs
+++ b/emacs
                             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)
 ;;      '(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"))))