GNU bug report logs -
#20821
24.5; ido-mode autocompletion failure aborts find-file when attempting to use tramp
Previous Next
Reported by: db48x <at> db48x.net
Date: Tue, 16 Jun 2015 02:23:02 UTC
Severity: normal
Found in version 24.5
Done: Michael Albinus <michael.albinus <at> gmx.de>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 20821 <at> debbugs.gnu.org (full text, mbox):
> From: Michael Albinus <michael.albinus <at> gmx.de>
> Cc: db48x <at> db48x.net, 20821 <at> debbugs.gnu.org
> Date: Sat, 12 Dec 2015 13:03:00 +0100
>
> >> ido-file-name-all-completions-1: Opening directory: no such file or
> >> directory, c:/plinkx:db48x@
> >
> > What is 'plinkx'? The program's name is plink, AFAIK.
>
> "plinkx" is a special Tramp method, which uses PuTTY session names
> instead of host names. See (info "(tramp) Inline methods")
Ah, okay.
So I've just did this in the current emacs-25 branch:
emacs -Q
M-x ido-mode RET
C-x C-f /plinkx:eliz@
and sure enough, I get the same error as the OP (except in my case the
drive letter is 'd:').
Looks like ido.el assumes something about file-name-all-completions
that isn't happening on MS-Windows. What do you get when you invoke
(file-name-all-completions "" "/plinkx:eliz@")
? Or does ido.el never invoke this in ido-file-name-all-completions-1
on Unix?
Let me know what other information I can provide.
This bug report was last modified 9 years and 157 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.