tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tramp (2.2.3-pre); a bit too eager


From: Dave Abrahams
Subject: tramp (2.2.3-pre); a bit too eager
Date: Wed, 19 Oct 2011 14:52:06 -0400


Enter your bug report in this message, including as much detail
as you possibly can about the problem, what you did to cause it
and what the local and remote machines are.

If you can give a simple set of instructions to make this bug
happen reliably, please include those.  Thank you for helping
kill bugs in Tramp.

Before reproducing the bug, you might apply

  M-x tramp-cleanup-all-connections

This allows to investigate from a clean environment.  Another
useful thing to do is to put

  (setq tramp-verbose 9)

in the ~/.emacs file and to repeat the bug.  Then, include the
contents of the *tramp/foo* buffer and the *debug tramp/foo*
buffer in your bug report.

--bug report follows this line--


I recently added this to my .emacs:

      ;; If I don't set this during startup, an error can cause it to
      ;; be set to something that invokes TRAMP whenever I try to
      ;; switch buffers.
      (setq default-directory "~")

The problem was that an error loading my personal .loaddefs.el file was
liable to leave default-directory (globally somehow) set such that TRAMP
would intervene (and fail) every time I even tried ido-switch-buffer.  I
couldn't even switch to my *Messages* buffer without first doing `M-:
(setq default-directory "~")'.

I'm sure this is at least partly ido's fault, but TRAMP should probably
not ever be involved in Emacs becoming totally unusable except to
someone who can guess the magic incantaion.

Emacs  : GNU Emacs 23.3.1 (x86_64-apple-darwin10.8.0, Carbon Version 1.6.0 
AppKit 1038.36)
 of 2011-09-12 on pluto.luannocracy.com
Package: tramp (2.2.3-pre)

current state:
==============
(setq
 backup-by-copying nil
 backup-by-copying-when-linked nil
 backup-by-copying-when-mismatch nil
 backup-by-copying-when-privileged-mismatch 200
 backup-directory-alist '(("." . "~/.emacs.d/backups"))
 file-name-handler-alist 
'(("\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.bz2\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.tbz2?\\'\\|\\.\\(?:tgz\\|svgz\\|sifz\\)\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.xz\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.dz\\'"
 . jka-compr-handler)
                           ("\\.gpg\\(~\\|\\.~[0-9]+~\\)?\\'" . 
epa-file-handler)
                           ("\\`/[^/]*\\'" . tramp-completion-file-name-handler)
                           ("\\`/\\([^[/:]+\\|[^/]+]\\):" . 
tramp-file-name-handler)
                           ("\\`/:" . file-name-non-special))
 password-cache t
 password-cache-expiry 16
 remote-file-name-inhibit-cache nil
 shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
 tramp-auto-save-directory nil
 tramp-backup-directory-alist '(("." . "~/.emacs.d/backups"))
 tramp-bug-report-address "address@hidden"
 tramp-cache-data '((["sudo" "root" "localhost" nil] ("uname" "Darwin 10.8.0")
                     ("test" "test")
                     ("remote-path"
                      ("/usr/bin" "/bin" "/usr/sbin" "/sbin" "/usr/local/sbin"
                       "/usr/local/bin")
                      )
                     ("remote-shell" "/bin/sh") ("file-exists" "test -e")
                     ("perl-file-spec" t) ("perl-cwd-realpath" t) ("perl" 
"\\perl")
                     ("readlink" nil) ("stat" nil) ("id" "/usr/bin/id") 
