tramp-devel
[Top][All Lists]
Advanced

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

wrong-argument listp in find-file with tramp


From: 屋国遥
Subject: wrong-argument listp in find-file with tramp
Date: Tue, 23 Nov 2010 22:24:53 +0900

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 tried to edit `/etc/fstab' with emacs.
I opened find-file minibuffer by C-x C-f (find-file) and typed
`/sudo::/etc/fstab', then the error "Wrong type argument: listp".


This problem is not unique to the file, but occurs with any file and
directory.  I also tested ssh access via tramp and it failed too.
I have no idea why such error occurs.  Please help me.  Thanks.

I generated debug output with tramp-verbose 6.
I changed username for some reason, but I think user has nothing
to do with this problem.

---<*Messages*>---
Tramp: Opening connection for address@hidden using sudo...
Tramp: Sending command `exec sudo -u root -s -H -p Password:'

Tramp: Waiting for prompts from remote shell
Tramp: Sending command `exec sudo -u root -s -H -p Password:'
Tramp: Found remote shell prompt on `hyagni-ubuntu'
Tramp: Opening connection for address@hidden using sudo...done
completion--some: Wrong type argument: listp, "/sudo:address@hidden:/etc/fstab"
---END---

---<*debug tramp/sudo address@hidden>---
;; GNU Emacs: 23.1.1 Tramp: 2.2.0 -*- mode: outline; -*-
22:13:34.890983 tramp-get-file-exists-command (5) # Finding command to check if file exists
22:13:34.891677 tramp-send-command (6) # test -e / 2>/dev/null; echo tramp_exit_status $?
22:13:34.898541 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///3db3dca5c5f5c84f3a0d7321053d6d18#$
22:13:34.899509 tramp-send-command (6) # test -e /\ this\ file\ does\ not\ exist\  2>/dev/null; echo tramp_exit_status $?
22:13:34.906483 tramp-wait-for-regexp (6) #
tramp_exit_status 1
///3db3dca5c5f5c84f3a0d7321053d6d18#$
22:13:34.907384 tramp-send-command (6) # test -e /etc/fstab 2>/dev/null; echo tramp_exit_status $?
22:13:34.914521 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///3db3dca5c5f5c84f3a0d7321053d6d18#$
22:13:34.919334 tramp-get-remote-perl (5) # Finding a suitable `perl' command
22:13:34.919996 tramp-send-command (6) # which \perl5 | wc -w
22:13:34.926522 tramp-wait-for-regexp (6) #
0
///3db3dca5c5f5c84f3a0d7321053d6d18#$
22:13:34.927374 tramp-send-command (6) # (PS1= ; while read d; do if test -x $d/perl5 -a -f $d/perl5; then echo tramp_executable $d/perl5; break; fi; done <<'EOF'
/bin
/usr/bin
/usr/sbin
/usr/local/bin
EOF
)
22:13:34.934436 tramp-wait-for-regexp (6) #
///3db3dca5c5f5c84f3a0d7321053d6d18#$
22:13:34.935274 tramp-send-command (6) # which \perl | wc -w
22:13:34.942359 tramp-wait-for-regexp (6) #
1
///3db3dca5c5f5c84f3a0d7321053d6d18#$
22:13:34.943144 tramp-send-command (6) # \perl -e 'use File::Spec;' 2>/dev/null; echo tramp_exit_status $?
22:13:34.966382 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///3db3dca5c5f5c84f3a0d7321053d6d18#$
22:13:34.967006 tramp-send-command (6) # \perl -e 'use Cwd "realpath";' 2>/dev/null; echo tramp_exit_status $?
22:13:34.994329 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///3db3dca5c5f5c84f3a0d7321053d6d18#$
22:13:34.994868 tramp-maybe-send-script (5) # Sending script `tramp_perl_file_name_all_completions'...
22:13:34.995338 tramp-send-command (6) # tramp_perl_file_name_all_completions () {
\perl -e 'sub case {
 my $str = shift;
 if ($ARGV[2]) {
  return lc($str);
 }
 else {
  return $str;
 }
}
opendir(d, $ARGV[0]) || die("$ARGV[0]: $!\nfail\n");
@files = readdir(d); closedir(d);
foreach $f (@files) {
 if (case(substr($f, 0, length($ARGV[1]))) eq case($ARGV[1])) {
  if (-d "$ARGV[0]/$f") {
   print "$f/\n";
  }
  else {
   print "$f\n";
  }
 }
}
print "ok\n"
' "$1" "$2" "$3" 2>/dev/null
} 2>/dev/null; echo tramp_exit_status $?
22:13:35.002284 tramp-wait-for-regexp (6) #
tramp_exit_status 0
///3db3dca5c5f5c84f3a0d7321053d6d18#$
22:13:35.002742 tramp-maybe-send-script (5) # Sending script `tramp_perl_file_name_all_completions'...done
22:13:35.003165 tramp-send-command (6) # tramp_perl_file_name_all_completions /etc/ fstab 1
22:13:35.018470 tramp-wait-for-regexp (6) #
fstab
ok
///3db3dca5c5f5c84f3a0d7321053d6d18#$
---END---

---<*tramp/sudo address@hidden>---
fstab
ok
---END---


Emacs  : GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0)
 of 2010-03-30 on rothera, modified by Debian
