From: Michael Albinus <michael.albinus@gmx.de>
To: Noam Postavsky <npostavs@users.sourceforge.net>
Cc: 30419@debbugs.gnu.org
Subject: bug#30419: tramp-sh-process-file: effect of tramp-remote-process-environment vs non-top level value of process-environment
Date: Sun, 11 Feb 2018 10:37:23 +0100 [thread overview]
Message-ID: <877erjj298.fsf@gmx.de> (raw)
In-Reply-To: <87d11cb7ig.fsf@users.sourceforge.net> (Noam Postavsky's message of "Sat, 10 Feb 2018 21:11:03 -0500")
Noam Postavsky <npostavs@users.sourceforge.net> writes:
Hi Noam,
> `(tramp) Remote processes' says:
>
> TRAMP does not use the defaults specified in `process-environment'
> for running `process-file' or `start-file-process' on remote hosts.
> When values from `process-environment' are needed for remote processes,
> then set them as follows:
>
> (let ((process-environment (cons "HGPLAIN=1" process-environment)))
> (process-file ...))
>
> This works only for environment variables not already set in the
> `process-environment'.
>
> I'm confused as to why the environment variables aren't controlled by
> tramp-remote-process-environment. Or is that in addition to the effect
> of tramp-remote-process-environment? Does one take precedence over the
> other?
`tramp-remote-process-environment' is still in play. The let-bound
environment variables from `process-environment' are taken additionally,
and afterwards. So they would have precedence.
See bug#18940. The major reasoning is, that other packages do not want
to preload Tramp in order to set `tramp-remote-process-environment',
even if Tramp isn't used ever.
Best regards, Michael.
next prev parent reply other threads:[~2018-02-11 9:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-11 2:11 bug#30419: tramp-sh-process-file: effect of tramp-remote-process-environment vs non-top level value of process-environment Noam Postavsky
2018-02-11 9:37 ` Michael Albinus [this message]
2018-02-11 14:28 ` Noam Postavsky
2018-02-12 8:52 ` Michael Albinus
2018-02-13 0:28 ` Noam Postavsky
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=877erjj298.fsf@gmx.de \
--to=michael.albinus@gmx.de \
--cc=30419@debbugs.gnu.org \
--cc=npostavs@users.sourceforge.net \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).