emacs-devel
[Top][All Lists]
Advanced

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

Re: Managing environments (Python venv, guix environment, etc.)


From: Stefan Monnier
Subject: Re: Managing environments (Python venv, guix environment, etc.)
Date: Mon, 25 Jul 2016 22:36:17 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> Like Eli said, this seems unwise. But it hints at a logical problem: if
> start-process and friends are simply documented to use exec-path and
> process-environment, but use their modified values in some circumstances,
> someone trying to debug this could have a big problem.

process-file and start-file-process are documented to obey
file-name-handlers-alist, so their callers should expect
directory-dependent behavior, including potentially not blindly obeying
exec-path.


        Stefan




reply via email to

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