summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2016-08-09 11:50:13 +0200
committerMichael Albinus <michael.albinus@gmx.de>2016-08-09 11:50:13 +0200
commit5126b7d6c201f95fde0d817a64620d152c1c15e1 (patch)
treeccb14a980247a7df96f026ab65b5d320f5eae8a6 /etc
parente09dc1112b1f209d8141fc847edf23bd9cfa5ae1 (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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0a202ccade..d62dcacbe9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.