bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#42704: Documentation of call-process


From: Gregory Heytings
Subject: bug#42704: Documentation of call-process
Date: Tue, 4 Aug 2020 11:29:26 +0200 (CEST)
User-agent: Alpine 2.21 (NEB 202 2017-01-01)


The documentation of 'call-process' doe not make reference to the variable 'exec-path'. It should.

Using '(setenv "PATH" "...")' does not have the expected effect for 'call-process'. The environment variable "PATH" is correctly updated, the variable 'process-environment' is also updated, but what 'call-process' actually uses to locate the executable is the variable 'exec-path'. This should be clearly stated in the documentation.





reply via email to

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