[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
tramp ($Id: tramp.el,v 2.95 2002/04/10 17:16:25 kaig Exp $); Temporary f
From: |
Gregory Grubbs |
Subject: |
tramp ($Id: tramp.el,v 2.95 2002/04/10 17:16:25 kaig Exp $); Temporary file names broken on Sharp Zaurus |
Date: |
Fri, 13 Dec 2002 14:02:31 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 |
--bug report follows this line--
I am accessing remote files using the 'scp method on a Sharp Zaurus
running embedix (uname -r gives 'Linux zot.hoochiepep.home
2.4.6-rmk1-np2-embedix') and OpenZaurus 3.0 (an
embeddedhttp://www.openzaurus.org). The Zaurus is running
"OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f". The
machine running emacs is running "OpenSSH_2.9p2, SSH protocols
1.5/2.0, OpenSSL 0x0090602f". The host where emacs is running can ssh
as root to the Zaurus without a password.
I can browse directories using dired with no problem. The first file
I visit from dired opens just fine. All subsequent attempts to open
files simply re-open the first file. The function
'tramp-make-temp-file' is getting called the first time, but not on
subsequent files. Instead, the previous temporary file name is
reused!
If I kill the first buffer, then I can open another file ... though of
course, never two files at the same time!
The path shown at the top of a representative dired buffer is:
/[scp/address@hidden/root/Applications/addressbook:
Emacs : GNU Emacs 20.7.1 (i386-suse-linux, X toolkit)
of Tue Sep 25 2001 on hewitt
Package: tramp ($Id: tramp.el,v 2.95 2002/04/10 17:16:25 kaig Exp $)
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 "/tmp"
tramp-default-method "j"
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.*\\):address@hidden
*$"
tramp-wrong-passwd-regexp "^.*\\(Permission denied.\\|Login
[Ii]ncorrect\\|Received signal [0-9]+\\|Connection
\\(refused\\|closed\\)\\|Sorry, try again.\\|Name or service not
known\\).*$"
tramp-temp-name-prefix "tramp."
tramp-file-name-structure
'("\\`/\\[\\(\\([a-zA-Z0-9]+\\)/\\)?\\(\\([-a-zA-Z0-9_#/:]+\\)@\\)?\\([-a-zA-Z0-9_#/:@.]+\\)\\]\\(.*\\)\\'"
2 4 5 6)
tramp-file-name-regexp "\\`/\\[.*\\]"
tramp-multi-file-name-structure
'("\\`/\\[\\(\\([a-z0-9]+\\)\\)?\\(\\(%s\\)+\\)\\]\\(.*\\)\\'" 2 3 -1)
tramp-multi-file-name-hop-structure
'("/\\([a-z0-9_]+\\):\\([a-z0-9_]+\\)@\\([a-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"
tramp-end-of-output "/////"
shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
backup-by-copying nil
backup-by-copying-when-linked nil
backup-by-copying-when-mismatch nil
nil nil
file-name-handler-alist '(("\\`/\\[.*\\]" . tramp-file-name-handler)
("^/[^/:]*\\'" . ange-ftp-completion-hook-function)
("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)
("\\`/:" . file-name-non-special))
)
--
Gregory J. Grubbs
- tramp ($Id: tramp.el,v 2.95 2002/04/10 17:16:25 kaig Exp $); Temporary file names broken on Sharp Zaurus,
Gregory Grubbs <=