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

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

Re: eshell and exec-path


From: Kevin Rodgers
Subject: Re: eshell and exec-path
Date: Tue, 09 Jan 2007 08:03:02 -0700
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

Brian Elmegaard wrote:
the documentation of eshell is unfortunately "work in progress". I am
looking forward to know more about what it can do.

One problem I would like to solve now is how to make the PATH variable
used by eshell include what I have in exec-path.
Can that be done?

Try

(setenv "PATH" (mapconcat (lambda (dir) (or dir ".")) exec-path ":"))


--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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