Package: tramp (2.2.0)

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 nil
 file-name-handler-alist '(("\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.bz2\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.tbz2?\\'\\|\\.\\(?:tgz\\|svgz\\|sifz\\)\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.g?z\\(~\\|\\.~[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 nil
 tramp-bug-report-address "address@hidden"
 tramp-cache-data '((["sudo" "root" "hyagni-ubuntu" nil]
                     ("uname" "Linux 2.6.32-25-generic-pae") ("test" "test")
                     ("remote-path"
                      ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
                     ("remote-shell" "/bin/sh") ("file-exists" "test -e")
                     ("perl-file-spec" t) ("perl-cwd-realpath" t)
                     ("perl" "\\perl") ("~root" "/root") ("ls" "/bin/ls"))
                    (["scpc" "tomita" "192.168.0.6" nil]
                     ("uname" "Darwin 9.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") ("~" "/Users/tomita"))
                    )
 tramp-cache-unload-hook '((lambda nil
                            (remove-hook (quote kill-emacs-hook)
                             (quote tramp-dump-connection-properties))
                            )
                           (lambda nil
                            (remove-hook (quote before-revert-hook)
                             (quote tramp-flush-file-function))
                            (remove-hook (quote eshell-pre-command-hook)
                             (quote tramp-flush-file-function))
                            (remove-hook (quote kill-buffer-hook)
                             (quote tramp-flush-file-function))
                            )
                           #[nil "\300\301\302\"\207"
                             [remove-hook kill-buffer-hook
                              tramp-delete-temp-file-function]
                             3]
                           )
 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 nil
 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 "hyagni-ubuntu"
 tramp-default-method "scpc"
 tramp-default-method-alist nil
 tramp-default-password-end-of-line "\n"
 tramp-default-proxies-alist nil
 tramp-default-user nil
 tramp-default-user-alist 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-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-gvfs-file-name-p .
                                          tramp-gvfs-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-imap-method "imap"
 tramp-imaps-method "imaps"
 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\\|localhost\\|hyagni-ubuntu\\)$"
 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")
                 ("fcp" (tramp-login-program "fsh")
                  (tramp-login-args (("%h") ("-l" "%u") ("sh" "-i")))
                  (tramp-remote-sh "/bin/sh -i") (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-sh "/bin/sh") (tramp-copy-program "pscp")
                  (tramp-copy-args (("-P" "%p") ("-sftp") ("-p" "%k")))
                  (tramp-copy-keep-date t) (tramp-password-end-of-line "xy"))
                 ("pscp" (tramp-login-program "plink")
                  (tramp-login-args (("-l" "%u") ("-P" "%p") ("-ssh") ("%h")))
                  (tramp-remote-sh "/bin/sh") (tramp-copy-program "pscp")
                  (tramp-copy-args (("-P" "%p") ("-scp") ("-p" "%k")))
                  (tramp-copy-keep-date 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-sh "/bin/sh"))
                 ("plink1" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-l" "%u") ("-P" "%p") ("-1" "-ssh") ("%h")))
                  (tramp-remote-sh "/bin/sh") (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-sh "/bin/sh") (tramp-password-end-of-line "xy")
                  (tramp-default-port 22))
                 ("krlogin" (tramp-login-program "krlogin")
                  (tramp-login-args (("%h") ("-l" "%u") ("-x")))
                  (tramp-remote-sh "/bin/sh"))
                 ("sudo" (tramp-login-program "sudo")
                  (tramp-login-args
                   (("-u" "%u") ("-s") ("-H") ("-p" "Password:")))
                  (tramp-remote-sh "/bin/sh"))
                 ("su" (tramp-login-program "su")
                  (tramp-login-args (("-") ("%u"))) (tramp-remote-sh "/bin/sh"))
                 ("telnet" (tramp-login-program "telnet")
                  (tramp-login-args (("%h") ("%p")))
                  (tramp-remote-sh "/bin/sh") (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-sh "/bin/sh")
                  (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-sh "/bin/sh")
                  (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-sh "/bin/sh")
                  (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-sh "/bin/sh")
                  (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-sh "/bin/sh"))
                 ("rsh" (tramp-login-program "rsh")
                  (tramp-login-args (("%h") ("-l" "%u")))
                  (tramp-remote-sh "/bin/sh"))
                 ("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-sh "/bin/sh")
                  (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-sh "/bin/sh")
                  (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-sh "/bin/sh")
                  (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-sh "/bin/sh")
                  (tramp-copy-program "scp") (tramp-copy-args (("-p" "%k")))
                  (tramp-copy-keep-date 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-sh "/bin/sh")
                  (tramp-copy-program "scp")
                  (tramp-copy-args
                   (("-P" "%p") ("-p" "%k") ("-q")
                    ("-o" "address@hidden:%%p")
                    ("-o" "ControlMaster=auto"))
                   )
                  (tramp-copy-keep-date 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-sh "/bin/sh")
                  (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-sh "/bin/sh")
                  (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-sh "/bin/sh")
                  (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" "StprictHostKeyChecking=no"))
                   )
                  (tramp-default-port 22))
                 ("remcp" (tramp-login-program "remsh")
                  (tramp-login-args (("%h") ("-l" "%u")))
                  (tramp-remote-sh "/bin/sh") (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-sh "/bin/sh") (tramp-copy-program "rcp")
                  (tramp-copy-args (("-p" "%k") ("-r")))
                  (tramp-copy-keep-date t) (tramp-copy-recursive t))
                 ("synce") ("obex") ("davs") ("dav") ("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]
                     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]
                     #[nil "\300\301\302\303#\210\304\301!\207"
                       [ad-remove-advice file-expand-wildcards around
                        tramp-advice-file-expand-wildcards ad-activate]
                       4]
                     )
 tramp-user-regexp "[^:/     ]+"
 tramp-user-with-domain-regexp "\\([^:/     ]+\\)%\\([-a-zA-Z0-9_.]+\\)"
 tramp-verbose 3
 tramp-version "2.2.0"
 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-*"
 )


reply via email to

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