emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/exec-path-from-shell dccbb54b18 041/114: Add note about fi


From: ELPA Syncer
Subject: [nongnu] elpa/exec-path-from-shell dccbb54b18 041/114: Add note about fish and tcsh to README
Date: Tue, 5 Sep 2023 03:59:59 -0400 (EDT)

branch: elpa/exec-path-from-shell
commit dccbb54b18950d64885daea9e98e49f15af1f0c9
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Add note about fish and tcsh to README
---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index cce69ca0b6..43f5ef7778 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,18 @@ when calling external utilities like `make` from Emacs.
 This library works around this problem by copying important environment
 variables from the user's shell.
 
+Compatibility
+-------------
+
+If you use a non-POSIX-standard shell such as `tcsh` or `fish`, your
+shell will be asked to execute `sh` as a subshell in order to print
+out the variables in a format which can be reliably parsed. `sh` must
+be a POSIX-compliant shell in this case.
+
+Note that shell variables which have not been exported as environment
+variables (e.g. using the "export" keyword) may not be visible to
+`exec-path-from-shell'.
+
 Installation
 ------------
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]