[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
tramp (); wrong-type-argument number-char-or-marker-p
From: |
Billy Thompson |
Subject: |
tramp (); wrong-type-argument number-char-or-marker-p |
Date: |
Thu, 17 Oct 2002 15:15:02 -0700 (PDT) |
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.
Another useful thing to do is to put (setq tramp-debug-buffer t) 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'm running FreeBSD 4.6.2-RELEASE-p2.
The problem only crops up when I try to write, reading works
fine. When I try to write any file I get the error messager
'wrong-type-argument number-char-or-marker-p "Encoding base64... done"'
in the mini buffer. After a few seconds I then get
'itimer "itimer-0" signaled: (no-catch (nil) timeout)'
error message in the minibuffer.
This problem does not crop up on all computers. There are some that
write fine, and others that don't. These are all comps which
previously I had no problems writing to. There is at least 2
computers with the same version of FreeBSD which have different
reactions. One succeeds while the other experiences this problem.
Any ideas? If anyone can give me a starting point I'll work on the
bug. I've tried a few debug things on xemacs, but none seemed to give
me information I could do anything with.
A little history:
Recently the desktop I was using at work had it's hardrive go up in
smoke. I swapped to a new computer and managed to salvage my home
directory from the bad harddrive. I had not had any problems with
xemacs21/tramp with my old comp, but I am with the new one.
------- Tramp Debug Buffer ---------------------------------------
$ echo are you awake
are you awake
$ ( test -d /home/billy/x 2>/dev/null; echo tramp_exit_status $? )
tramp_exit_status 1
$ test -e /home 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /home
("/usr/home" 1 0 0 (15168 32330) (15168 32330) (15168 32330) 9 41471 t (0 . 75)
(2 29696))
$ test -e /usr 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /usr
(t 23 0 0 (15791 7557) (15726 12577) (15726 12577) 512 16877 t (0 . 2) (2
29716))
$ test -e /usr/home 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /usr/home
(t 32 0 0 (15790 38097) (15777 45850) (15777 45850) 512 16877 t (12 . 12305) (2
29716))
$ test -e /usr/home/billy 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 0
$ tramp_file_attributes /usr/home/billy
(t 3 1019 1019 (15791 9553) (15791 6252) (15791 6252) 512 16877 t (19 . 4113)
(2 29716))
$ test -e /usr/home/billy/x 2>/dev/null; echo tramp_exit_status $?
tramp_exit_status 1
------- Backtrace --------------------------------------------------------------
Signaling: (wrong-type-argument number-char-or-marker-p "Encoding base64...
done")
<(0 "Encoding base64... done")
(while (< i len) (setq c (char-after ...)) (delete-char 1) (if (equal c ?\=)
(insert "`") (insert ...)) (incf i) (when (zerop ...) (save-excursion ... ...)
(insert "\n")))
)
(save-excursion (goto-char beg) (setq i 0) (while (< i len) (setq c ...)
(delete-char 1) (if ... ... ...) (incf i) (when ... ... ...)) (unless (zerop
...) (save-excursion ... ...) (insert "\n")) (insert "`\nend\n") (goto-char
beg) (insert "begin 600 xxx\n"))
)
(let ((len ...) (padding 0) i c) (save-excursion (goto-char beg) (setq i 0)
(while ... ... ... ... ... ...) (unless ... ... ...) (insert "`\nend\n")
(goto-char beg) (insert "begin 600 xxx\n")))
)
tramp-uuencode-region(1 4)
funcall(tramp-uuencode-region 1 4)
(let ((default-directory ...)) (funcall loc-enc (point-min) (point-max)))
)
(progn (tramp-message-for-buffer multi-method method user host 6 "Encoding
region using function...") (insert-file-contents-literally tmpfil) (let (...)
(funcall loc-enc ... ...)) (goto-char (point-max)) (unless (bolp) (newline)))
)
(if (and (symbolp loc-enc) (fboundp loc-enc)) (progn
(tramp-message-for-buffer multi-method method user host 6 "Encoding region
using function...") (insert-file-contents-literally tmpfil) (let ... ...)
(goto-char ...) (unless ... ...)) (tramp-message-for-buffer multi-method method
user host 6 "Encoding region using command `%s'..." loc-enc) (unless (equal 0
...) (pop-to-buffer trampbuf) (error ... filename loc-enc)))
)
(save-excursion (tramp-message-for-buffer multi-method method user host 5
"Encoding region...") (set-buffer tmpbuf) (erase-buffer) (if (and ... ...)
(progn ... ... ... ... ...) (tramp-message-for-buffer multi-method method user
host 6 "Encoding region using command `%s'..." loc-enc) (unless ... ... ...))
(tramp-message-for-buffer multi-method method user host 5 "Decoding region into
remote file %s..." filename) (tramp-send-command multi-method method user host
(format "%s >%s <<'EOF'" rem-dec ...)) (set-buffer tmpbuf)
(tramp-message-for-buffer multi-method method user host 6 "Sending data to
remote host...") (tramp-send-region multi-method method user host (point-min)
(point-max)) (tramp-message-for-buffer multi-method method user host 6 "Sending
end of data token...") (tramp-send-command multi-method method user host "EOF"
nil t) (tramp-message-for-buffer multi-method method user host 6 "Waiting for
remote host to process data...") (set-buffer (tramp-get-buffer multi-meth!
od method user host)) (tramp-wait-for-output) (tramp-barf-unless-okay
multi-method method user host nil nil (quote file-error) (concat "Couldn't
write region to `%s'," " decode using `%s' failed") filename rem-dec)
(tramp-message 5 "Decoding region into remote file %s...done" filename)
(kill-buffer tmpbuf))
)
(let ((tmpbuf ...)) (save-excursion (tramp-message-for-buffer multi-method
method user host 5 "Encoding region...") (set-buffer tmpbuf) (erase-buffer) (if
... ... ... ...) (tramp-message-for-buffer multi-method method user host 5
"Decoding region into remote file %s..." filename) (tramp-send-command
multi-method method user host ...) (set-buffer tmpbuf)
(tramp-message-for-buffer multi-method method user host 6 "Sending data to
remote host...") (tramp-send-region multi-method method user host ... ...)
(tramp-message-for-buffer multi-method method user host 6 "Sending end of data
token...") (tramp-send-command multi-method method user host "EOF" nil t)
(tramp-message-for-buffer multi-method method user host 6 "Waiting for remote
host to process data...") (set-buffer ...) (tramp-wait-for-output)
(tramp-barf-unless-okay multi-method method user host nil nil ... ... filename
rem-dec) (tramp-message 5 "Decoding region into remote file %s...done"
filename) (kill-buffer tmpbuf)))
)
(cond (rcp-program (let ... ... ... ... ... ...)) ((and rem-enc rem-dec) (let
... ...)) (t (error ... method)))
)
(let ((curbuf ...) (rcp-program ...) (rcp-args ...) (rem-enc ...) (rem-dec
...) (loc-enc ...) (loc-dec ...) (trampbuf ...) coding-system-used tmpfil)
(setq tmpfil (tramp-make-temp-file)) (tramp-run-real-handler (quote
write-region) (if confirm ... ...)) (when (boundp ...) (setq coding-system-used
last-coding-system-used)) (cond (rcp-program ...) (... ...) (t ...))
(delete-file tmpfil) (unless (equal curbuf ...) (error "Buffer has changed from
`%s' to `%s'" curbuf ...)) (when (eq visit t) (set-visited-file-modtime)) (when
(boundp ...) (setq last-coding-system-used coding-system-used)) (when (or ...
... ...) (message "Wrote %s" filename)))
)
(let* ((v ...) (multi-method ...) (method ...) (user ...) (host ...) (path
...)) (when (tramp-ange-ftp-file-name-p multi-method method user host)
(tramp-invoke-ange-ftp ... start end filename append visit)) (let (... ... ...
... ... ... ... ... coding-system-used tmpfil) (setq tmpfil ...)
(tramp-run-real-handler ... ...) (when ... ...) (cond ... ... ...) (delete-file
tmpfil) (unless ... ...) (when ... ...) (when ... ...) (when ... ...)))
)
(with-parsed-tramp-file-name filename nil (when (tramp-ange-ftp-file-name-p
multi-method method user host) (tramp-invoke-ange-ftp ... start end filename
append visit)) (let (... ... ... ... ... ... ... ... coding-system-used tmpfil)
(setq tmpfil ...) (tramp-run-real-handler ... ...) (when ... ...) (cond ... ...
...) (delete-file tmpfil) (unless ... ...) (when ... ...) (when ... ...) (when
... ...)))
)
tramp-handle-write-region(1 4 "/address@hidden/home/billy/x" nil t
"/address@hidden/usr/home/billy/x" nil)
apply(tramp-handle-write-region (1 4 "/address@hidden/home/billy/x" nil t
"/address@hidden/usr/home/billy/x" nil))
(progn (apply (cdr fn) args))
)
(unwind-protect (progn (apply ... args)) (store-match-data match-data))
)
(let ((match-data ...)) (unwind-protect (progn ...) (store-match-data
match-data)))
)
(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(write-region 1 4 "/address@hidden/home/billy/x" nil t
"/address@hidden/usr/home/billy/x" nil)
write-region-internal(1 4 "/address@hidden/home/billy/x" nil t
"/address@hidden/usr/home/billy/x" nil)
write-region(1 4 "/address@hidden/home/billy/x" nil t
"/address@hidden/usr/home/billy/x")
basic-write-file-data("/address@hidden/home/billy/x"
"/address@hidden/usr/home/billy/x")
basic-save-buffer-1()
basic-save-buffer()
save-buffer(1)
call-interactively(save-buffer)
-------------------------------------------------
Emacs : XEmacs 21.1 (patch 14) "Cuyahoga Valley" [Lucid] (i386--freebsd) of
Thu Oct 17 2002 on mouse.isilon.com
Package: tramp ()
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-password-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 \\(?:closed\\|refused\\)\\|Host
key verification failed\\.\\|Login \\(?:Incorrect\\|incorrect\\)\\|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)\\?\\)\\s-*"
tramp-yn-prompt-regexp "\\(?:Store key in cache\\? (y/n)\\)\\s-*"
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-methods '(("rcp" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "rsh")
(tramp-rcp-program "rcp") (tramp-remote-sh "/bin/sh")
(tramp-rsh-args nil)
(tramp-rcp-args nil) (tramp-rcp-keep-date-arg "-p")
(tramp-su-program nil)
(tramp-su-args nil) (tramp-telnet-program nil)
(tramp-telnet-args nil))
("scp" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "ssh")
(tramp-rcp-program "scp") (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-e" "none"))
(tramp-rcp-args nil) (tramp-rcp-keep-date-arg "-p")
(tramp-su-program nil)
(tramp-su-args nil) (tramp-telnet-program nil)
(tramp-telnet-args nil))
("scp1" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "ssh")
(tramp-rcp-program "scp") (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-1" "-e" "none"))
(tramp-rcp-args ("-1")) (tramp-rcp-keep-date-arg "-p")
(tramp-su-program nil)
(tramp-su-args nil) (tramp-telnet-program nil)
(tramp-telnet-args nil))
("scp2" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "ssh")
(tramp-rcp-program "scp") (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-2" "-e" "none"))
(tramp-rcp-args ("-2")) (tramp-rcp-keep-date-arg "-p")
(tramp-su-program nil)
(tramp-su-args nil) (tramp-telnet-program nil)
(tramp-telnet-args nil))
("scp1_old" (tramp-connection-function
tramp-open-connection-rsh) (tramp-rsh-program "ssh1")
(tramp-rcp-program "scp1") (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-e" "none"))
(tramp-rcp-args nil) (tramp-rcp-keep-date-arg "-p")
(tramp-su-program nil)
(tramp-su-args nil) (tramp-telnet-program nil)
(tramp-telnet-args nil))
("scp2_old" (tramp-connection-function
tramp-open-connection-rsh) (tramp-rsh-program "ssh2")
(tramp-rcp-program "scp2") (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-e" "none"))
(tramp-rcp-args nil) (tramp-rcp-keep-date-arg "-p")
(tramp-su-program nil)
(tramp-su-args nil) (tramp-telnet-program nil)
(tramp-telnet-args nil))
("rsync" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "ssh")
(tramp-rcp-program "rsync") (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-e" "none"))
(tramp-rcp-args ("-e" "ssh")) (tramp-rcp-keep-date-arg "-t")
(tramp-su-program nil)
(tramp-su-args nil) (tramp-telnet-program nil)
(tramp-telnet-args nil))
("rsh" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "rsh")
(tramp-rcp-program nil) (tramp-remote-sh "/bin/sh")
(tramp-rsh-args nil) (tramp-rcp-args nil)
(tramp-rcp-keep-date-arg nil) (tramp-su-program nil)
(tramp-su-args nil)
(tramp-telnet-program nil) (tramp-telnet-args nil))
("ssh" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "ssh")
(tramp-rcp-program nil) (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-e" "none"))
(tramp-rcp-args nil) (tramp-rcp-keep-date-arg nil)
(tramp-su-program nil) (tramp-su-args nil)
(tramp-telnet-program nil) (tramp-telnet-args nil))
("ssh1" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "ssh")
(tramp-rcp-program nil) (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-1" "-e" "none"))
(tramp-rcp-args ("-1")) (tramp-rcp-keep-date-arg nil)
(tramp-su-program nil)
(tramp-su-args nil) (tramp-telnet-program nil)
(tramp-telnet-args nil))
("ssh2" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "ssh")
(tramp-rcp-program nil) (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-2" "-e" "none"))
(tramp-rcp-args ("-2")) (tramp-rcp-keep-date-arg nil)
(tramp-su-program nil)
(tramp-su-args nil) (tramp-telnet-program nil)
(tramp-telnet-args nil))
("ssh1_old" (tramp-connection-function
tramp-open-connection-rsh) (tramp-rsh-program "ssh1")
(tramp-rcp-program nil) (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-e" "none"))
(tramp-rcp-args nil) (tramp-rcp-keep-date-arg nil)
(tramp-su-program nil) (tramp-su-args nil)
(tramp-telnet-program nil) (tramp-telnet-args nil))
("ssh2_old" (tramp-connection-function
tramp-open-connection-rsh) (tramp-rsh-program "ssh2")
(tramp-rcp-program nil) (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-e" "none"))
(tramp-rcp-args nil) (tramp-rcp-keep-date-arg nil)
(tramp-su-program nil) (tramp-su-args nil)
(tramp-telnet-program nil) (tramp-telnet-args nil))
("telnet" (tramp-connection-function
tramp-open-connection-telnet) (tramp-rsh-program nil)
(tramp-rcp-program nil) (tramp-remote-sh "/bin/sh")
(tramp-rsh-args nil) (tramp-rcp-args nil)
(tramp-rcp-keep-date-arg nil) (tramp-su-program nil)
(tramp-su-args nil)
(tramp-telnet-program "telnet") (tramp-telnet-args nil))
("su" (tramp-connection-function tramp-open-connection-su)
(tramp-rsh-program nil)
(tramp-rcp-program nil) (tramp-remote-sh "/bin/sh")
(tramp-rsh-args nil) (tramp-rcp-args nil)
(tramp-rcp-keep-date-arg nil) (tramp-su-program "su")
(tramp-su-args ("-" "%u"))
(tramp-telnet-program nil) (tramp-telnet-args nil))
("sudo" (tramp-connection-function tramp-open-connection-su)
(tramp-rsh-program nil)
(tramp-rcp-program nil) (tramp-remote-sh "/bin/sh")
(tramp-rsh-args nil) (tramp-rcp-args nil)
(tramp-rcp-keep-date-arg nil) (tramp-su-program "sudo")
(tramp-su-args ("-u" "%u" "-s"))
(tramp-telnet-program nil) (tramp-telnet-args nil))
("multi" (tramp-connection-function
tramp-open-connection-multi) (tramp-rsh-program nil)
(tramp-rcp-program nil) (tramp-remote-sh "/bin/sh")
(tramp-rsh-args nil) (tramp-rcp-args nil)
(tramp-rcp-keep-date-arg nil) (tramp-su-program nil)
(tramp-su-args nil)
(tramp-telnet-program nil) (tramp-telnet-args nil))
("scpx" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "ssh")
(tramp-rcp-program "scp") (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-e" "none" "-t" "-t" "/bin/sh"))
(tramp-rcp-args nil)
(tramp-rcp-keep-date-arg "-p") (tramp-telnet-program nil)
(tramp-telnet-args nil))
("sshx" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "ssh")
(tramp-rcp-program nil) (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-e" "none" "-t" "-t" "/bin/sh"))
(tramp-rcp-args nil)
(tramp-rcp-keep-date-arg nil) (tramp-su-program nil)
(tramp-su-args nil)
(tramp-telnet-program nil) (tramp-telnet-args nil))
("krlogin" (tramp-connection-function
tramp-open-connection-rsh) (tramp-rsh-program "krlogin")
(tramp-rcp-program nil) (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-x"))
(tramp-rcp-args nil) (tramp-rcp-keep-date-arg nil)
(tramp-su-program nil) (tramp-su-args nil)
(tramp-telnet-program nil) (tramp-telnet-args nil))
("plink" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "plink")
(tramp-rcp-program nil) (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-ssh"))
(tramp-rcp-args nil) (tramp-rcp-keep-date-arg nil)
(tramp-su-program nil) (tramp-su-args nil)
(tramp-telnet-program nil) (tramp-telnet-args nil))
("pscp" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "plink")
(tramp-rcp-program "pscp") (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-ssh"))
(tramp-rcp-args nil) (tramp-rcp-keep-date-arg "-p")
(tramp-su-program nil)
(tramp-su-args nil) (tramp-telnet-program nil)
(tramp-telnet-args nil))
("fcp" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "fsh")
(tramp-rcp-program "fcp") (tramp-remote-sh "/bin/sh -i")
(tramp-rsh-args ("sh" "-i"))
(tramp-rcp-args nil) (tramp-rcp-keep-date-arg "-p")
(tramp-su-program nil)
(tramp-su-args nil) (tramp-telnet-program nil)
(tramp-telnet-args nil))
)
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 -" tramp-uuencode-region
uudecode-decode-region)
("uuencode xxx" "uudecode -p" tramp-uuencode-region
uudecode-decode-region)
("uuencode xxx" "tramp_uudecode" tramp-uuencode-region
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-shell-prompt-pattern tramp-action-succeed)
(tramp-wrong-passwd-regexp
tramp-action-permission-denied)
(tramp-yesno-prompt-regexp tramp-action-yesno)
(tramp-yn-prompt-regexp tramp-action-yn))
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-shell-prompt-pattern tramp-multi-action-succeed)
(tramp-wrong-passwd-regexp
tramp-multi-action-permission-denied))
tramp-terminal-type "dumb"
tramp-shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
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-completion-file-name-handler)
("^/[^/:]+:" . efs-file-handler-function) ("^/$" .
efs-root-handler-function)
("\\`/\\[.*\\]" . tramp-file-name-handler)
("\\(^\\|[^$]\\)\\(\\$\\$\\)*\\$[{a-zA-Z0-9]" .
efs-sifn-handler-function))
)
- tramp (); wrong-type-argument number-char-or-marker-p,
Billy Thompson <=