diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2016-08-09 11:50:13 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2016-08-09 11:50:13 +0200 |
commit | 5126b7d6c201f95fde0d817a64620d152c1c15e1 (patch) | |
tree | ccb14a980247a7df96f026ab65b5d320f5eae8a6 /etc | |
parent | e09dc1112b1f209d8141fc847edf23bd9cfa5ae1 (diff) |
Support $ENV in Tramp
* doc/misc/tramp.texi (Remote processes): Explain setting $ENV.
* etc/NEWS: Explain the "ENV" environment variable in
`tramp-remote-process-environment'.
* lisp/net/tramp-sh.el (tramp-remote-process-environment): Add "ENV=''".
(tramp-open-shell): Read $ENV value from
`tramp-remote-process-environment'.
(tramp-open-connection-setup-interactive-shell): Set values in
proper order.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -358,6 +358,10 @@ different group ID. *** New connection method "gdrive", which allows to access Google Drive onsite repositories. ++++ +Setting the "ENV" environment variable in `tramp-remote-process-environment' +enables reading of shell initialization files. + --- ** 'auto-revert-use-notify' is set back to t in 'global-auto-revert-mode'. |