all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#30419: tramp-sh-process-file: effect of tramp-remote-process-environment vs non-top level value of process-environment
@ 2018-02-11  2:11 Noam Postavsky
  2018-02-11  9:37 ` Michael Albinus
  0 siblings, 1 reply; 5+ messages in thread
From: Noam Postavsky @ 2018-02-11  2:11 UTC (permalink / raw)
  To: 30419; +Cc: michael albinus

X-Debbugs-CC: Michael Albinus <michael.albinus@gmx.de>
Severity: minor

`(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?






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

end of thread, other threads:[~2018-02-13  0:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2018-02-11 14:28   ` Noam Postavsky
2018-02-12  8:52     ` Michael Albinus
2018-02-13  0:28       ` Noam Postavsky

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.