("gid-integer" 0)
                     ("uid-integer" 0) ("~root" "/var/root") ("ls" "/bin/ls")
                     ("local-encoding" base64-encode-region)
                     ("local-decoding" base64-decode-region)
                     ("remote-encoding" tramp-perl-encode-with-module)
                     ("remote-decoding" tramp-perl-decode-with-module)
                     ("inline-compress" "gzip") ("inline-decompress" "gzip -d"))
                    (["ftp" "anonymous" "ftp.lysator.liu.se" nil] ("started" t))
                    (["sudo" "root" "honu.local" nil] ("uname" "Darwin 10.8.0")
                     ("test" "test")
                     ("remote-path"
                      ("/usr/bin" "/bin" "/usr/sbin" "/sbin" "/usr/local/bin"))
                     ("remote-shell" "/bin/sh") ("file-exists" "test -e")
                     ("perl-file-spec" t) ("perl-cwd-realpath" t) ("perl" 
"\\perl")
                     ("ls" "/bin/ls") ("ls-dired" nil) ("stat" nil) ("id" 
"/usr/bin/id")
                     ("gid-integer" 0) ("readlink" nil)
                     ("local-encoding" base64-encode-region)
                     ("local-decoding" base64-decode-region)
                     ("remote-encoding" tramp-perl-encode-with-module)
                     ("remote-decoding" tramp-perl-decode-with-module)
                     ("~root" "/var/root") ("uid-integer" 0))
                    (["sudo" "root" "bite" nil] ("uname" "SunOS 5.11") ("test" 
"test")
                     ("remote-path"
                      ("/usr/xpg4/bin" "/usr/ccs/bin" "/usr/bin" "/usr/sbin"
                       "/usr/local/sbin" "/usr/local/bin" "/sbin")
                      )
                     ("file-exists" "test -e") ("perl-file-spec" t)
                     ("perl-cwd-realpath" t) ("perl" "\\perl")
                     ("ls" "/usr/bin/ls --color=never") ("ls-dired" nil) 
("stat" nil)
                     ("id" "/usr/bin/id") ("gid-integer" 0) ("readlink" nil)
                     ("local-encoding" base64-encode-region)
                     ("local-decoding" base64-decode-region)
                     ("remote-encoding" tramp-perl-encode-with-module)
                     ("remote-decoding" tramp-perl-decode-with-module))
                    )
 tramp-chunksize nil
 tramp-completion-file-name-handler-alist '((file-name-all-completions .
                                             
tramp-completion-handle-file-name-all-completions)
                                            (file-name-completion .
                                             
tramp-completion-handle-file-name-completion)
                                            )
 tramp-completion-file-name-regexp "\\`/[^/]*\\'"
 tramp-completion-file-name-regexp-separate "\\`/\\([[][^]]*\\)?\\'"
 tramp-completion-file-name-regexp-unified "\\`/[^/]*\\'"
 tramp-completion-file-name-regexp-url 
