Date: Thu, 25 May 95 20:38 GMT
From: rdr@legislate.com (Raul Miller)
env is not in exec-directory, so code such as:
(let ((proc (apply 'start-process name buffer (concat exec-directory "env")
doesn't work.
I forwarded this bug report to Richard Stallman. This was his reply:
> I eliminated env from Emacs long ago. It isn't needed any more.
> People should update to use the process-environment variable.