* ange-ftp under win32
@ 2004-03-10 3:03 Jason Lewis
0 siblings, 0 replies; only message in thread
From: Jason Lewis @ 2004-03-10 3:03 UTC (permalink / raw)
Hi,
I'm having a problem getting ange-ftp to work under win32.
I followed the instructions in emacs-wiki
I am using GNU Emacs 21.3.50.8 (i386-mingw-nt5.0.2195), windows 2000 and
an ftp client that the emacs wiki suggested.
When I do C-x C-f /ftp:jason@10.0.2.16:/
I get this error:
apply: Wrong number of arguments: (lambda (file) (setq file
(expand-file-name file)) (let ((parsed (ange-ftp-ftp-name file))) (if
parsed (let ((part (ange-ftp-get-file-part file)) (files
(ange-ftp-get-files (file-name-directory file)))) (if
(ange-ftp-hash-entry-exists-p part files) (let ((host (nth 0 parsed))
(user (nth 1 parsed)) (name (nth 2 parsed)) (dirp (gethash part files))
(inode (gethash file ange-ftp-inodes-hashtable))) (unless inode (setq
inode ange-ftp-next-inode-number ange-ftp-next-inode-number (1+ inode))
(puthash file inode ange-ftp-inodes-hashtable)) (list (if (and (stringp
dirp) (file-name-absolute-p dirp)) (ange-ftp-expand-symlink dirp
(file-name-directory file)) dirp) -1 -1 -1 (quote (0 0))
(ange-ftp-file-modtime file) (quote (0 0)) -1 (concat (if (stringp dirp)
"l" (if dirp "d" "-")) "?????????") ...))))
(ange-ftp-real-file-attributes file)))), 2
I have no idea how to track down why i'm getting this error. If anyone
could point me in the right direction, i would appreciate it.
Thanks,
Jason
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-03-10 3:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-10 3:03 ange-ftp under win32 Jason Lewis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).