GNU bug report logs -
#31489
25.3; Dired unable to open directory "/ssh:example.com"
Previous Next
Reported by: Christoph Michelbach <michelbach94 <at> gmail.com>
Date: Fri, 18 May 2018 11:43:02 UTC
Severity: normal
Found in version 25.3
Fixed in version 27.1
Done: Michael Albinus <michael.albinus <at> gmx.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#31489: 25.3; Dired unable to open directory "/ssh:example.com"
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 31489 <at> debbugs.gnu.org.
--
31489: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31489
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Version: 27.1
Michael Albinus <michael.albinus <at> gmx.de> writes:
Hi Christoph,
> Finally, I've pushed a patch to Emacs' master branch which should solve
> your problem. Add the following line to your .emacs:
>
> (setq tramp-ignored-file-name-regexp "\\`/ssh:example\\.com:")
>
> That's it. Tramp's documentation tells something about.
Additionally, I have enhanced `file-name-non-special' to work proper for
files in a directory like "/:/ssh:example.com:/". This is independent
from the Tramp configuration shown above.
If you have a chance to build Emacs from git, you could test it.
I'm closing the bug.
Best regards, Michael.
[Message part 3 (message/rfc822, inline)]
If you can't reproduce the problem with the version of Emacs you're running
right away, please read till the end of this email.
When a file's path conflicts with how an external resource is addressed, you can
tell Emacs to open the local path by preceding it with "/:". If you created a
file with
sudo touch "/ssh:example.com/file"
, you could access it via:
C-x C-f /:/ssh:example.com/file RET
However, if you leave "file" out, you don't get to see a dired buffer after
hitting return. Instead, the current windows are retained and the mini buffer
reads:
Host name must not match method "ssh"
The *Messages* buffer says:
tramp-file-name-handler: Host name must not match method "ssh"
You also cannot first navigate to "/" and then enter the directory by moving
point to it and hitting return. The same problem accompanied by the same error
message occurs.
If you use the development version of Emacs, the problem only occurs if the
directory's name ends in a colon. So if you're using the development version,
run
sudo mkdir "/ssh:exaple.com:"
instead to create a folder you can't access via dired. Again, the problem occurs
both when entering its path preceded by "/:" and when hitting return on the
dired buffer of "/".
I used the latest version on the master branch of the mirror on GitHub
(60ff8101449eea3a5ca4961299501efd83d011bd) to confirm that the problem still
exists.
This bug report was last modified 6 years and 351 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.