[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Difficulty forcing tramp over ange-ftp
From: |
Jeremiah C. Foster |
Subject: |
Difficulty forcing tramp over ange-ftp |
Date: |
Thu, 27 Mar 2003 12:00:56 -0500 |
Greetings;
I had tramp working well but then I trashed my .emacs file impatiently while
installing Debian and am stuck in an insecure place.
I have compiled tramp into emacs when I installed Debian, I have this in my
.emacs file: (add-to-list 'load-path "/usr/share/emacs21/site-lisp/tramp/")
(require 'tramp)
However when I type: /address@hidden:/ I get Ange-ftp loading and transmitting
the
password.
What must I do to make emacs use tramp?
Thank you,
Jeremiah
Emacs : GNU Emacs 21.2.1 (i386-debian-linux-gnu, X toolkit, Xaw3d scroll
bars)
of 2002-03-22 on raven, modified by Debian
Package: tramp ($Id: tramp.el,v 2.88 2002/02/18 15:17:19 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 nil
tramp-default-method "scp"
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 "^.*\\(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
backup-by-copying-when-privileged-mismatch 200
file-name-handler-alist '(("\\`/\\[.*\\]" . tramp-file-name-handler)
("^/[^/:]*\\'" . ange-ftp-completion-hook-function)
("^/[^/:]*[^/:.]:" . ange-ftp-hook-function)
("\\`/:" . file-name-non-special))
)
- Difficulty forcing tramp over ange-ftp,
Jeremiah C. Foster <=