Debugger entered--Lisp error: (error "Login failed") signal(error ("Login failed")) error("Login failed") (if (eq exit (quote ok)) nil (error "Login failed")) (unless (eq exit (quote ok)) (error "Login failed")) (let (exit) (while (not exit) (tramp-message 10 "Processing actions") (setq exit ...)) (unless (eq exit ...) (error "Login failed"))) tramp-process-actions(# nil "plink" "thielr" "applin.hrz.uni-marburg.de" ((tramp-password-prompt-regexp tramp-action-password) (tramp-login-prompt-regexp tramp-action-login) (shell-prompt-pattern tramp-action-succeed) (tramp-wrong-passwd-regexp tramp-action-permission-denied) (tramp-yesno-prompt-regexp tramp-action-yesno))) (let* ((default-directory ...) (coding-system-for-read ...) (p ...) (found nil)) (process-kill-without-query p) (set-buffer buf) (tramp-process-actions p multi-method method user host tramp-actions-before-shell) (tramp-message 7 "Initializing remote shell") (tramp-open-connection-setup-interactive-shell p multi-method method user host) (tramp-post-connection multi-method method user host)) (let ((process-environment ...) (bufnam ...) (buf ...) (rsh-program ...) (rsh-args ...)) (when (string-match "\\([^#]*\\)#\\(.*\\)" host) (setq rsh-args ...) (setq host ...)) (setenv "TERM" tramp-terminal-type) (let* (... ... ... ...) (process-kill-without-query p) (set-buffer buf) (tramp-process-actions p multi-method method user host tramp-actions-before-shell) (tramp-message 7 "Initializing remote shell") (tramp-open-connection-setup-interactive-shell p multi-method method user host) (tramp-post-connection multi-method method user host))) (progn (when multi-method (error "Cannot multi-connect using rsh connection method")) (tramp-pre-connection multi-method method user host) (if user (tramp-message 7 "Opening connection for address@hidden using %s..." user host method) (tramp-message 7 "Opening connection at %s using %s..." host method)) (let (... ... ... ... ...) (when ... ... ...) (setenv "TERM" tramp-terminal-type) (let* ... ... ... ... ... ... ...))) (unwind-protect (progn (when multi-method ...) (tramp-pre-connection multi-method method user host) (if user ... ...) (let ... ... ... ...)) (set-match-data save-match-data-internal)) (let ((save-match-data-internal ...)) (unwind-protect (progn ... ... ... ...) (set-match-data save-match-data-internal))) (save-match-data (when multi-method (error "Cannot multi-connect using rsh connection method")) (tramp-pre-connection multi-method method user host) (if user (tramp-message 7 "Opening connection for address@hidden using %s..." user host method) (tramp-message 7 "Opening connection at %s using %s..." host method)) (let (... ... ... ... ...) (when ... ... ...) (setenv "TERM" tramp-terminal-type) (let* ... ... ... ... ... ... ...))) tramp-open-connection-rsh(nil "plink" "thielr" "applin.hrz.uni-marburg.de") funcall(tramp-open-connection-rsh nil "plink" "thielr" "applin.hrz.uni-marburg.de") (if (and p (processp p) (memq ... ...)) nil (when (and p ...) (delete-process p)) (funcall (tramp-get-connection-function multi-method method) multi-method method user host)) (unless (and p (processp p) (memq ... ...)) (when (and p ...) (delete-process p)) (funcall (tramp-get-connection-function multi-method method) multi-method method user host)) (let ((p ...) last-cmd-time) (save-excursion (set-buffer ...) (when ... ... ... ...)) (unless (and p ... ...) (when ... ...) (funcall ... multi-method method user host))) tramp-maybe-open-connection(nil "plink" "thielr" "applin.hrz.uni-marburg.de") (or neveropen (tramp-maybe-open-connection multi-method method user host)) tramp-send-command(nil "plink" "thielr" "applin.hrz.uni-marburg.de" "cd ~; pwd" t) (let ((uname ...) (fname ...)) (set-buffer (tramp-get-buffer multi-method method user host)) (erase-buffer) (tramp-send-command multi-method method user host (format "cd %s; pwd" uname) t) (tramp-wait-for-output) (goto-char (point-min)) (setq uname (buffer-substring ... ...)) (setq path (concat uname fname)) (erase-buffer)) (progn (let (... ...) (set-buffer ...) (erase-buffer) (tramp-send-command multi-method method user host ... t) (tramp-wait-for-output) (goto-char ...) (setq uname ...) (setq path ...) (erase-buffer))) (if (string-match "\\`\\(~[^/]*\\)\\(.*\\)\\'" path) (progn (let ... ... ... ... ... ... ... ... ...))) (when (string-match "\\`\\(~[^/]*\\)\\(.*\\)\\'" path) (let (... ...) (set-buffer ...) (erase-buffer) (tramp-send-command multi-method method user host ... t) (tramp-wait-for-output) (goto-char ...) (setq uname ...) (setq path ...) (erase-buffer))) (save-excursion (when (string-match "\\`\\(~[^/]*\\)\\(.*\\)\\'" path) (let ... ... ... ... ... ... ... ... ...)) (let (...) (tramp-make-tramp-file-name multi-method method user host ...))) (let* ((v ...) (multi-method ...) (method ...) (user ...) (host ...) (path ...)) (when (tramp-ange-ftp-file-name-p multi-method method) (tramp-invoke-ange-ftp ... name nil)) (unless (file-name-absolute-p path) (setq path ...)) (save-excursion (when ... ...) (let ... ...))) (with-parsed-tramp-file-name name nil (when (tramp-ange-ftp-file-name-p multi-method method) (tramp-invoke-ange-ftp ... name nil)) (unless (file-name-absolute-p path) (setq path ...)) (save-excursion (when ... ...) (let ... ...))) (if (not (tramp-tramp-file-p name)) (tramp-run-real-handler (quote expand-file-name) (list name nil)) (with-parsed-tramp-file-name name nil (when ... ...) (unless ... ...) (save-excursion ... ...))) tramp-handle-expand-file-name("/plink:address@hidden:thiel/Temp/Hotels-Bonn.txt" nil) apply(tramp-handle-expand-file-name ("/plink:address@hidden:thiel/Temp/Hotels-Bonn.txt" nil)) (progn (apply (cdr fn) args)) (unwind-protect (progn (apply ... args)) (set-match-data save-match-data-internal)) (let ((save-match-data-internal ...)) (unwind-protect (progn ...) (set-match-data save-match-data-internal))) (save-match-data (apply (cdr fn) args)) (catch (quote tramp-forward-to-ange-ftp) (save-match-data (apply ... args))) (if fn (catch (quote tramp-forward-to-ange-ftp) (save-match-data ...)) (tramp-run-real-handler operation args)) (let ((fn ...)) (if fn (catch ... ...) (tramp-run-real-handler operation args))) tramp-file-name-handler(expand-file-name "/plink:address@hidden:thiel/Temp/Hotels-Bonn.txt" nil) expand-file-name("/plink:address@hidden:thiel/Temp/Hotels-Bonn.txt") find-file-noselect("/plink:address@hidden:thiel/Temp/Hotels-Bonn.txt" nil nil 1) find-file("/plink:address@hidden:thiel/Temp/Hotels-Bonn.txt" 1) call-interactively(find-file) ido-file-internal(always-frame) ido-find-file() * call-interactively(ido-find-file) Emacs : GNU Emacs 21.2.1 (i386-msvc-windows98.2222) of 2002-03-19 on buffy Package: tramp (2.0.12) current state: ============== (setq tramp-ls-command nil tramp-test-groks-nt nil tramp-file-exists-command nil tramp-current-multi-method nil tramp-current-method nil tramp-current-user nil tramp-current-host nil tramp-auto-save-directory nil tramp-default-method "ssh" tramp-rsh-end-of-line "\n" tramp-remote-path '("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin" "/usr/ccs/bin" "/local/bin" "/local/freeware/bin" "/local/gnu/bin" "/usr/freeware/bin" "/usr/pkg/bin" "/usr/contrib/bin") tramp-login-prompt-regexp ".*ogin: *" tramp-password-prompt-regexp "^.*\\([pP]assword\\|passphrase.*\\):? *" tramp-wrong-passwd-regexp "^.*\\(Connection \\(?:\\(?:clo\\|refu\\)sed\\)\\|Host key verification failed\\.\\|Login \\(?:[Ii]ncorrect\\)\\|Name or service not known\\|\\(?:Permission denied\\|Sorry, try again\\)\\.\\).*\\|^.*\\(Received signal [0-9]+\\).*" tramp-yesno-prompt-regexp "Are you sure you want to continue connecting (yes/no)\\? *" tramp-temp-name-prefix "tramp." tramp-file-name-structure '("\\`/\\(\\([a-zA-Z0-9-]+\\):\\)?\\(\\([^:@/]+\\)@\\)?\\([^:/]+\\):\\(.*\\)\\'" 2 4 5 6) tramp-file-name-regexp "\\`/[^/:]+:" tramp-multi-file-name-structure '("\\`/\\(\\([a-zA-Z0-9]+\\)?:\\)\\(\\(%s\\)+\\)\\(.*\\)\\'" 2 3 -1) tramp-multi-file-name-hop-structure '("\\([a-zA-z0-9_]+\\):\\([^@:/]+\\)@\\([^:/]+\\):" 1 2 3) tramp-multi-methods '("multi" "multiu") tramp-multi-connection-function-alist '(("telnet" tramp-multi-connect-telnet "telnet %h%n") ("rsh" tramp-multi-connect-rlogin "rsh %h -l %u%n") ("ssh" tramp-multi-connect-rlogin "ssh %h -l %u%n") ("su" tramp-multi-connect-su "su - %u%n") ("sudo" tramp-multi-connect-su "sudo -u %u -s%n") ) tramp-make-tramp-file-format "/%m:address@hidden:%p" tramp-end-of-output "/////" tramp-coding-commands '(("mimencode -b" "mimencode -u -b" base64-encode-region base64-decode-region) ("mmencode -b" "mmencode -u -b" base64-encode-region base64-decode-region) ("recode data..base64" "recode base64..data" base64-encode-region base64-decode-region) ("uuencode xxx" "uudecode -o -" nil uudecode-decode-region) ("uuencode xxx" "uudecode -p" nil uudecode-decode-region) ("uuencode xxx" "tramp_uudecode" nil uudecode-decode-region) ("tramp_encode_with_module" "tramp_decode_with_module" base64-encode-region base64-decode-region) ("tramp_encode" "tramp_decode" base64-encode-region base64-decode-region) ) tramp-actions-before-shell '((tramp-password-prompt-regexp tramp-action-password) (tramp-login-prompt-regexp tramp-action-login) (shell-prompt-pattern tramp-action-succeed) (tramp-wrong-passwd-regexp tramp-action-permission-denied) (tramp-yesno-prompt-regexp tramp-action-yesno)) tramp-multi-actions '((tramp-password-prompt-regexp tramp-multi-action-password) (tramp-login-prompt-regexp tramp-multi-action-login) (shell-prompt-pattern tramp-multi-action-succeed) (tramp-wrong-passwd-regexp tramp-multi-action-permission-denied) ) tramp-terminal-type "dumb" shell-prompt-pattern "^[^#$%>\n]*[#$%>] *" backup-by-copying nil backup-by-copying-when-linked nil backup-by-copying-when-mismatch nil backup-by-copying-when-privileged-mismatch 200 file-name-handler-alist '(("\\`/[^/:]+:" . tramp-file-name-handler) ("\\`/:" . file-name-non-special)) )