From: "Luiz Romário Santana Rios" <luizromario@tecgraf.puc-rio.br>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: tramp-sshfs doesn't seem to respect tramp-remote-path
Date: Thu, 8 Aug 2024 10:13:00 -0300 [thread overview]
Message-ID: <0359c325-007d-4cae-82b7-c262214c33a2@tecgraf.puc-rio.br> (raw)
In-Reply-To: <87a5hxldfc.fsf@gmx.de>
Em 31/07/2024 13:43, Michael Albinus escreveu:
> Not possible yet. You could write a wishlist request, via 'M-x report-emacs-bug'.
>
> Best regards, Michael.
Thanks for the answer. I looked into this a little bit further and,
looking into the code for `tramp-sshfs-handle-exec-path`:
(defun tramp-sshfs-handle-exec-path ()
"Like `exec-path' for Tramp files."
(append
(with-parsed-tramp-file-name default-directory nil
(with-tramp-connection-property (tramp-get-process v) "remote-path"
(with-temp-buffer
(let (process-file-side-effects)
(process-file "getconf" nil t nil "PATH"))
;; ...
it seems to query the "remote-path" property. Only if the query fails,
does it get the default "PATH" variable from getconf (which is exactly
the "/bin:/usr/bin" I've been getting). Why does the query to
"remote-path" fail?
next prev parent reply other threads:[~2024-08-08 13:13 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-30 13:22 tramp-sshfs doesn't seem to respect tramp-remote-path Luiz Romário Santana Rios
2024-07-30 16:47 ` Michael Albinus
2024-07-30 21:28 ` Luiz Romário Santana Rios
2024-07-31 11:47 ` Michael Albinus
2024-07-31 15:18 ` Luiz Romário Santana Rios
2024-07-31 16:43 ` Michael Albinus
2024-08-08 13:13 ` Luiz Romário Santana Rios [this message]
2024-08-08 13:30 ` Michael Albinus
2024-08-08 13:37 ` Luiz Romário Santana Rios
2024-08-08 14:23 ` Michael Albinus
2024-08-08 15:18 ` Luiz Romário Santana Rios
2024-08-08 15:24 ` Michael Albinus
2024-08-08 17:33 ` 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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0359c325-007d-4cae-82b7-c262214c33a2@tecgraf.puc-rio.br \
--to=luizromario@tecgraf.puc-rio.br \
--cc=help-gnu-emacs@gnu.org \
--cc=michael.albinus@gmx.de \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).