"\\`/[^/:]+\\(:\\(/\\(/[^/]*\\)?\\)?\\)?\\'"
 tramp-completion-function-alist '(("smb" (tramp-parse-netrc "~/.netrc"))
                                   ("fcp" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("pscp" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("plink1" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("plink" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("krlogin" (tramp-parse-rhosts 
"/etc/hosts.equiv"))
                                   ("ksu" (tramp-parse-passwd "/etc/passwd"))
                                   ("sudo" (tramp-parse-passwd "/etc/passwd"))
                                   ("su" (tramp-parse-passwd "/etc/passwd"))
                                   ("telnet" (tramp-parse-hosts "/etc/hosts"))
                                   ("sshx" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("ssh2_old" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("ssh1_old" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("ssh2" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("ssh1" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("ssh" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("remsh" (tramp-parse-rhosts 
"/etc/hosts.equiv"))
                                   ("rsh" (tramp-parse-rhosts 
"/etc/hosts.equiv"))
                                   ("rsyncc" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("rsync" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("sftp" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("scpx" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("scpc" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("scp2" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("scp1" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("scp" (tramp-parse-rhosts 
"/etc/hosts.equiv")
                                    (tramp-parse-sconfig "/etc/ssh_config")
                                    (tramp-parse-shosts "~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("remcp" (tramp-parse-rhosts 
"/etc/hosts.equiv"))
                                   ("rcp" (tramp-parse-rhosts 
"/etc/hosts.equiv"))
                                   ("ftp" (tramp-parse-netrc "~/.netrc")))
 tramp-completion-function-alist-putty '((tramp-parse-putty
                                          
"HKEY_CURRENT_USER\\Software\\SimonTatham\\PuTTY\\Sessions")
                                         )
 tramp-completion-function-alist-rsh '((tramp-parse-rhosts "/etc/hosts.equiv"))
 tramp-completion-function-alist-ssh '((tramp-parse-rhosts "/etc/hosts.equiv")
                                       (tramp-parse-sconfig "/etc/ssh_config")
                                       (tramp-parse-shosts "~/.ssh/known_hosts")
                                       (tramp-parse-sconfig "~/.ssh/config"))
 tramp-completion-function-alist-su '((tramp-parse-passwd "/etc/passwd"))
 tramp-completion-function-alist-telnet '((tramp-parse-hosts "/etc/hosts"))
 tramp-completion-mode nil
 tramp-completion-reread-directory-timeout 10
 tramp-copy-failed-regexp "\\(.+: \\(No such file or directory\\|Permission 
denied\\|is a directory\\|not a regular file\\)\\)\\s-*"
 tramp-current-host nil
 tramp-current-method nil
 tramp-current-user nil
 tramp-debug-outline-regexp "[0-9]+:[0-9]+:[0-9]+\\.[0-9]+ [a-z0-9-]+ 
(\\([0-9]+\\)) #"
 tramp-default-host "localhost"
 tramp-default-method "scpc"
 tramp-default-method-alist '((nil "%" "smb")
                              
("\\`\\(127\\.0\\.0\\.1\\|::1\\|localhost6?\\|pluto\\.luannocracy\\.com\\)\\'" 
"\\`root\\'" "su")
                              (nil "\\`\\(anonymous\\|ftp\\)\\'" "ftp")
                              ("\\`ftp\\." nil "ftp"))
 tramp-default-password-end-of-line "\n"
 tramp-default-proxies-alist '(("\\`localhost\\'" nil nil)
                               ("\\`206.217.198.21\\'" nil nil)
                               ("\\`.+\\'" "\\`root\\'" "/ssh:%h:"))
 tramp-default-user nil
 tramp-default-user-alist '(("\\`smb\\'" nil nil)
                            
("\\`\\(?:fcp\\|krlogin\\|p\\(?:link1?\\|s\\(?:\\(?:c\\|ft\\)p\\)\\)\\|r\\(?:cp\\|emcp\\|sh\\)\\|telnet\\)\\'"
 nil "dave")
                            ("\\`\\(?:ksu\\|su\\(?:do\\)?\\)\\'" nil "root")
                            ("\\`\\(?:socks\\|tunnel\\)\\'" nil "dave")
                            ("\\`synce\\'" nil nil))
 tramp-devices nil
 tramp-domain-regexp "[-a-zA-Z0-9_.]+"
 tramp-echo-mark "_echo"
 tramp-echo-mark-marker "_echo"
 tramp-echo-mark-marker-length 5
 tramp-echoed-echo-mark-regexp "_echo\\(\\( \\)?\\)\\{5\\}"
 tramp-efs-method "ftp"
 tramp-encoding-command-interactive "-i"
 tramp-encoding-command-switch "-c"
 tramp-encoding-shell "/bin/sh"
 tramp-file-name-regexp "\\`/\\([^[/:]+\\|[^/]+]\\):"
 tramp-file-name-regexp-separate "\\`/\\[.*\\]"
 tramp-file-name-regexp-unified "\\`/\\([^[/:]+\\|[^/]+]\\):"
 tramp-file-name-regexp-url "\\`/[^/:]+://"
 tramp-file-name-structure '("^/\\(\\([a-zA-Z_0-9-]+\\):\\)?\\(\\([^:/  
]+\\)@\\)?\\(\\([a-zA-Z0-9_.-]+\\|\\[\\(?:\\(?:[a-zA-Z0-9]+\\)?:\\)+[a-zA-Z0-9.]+]\\)\\(#[0-9]+\\)?\\)?:\\(.*$\\)"
 2 4 5 8)
 tramp-foreign-file-name-handler-alist '((tramp-smb-file-name-p .
                                          tramp-smb-file-name-handler)
                                         (tramp-ftp-file-name-p .
                                          tramp-ftp-file-name-handler)
                                         (identity . 
tramp-sh-file-name-handler))
 tramp-ftp-method "ftp"
 tramp-gvfs-methods '("dav" "davs" "obex" "synce")
 tramp-gw-socks-method "socks"
 tramp-gw-tunnel-method "tunnel"
 tramp-half-a-year '(241 17024)
 tramp-handle-file-local-copy-hook nil
 tramp-handle-write-region-hook nil
 tramp-host-regexp "[a-zA-Z0-9_.-]+"
 tramp-host-with-port-regexp "\\([a-zA-Z0-9_.-]+\\)#\\([0-9]+\\)"
 tramp-initial-end-of-output "#$ "
 tramp-inodes nil
 tramp-ipv6-regexp "\\(?:\\(?:[a-zA-Z0-9]+\\)?:\\)+[a-zA-Z0-9.]+"
 tramp-local-host-regexp 
"\\`\\(127\\.0\\.0\\.1\\|::1\\|localhost6?\\|pluto\\.luannocracy\\.com\\)\\'"
 tramp-localname-regexp ".*$"
 tramp-locked nil
 tramp-locker nil
 tramp-login-prompt-regexp ".*ogin\\( .*\\)?: *"
 tramp-message-show-message t
 tramp-method-regexp "[a-zA-Z_0-9-]+"
 tramp-methods '(("smb" (tramp-remote-shell "") (tramp-tmpdir "/C$/Temp"))
                 ("fcp" (tramp-login-program "fsh")
                  (tramp-login-args (("%h") ("-l" "%u") ("sh" "-i")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args 
("-i") ("-c"))
                  (tramp-copy-program "fcp") (tramp-copy-args (("-p" "%k")))
                  (tramp-copy-keep-date t))
                 ("psftp" (tramp-login-program "plink")
                  (tramp-login-args (("-l" "%u") ("-P" "%p") ("-ssh") ("%h")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args 
("-c"))
                  (tramp-copy-program "pscp")
                  (tramp-copy-args (("-P" "%p") ("-sftp") ("-p" "%k") ("-q") 
("-r")))
                  (tramp-copy-keep-date t) (tramp-copy-recursive t)
                  (tramp-password-end-of-line "xy"))
                 ("pscp" (tramp-login-program "plink")
                  (tramp-login-args (("-l" "%u") ("-P" "%p") ("-ssh") ("%h")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args 
("-c"))
                  (tramp-copy-program "pscp")
                  (tramp-copy-args (("-P" "%p") ("-scp") ("-p" "%k") ("-q") 
("-r")))
                  (tramp-copy-keep-date t) (tramp-copy-recursive t)
                  (tramp-password-end-of-line "xy") (tramp-default-port 22))
                 ("plinkx" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-load") ("%h") ("-t")
                    ("env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ '") ("/bin/sh"))
                   )
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args 
("-c")))
                 ("plink1" (tramp-login-program "plink")
                  (tramp-login-args (("-l" "%u") ("-P" "%p") ("-1" "-ssh") 
("%h")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args 
("-c"))
                  (tramp-password-end-of-line "xy") (tramp-default-port 22))
                 ("plink" (tramp-login-program "plink")
                  (tramp-login-args (("-l" "%u") ("-P" "%p") ("-ssh") ("%h")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args 
("-c"))
                  (tramp-password-end-of-line "xy") (tramp-default-port 22))
                 ("krlogin" (tramp-login-program "krlogin")
                  (tramp-login-args (("%h") ("-l" "%u") ("-x")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args 
("-c")))
                 ("ksu" (tramp-login-program "ksu") (tramp-login-args (("%u") 
("-q")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args 
("-c")))
                 ("sudo" (tramp-login-program "sudo")
                  (tramp-login-args (("-u" "%u") ("-s") ("-H") ("-p" 
"Password:")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args 
("-c")))
                 ("su" (tramp-login-program "su") (tramp-login-args (("-") 
("%u")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args 
("-c")))
                 ("telnet" (tramp-login-program "telnet")
                  (tramp-login-args (("%h") ("%p"))) (tramp-remote-shell 
"/bin/sh")
                  (tramp-remote-shell-args ("-c")) (tramp-default-port 23))
                 ("sshx" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("-l" "%u") ("-p" "%p") ("-e" "none") ("-t" "-t") ("%h") 
("/bin/sh")))
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-args ("-c"))
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("ssh2" (tramp-login-program "ssh")
                  (tramp-login-args (("-l" "%u") ("-p" "%p") ("-2") ("-e" 
"none") ("%h")))
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-args ("-c"))
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("ssh1" (tramp-login-program "ssh")
                  (tramp-login-args (("-l" "%u") ("-p" "%p") ("-1") ("-e" 
"none") ("%h")))
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-args ("-c"))
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("ssh" (tramp-login-program "ssh")
                  (tramp-login-args (("-l" "%u") ("-p" "%p") ("-e" "none") 
("%h")))
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-args ("-c"))
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("remsh" (tramp-login-program "remsh")
                  (tramp-login-args (("%h") ("-l" "%u"))) (tramp-remote-shell 
"/bin/sh")
                  (tramp-remote-shell-args ("-c")))
                 ("rsh" (tramp-login-program "rsh")
                  (tramp-login-args (("%h") ("-l" "%u"))) (tramp-remote-shell 
"/bin/sh")
                  (tramp-remote-shell-args ("-c")))
                 ("rsyncc" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("-l" "%u") ("-p" "%p") ("-o" "address@hidden:%%p")
                    ("-o" "ControlMaster=yes") ("-e" "none") ("%h"))
                   )
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "rsync")
                  (tramp-copy-args (("-t" "%k") ("-r")))
                  (tramp-copy-env
                   (("RSYNC_RSH")
                    ("ssh -o address@hidden:%%p -o ControlMaster=auto"))
                   )
                  (tramp-copy-keep-date t) (tramp-copy-keep-tmpfile t)
                  (tramp-copy-recursive t))
                 ("rsync" (tramp-login-program "ssh")
                  (tramp-login-args (("-l" "%u") ("-p" "%p") ("-e" "none") 
("%h")))
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "rsync")
                  (tramp-copy-args (("-e" "ssh") ("-t" "%k") ("-r")))
                  (tramp-copy-keep-date t) (tramp-copy-keep-tmpfile t)
                  (tramp-copy-recursive t))
                 ("sftp" (tramp-login-program "ssh")
                  (tramp-login-args (("-l" "%u") ("-p" "%p") ("-e" "none") 
("%h")))
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "sftp"))
                 ("scpx" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("-l" "%u") ("-p" "%p") ("-e" "none") ("-t" "-t") ("%h") 
("/bin/sh")))
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "scp")
                  (tramp-copy-args (("-P" "%p") ("-p" "%k") ("-q") ("-r")))
                  (tramp-copy-keep-date t) (tramp-copy-recursive t)
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("scpc" (tramp-login-program "ssh")
                  (tramp-login-args
                   (("-l" "%u") ("-p" "%p") ("-o" "address@hidden:%%p")
                    ("-o" "ControlMaster=yes") ("-e" "none") ("%h"))
                   )
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "scp")
                  (tramp-copy-args
                   (("-P" "%p") ("-p" "%k") ("-q") ("-r")
                    ("-o" "address@hidden:%%p") ("-o" "ControlMaster=auto"))
                   )
                  (tramp-copy-keep-date t) (tramp-copy-recursive t)
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("scp2" (tramp-login-program "ssh")
                  (tramp-login-args (("-l" "%u") ("-p" "%p") ("-2") ("-e" 
"none") ("%h")))
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "scp")
                  (tramp-copy-args (("-2") ("-P" "%p") ("-p" "%k") ("-q") 
("-r")))
                  (tramp-copy-keep-date t) (tramp-copy-recursive t)
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("scp1" (tramp-login-program "ssh")
                  (tramp-login-args (("-l" "%u") ("-p" "%p") ("-1") ("-e" 
"none") ("%h")))
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "scp")
                  (tramp-copy-args (("-1") ("-P" "%p") ("-p" "%k") ("-q") 
("-r")))
                  (tramp-copy-keep-date t) (tramp-copy-recursive t)
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("scp" (tramp-login-program "ssh")
                  (tramp-login-args (("-l" "%u") ("-p" "%p") ("-e" "none") 
("%h")))
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "scp")
                  (tramp-copy-args (("-P" "%p") ("-p" "%k") ("-q") ("-r")))
                  (tramp-copy-keep-date t) (tramp-copy-recursive t)
                  (tramp-gw-args
                   (("-o" "GlobalKnownHostsFile=/dev/null")
                    ("-o" "UserKnownHostsFile=/dev/null")
                    ("-o" "StrictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("remcp" (tramp-login-program "remsh")
                  (tramp-login-args (("%h") ("-l" "%u"))) (tramp-remote-shell 
"/bin/sh")
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "rcp")
                  (tramp-copy-args (("-p" "%k"))) (tramp-copy-keep-date t))
                 ("rcp" (tramp-login-program "rsh")
                  (tramp-login-args (("%h") ("-l" "%u"))) (tramp-remote-shell 
"/bin/sh")
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "rcp")
                  (tramp-copy-args (("-p" "%k") ("-r"))) (tramp-copy-keep-date 
t)
                  (tramp-copy-recursive t))
                 ("ftp"))
 tramp-mode t
 tramp-operation-not-permitted-regexp "\\(preserving times.*\\|set 
