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.
--bug report follows this line--
I like to use tramp to Dired remote directories. Here is my backtrace:
,----[ *Backtrace* ]
| Debugger entered--Lisp error: (file-error "Reading directory" "no such file or
|directory" "/[mdickers@gauntlet]~")
| access-file("/[mdickers@gauntlet]~" "Reading directory")
| apply(access-file ("/[mdickers@gauntlet]~" "Reading directory"))
| tramp-completion-run-real-handler(access-file ("/[mdickers@gauntlet]~" "Reading
|directory"))
| tramp-completion-file-name-handler(access-file "/[mdickers@gauntlet]~" "Reading
|directory")
| access-file("/[mdickers@gauntlet]~" "Reading directory")
| insert-directory("/[mdickers@gauntlet]~" "-al" t nil)
| apply(insert-directory ("/[mdickers@gauntlet]~" "-al" t nil))
| tramp-completion-run-real-handler(insert-directory ("/[mdickers@gauntlet]~" "-al"
|t nil))
| tramp-completion-file-name-handler(insert-directory "/[mdickers@gauntlet]~" "-al"
|t nil)
| insert-directory("/[mdickers@gauntlet]~" "-al" t nil)
| dired-insert-directory("/[mdickers@gauntlet]~" "-al" t)
| dired-readin-insert("/[mdickers@gauntlet]~")
| dired-readin("/[mdickers@gauntlet]~" #<buffer [mdickers@gauntlet]~>)
| dired-internal-noselect("/[mdickers@gauntlet]~" nil)
| dired-noselect("/[mdickers@gauntlet]~" nil)
| dired("/[mdickers@gauntlet]~" nil)
| call-interactively(dired)
`----
Also curious and annoying when using almost any commands that require
shell output, I also get part of my shell prompt inserted into
buffers. Could that be the problem? Here's the output from Dired.
First as listed in buffer-menu:
* [mdickers@gauntlet]~ 70 Dired by name /[mdickers@gauntlet]~
The actual buffer contents:
]2;munge@cthulhuls: [mdickers@gauntlet]~: No such file or directory
I have the same problem when using the CVS version of tramp (2.0.25).
Emacs : GNU Emacs 21.2.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2002-08-08 on cthulhu
Package: tramp (2.0.0)
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 "sm"
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-temp-name-prefix "tramp."
tramp-file-name-structure '("^/\\(\\([a-zA-Z_0-9-]+\\):\\)?\\(\\([^:@/
]*\\)@\\)?\\([a-zA-Z0-9_.#-]*\\):\\(.*$\\)" 2 4 5 6)
tramp-file-name-regexp "\\`/[^/:]+:"
tramp-multi-file-name-structure
'("^/\\(\\([a-zA-Z_0-9-]+\\)\\)?\\(\\(:%s\\)+\\)?:\\(.*$\\)" 2 3 -1)
tramp-multi-file-name-hop-structure '("\\([a-zA-Z_0-9-]+\\):\\([^:@/
]*\\)@\\([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/%u@%h]%p"
tramp-end-of-output "///b33d220e07f38ff8570e8640afc5bcd5"
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
'(("\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.bz2\\'\\|\\.tgz\\'\\|\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'"
. jka-compr-handler)
("^/[^/]*$" . tramp-completion-file-name-handler)
("\\`/[^/:]+:" . tramp-file-name-handler)
("\\`/:" . file-name-non-special))
)
_______________________________________________
Tramp-devel mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/tramp-devel