all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#31489: 25.3; Dired unable to open directory "/ssh:example.com"
@ 2018-05-18 11:41 Christoph Michelbach
  2018-05-18 15:25 ` Michael Albinus
  0 siblings, 1 reply; 11+ messages in thread
From: Christoph Michelbach @ 2018-05-18 11:41 UTC (permalink / raw
  To: 31489

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.





^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-06-04 16:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-18 11:41 bug#31489: 25.3; Dired unable to open directory "/ssh:example.com" Christoph Michelbach
2018-05-18 15:25 ` Michael Albinus
2018-05-18 22:16   ` Christoph Michelbach
2018-05-19 18:10     ` Michael Albinus
2018-05-20 18:12       ` Christoph Michelbach
2018-05-20 18:30         ` Michael Albinus
2018-05-20 19:19           ` Christoph Michelbach
2018-05-21 17:53             ` Michael Albinus
2018-06-04 16:37               ` Michael Albinus
2018-05-21 12:59           ` Christoph Michelbach
2018-05-21 14:46             ` Michael Albinus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.