mode\\):\\s-*\\(Operation not permitted\\)"
 tramp-parse-time-months '(("jan" . 1) ("feb" . 2) ("mar" . 3) ("apr" . 4) 
("may" . 5)
                           ("jun" . 6) ("jul" . 7) ("aug" . 8) ("sep" . 9) 
("oct" . 10)
                           ("nov" . 11) ("dec" . 12))
 ;; Variable encoded due to non-printable characters.
 tramp-password-prompt-regexp (base64-decode-string 
"Xi4qXChbcFBdYXNzd29yZFx8W3BQXWFzc3BocmFzZVwpLio6AD8gKg==")
 tramp-port-regexp "[0-9]+"
 tramp-postfix-host-format ":"
 tramp-postfix-host-regexp ":"
 tramp-postfix-ipv6-format "]"
 tramp-postfix-ipv6-regexp "]"
 tramp-postfix-method-format ":"
 tramp-postfix-method-regexp ":"
 tramp-postfix-user-format "@"
 tramp-postfix-user-regexp "@"
 tramp-prefix-domain-format "%"
 tramp-prefix-domain-regexp "%"
 tramp-prefix-format "/"
 tramp-prefix-ipv6-format "["
 tramp-prefix-ipv6-regexp "\\["
 tramp-prefix-port-format "#"
 tramp-prefix-port-regexp "#"
 tramp-prefix-regexp "^/"
 tramp-process-alive-regexp ""
 tramp-process-connection-type t
 tramp-rfn-eshadow-overlay nil
 tramp-rfn-eshadow-update-overlay-regexp "[^:/~]*\\(/\\|~\\)"
 tramp-root-regexp "\\`/"
 tramp-rsh-end-of-line "\n"
 ;; Variable encoded due to non-printable characters.
 tramp-shell-prompt-pattern (base64-decode-string 
"XCg/Ol5cfA1cKVteIyQlPgpdKiM/WyMkJT5dICpcKBtcW1swLTk7XSpbYS16QS1aXSAqXCkq")
 tramp-smb-method "smb"
 tramp-syntax 'ftp
 tramp-temp-buffer-file-name nil
 tramp-temp-buffer-name " *tramp temp*"
 tramp-temp-name-prefix "tramp."
 tramp-terminal-prompt-regexp "\\(TERM = (.*)\\|Terminal type\\? 
