all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Philipp Stephani <p.stephani2@gmail.com>
Cc: 53283@debbugs.gnu.org
Subject: bug#53283: 28.0.91; TRAMP SSHFS method not known by default
Date: Sat, 15 Jan 2022 18:59:50 +0100	[thread overview]
Message-ID: <87wnj0yj55.fsf@gmx.de> (raw)
In-Reply-To: <wvr4k0f1892r.fsf@gmail.com> (Philipp Stephani's message of "Sat,  15 Jan 2022 13:41:48 +0100")

Philipp Stephani <p.stephani2@gmail.com> writes:

Hi Philipp,

> $ emacs -Q -batch -eval '(print (directory-files "/sshfs:localhost:/sys/"))'
> , Method ‘sshfs’ is not known.

> But it would be great if this could just work out of the box.

It works for me:

--8<---------------cut here---------------start------------->8---
$ emacs -Q -batch -eval '(print (directory-files "/sshfs:localhost:/sys/"))'

("." ".." "block" "bus" "class" "dev" "devices" "firmware" "fs" "hypervisor" "kernel" "module" "power")
--8<---------------cut here---------------end--------------->8---

What happens, if you try the following:

--8<---------------cut here---------------start------------->8---
$ emacs -Q -batch -l tramp -eval '(print (mapcar (quote car) tramp-methods))'

("adb" "ftp" "sftp" "nextcloud" "mtp" "gdrive" "davs" "dav" "afp" "rclone" "fcp" "psftp" "pscp" "plinkx" "plink" "krlogin" "ksu" "doas" "sudo" "sg" "su" "nc" "telnet" "sshx" "ssh" "remsh" "rsh" "rsync" "scpx" "scp" "remcp" "rcp" "smb" "sshfs" "sudoedit")
--8<---------------cut here---------------end--------------->8---

In my case, you see the supported Tramp methods, including "sshfs".

Best regards, Michael.





  reply	other threads:[~2022-01-15 17:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-15 12:41 bug#53283: 28.0.91; TRAMP SSHFS method not known by default Philipp Stephani
2022-01-15 17:59 ` Michael Albinus [this message]
2022-01-15 18:17   ` Philipp Stephani
2022-01-15 19:02     ` Michael Albinus
2022-01-16 12:09       ` Philipp
2022-01-15 18:24 ` Philipp Stephani
2022-01-16 12:34   ` Michael Albinus
2022-01-16 16:33     ` Philipp Stephani
2022-01-16 17:19       ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wnj0yj55.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=53283@debbugs.gnu.org \
    --cc=p.stephani2@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.