GNU bug report logs -
#1059
23.0.60; Error When Trying to Access Remote Files
Previous Next
Reported by: Florian Beck <abstraktion <at> t-online.de>
Date: Tue, 30 Sep 2008 15:45:03 UTC
Severity: normal
Tags: unreproducible
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Emacs CVS »just now«
I have problems accessing remote files in the way described in the
info manual. It worked in the past and I can connect via command line
ftp.
The error message is not really helpful, so I have no idea how to
investigate further.
emacs -Q
(setq debug-on-error t)
C-x C-f /ftp:www.fbeck.net <at> ftp.strato.de:
[TAB]
Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil)
signal(wrong-type-argument (char-or-string-p nil))
completion--some(#[(style) " A@\n\f$" [style completion-styles-alist
string table pred point] 5] (basic partial-completion))
completion-try-completion("/ftp:www.fbeck.net <at> ftp.strato.de:"
read-file-name-internal nil 33)
completion--do-completion()
minibuffer-complete()
call-interactively(minibuffer-complete nil nil)
completing-read("Find file: " read-file-name-internal nil nil
"~/Material/src/emacs/" file-name-history "~/Material/src/emacs/")
read-file-name("Find file: " nil "~/Material/src/emacs/" nil)
find-file-read-args("Find file: " nil)
byte-code("\"" [find-file-confirm-nonexistent-file
find-file-read-args "Find file: " confirm-only] 3)
call-interactively(find-file nil nil)
C-x C-f /ftp:www.fbeck.net <at> ftp.strato.de:/index.html [an existing file]
[TAB]
Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil)
signal(wrong-type-argument (char-or-string-p nil))
byte-code("@A\"" [err signal] 3)
ange-ftp-hook-function(file-directory-p
"/ftp:www.fbeck.net <at> ftp.strato.de:/index.html")
apply(ange-ftp-hook-function file-directory-p
"/ftp:www.fbeck.net <at> ftp.strato.de:/index.html")
tramp-ftp-file-name-handler(file-directory-p
"/ftp:www.fbeck.net <at> ftp.strato.de:/index.html")
apply(tramp-ftp-file-name-handler file-directory-p
"/ftp:www.fbeck.net <at> ftp.strato.de:/index.html")
tramp-file-name-handler(file-directory-p
"/ftp:www.fbeck.net <at> ftp.strato.de:/index.html")
file-directory-p("/ftp:www.fbeck.net <at> ftp.strato.de:/index.html")
find-file-noselect("/ftp:www.fbeck.net <at> ftp.strato.de:/index.html" nil
nil t)
find-file("/ftp:www.fbeck.net <at> ftp.strato.de:/index.html" t)
call-interactively(find-file nil nil)
This bug report was last modified 16 years and 175 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.