\\[.*\\]\\)\\s-*"
 tramp-terminal-type "dumb"
 tramp-unload-hook '(#[nil "\300\301\302\"\207" [unload-feature tramp-cache 
force] 3]
                     #[nil "\300\301\302\"\207" [unload-feature tramp-cmds 
force] 3]
                     #[nil "\300\301\302\"\207"
                       [remove-hook auto-save-hook 
tramp-set-auto-save-file-modes] 3]
                     #[nil "\300\301\302\"\207"
                       [remove-hook kill-buffer-hook 
tramp-delete-temp-file-function] 3]
                     tramp-unload-file-name-handlers
                     #[nil "\300\301\302\"\207"
                       [remove-hook rfn-eshadow-update-overlay-hook
                        tramp-rfn-eshadow-update-overlay]
                       3]
                     #[nil "\300\301\302\"\207"
                       [remove-hook rfn-eshadow-setup-minibuffer-hook
                        tramp-rfn-eshadow-setup-minibuffer]
                       3]
                     #[nil "\300\301\302\"\207" [unload-feature tramp-compat 
force] 3])
 tramp-user-regexp "[^:/        ]+"
 tramp-user-with-domain-regexp "\\([^:/         ]+\\)%\\([-a-zA-Z0-9_.]+\\)"
 tramp-verbose 3
 tramp-version "2.2.3-pre"
 tramp-wrong-passwd-regexp "^.*\\(Connection 
\\(?:\\(?:clo\\|refu\\)sed\\)\\|Host key verification failed\\.\\|Login 
\\(?:[Ii]ncorrect\\)\\|N\\(?:ame or service not known\\|o supported 
authentication methods left to try!\\)\\|Permission denied\\|\\(?:Sorry, try 
again\\|Timeout, server not responding\\)\\.\\).*\\|^.*\\(Received signal 
[0-9]+\\).*"
 tramp-yesno-prompt-regexp "\\(Are you sure you want to continue connecting 
(yes/no)\\?\\)\\s-*"
 tramp-yn-prompt-regexp "\\(\\(?:Store key in cache\\? (y/\\|Update cached 
key\\? (y/n, Return cancels connectio\\)n)\\)\\s-*"
 )
-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com


load-path shadows:
==================
/Users/dave/.emacs.d/el-get/tramp/share/emacs/site-lisp/trampver hides 
/usr/local/stow/emacs-23.3/share/emacs/23.3/lisp/net/trampver
/Users/dave/.emacs.d/el-get/tramp/share/emacs/site-lisp/tramp hides 
/usr/local/stow/emacs-23.3/share/emacs/23.3/lisp/net/tramp
/Users/dave/.emacs.d/el-get/tramp/share/emacs/site-lisp/tramp-uu hides 
/usr/local/stow/emacs-23.3/share/emacs/23.3/lisp/net/tramp-uu
/Users/dave/.emacs.d/el-get/tramp/share/emacs/site-lisp/tramp-smb hides 
/usr/local/stow/emacs-23.3/share/emacs/23.3/lisp/net/tramp-smb
/Users/dave/.emacs.d/el-get/tramp/share/emacs/site-lisp/tramp-gw hides 
/usr/local/stow/emacs-23.3/share/emacs/23.3/lisp/net/tramp-gw
/Users/dave/.emacs.d/el-get/tramp/share/emacs/site-lisp/tramp-ftp hides 
/usr/local/stow/emacs-23.3/share/emacs/23.3/lisp/net/tramp-ftp
/Users/dave/.emacs.d/el-get/tramp/share/emacs/site-lisp/tramp-compat hides 
/usr/local/stow/emacs-23.3/share/emacs/23.3/lisp/net/tramp-compat
/Users/dave/.emacs.d/el-get/tramp/share/emacs/site-lisp/tramp-cmds hides 
/usr/local/stow/emacs-23.3/share/emacs/23.3/lisp/net/tramp-cmds
/Users/dave/.emacs.d/el-get/tramp/share/emacs/site-lisp/tramp-cache hides 
/usr/local/stow/emacs-23.3/share/emacs/23.3/lisp/net/tramp-cache



reply via email to

[Prev in Thread] Current Thread [Next in Thread]