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

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

Re: setting openssl path


From: Peter Dyballa
Subject: Re: setting openssl path
Date: Mon, 2 Aug 2010 10:06:36 +0200


Am 02.08.2010 um 09:24 schrieb rahed:

Normally it takes its path from PATH.

You can give GNU Emacs' process environment a particular by invoking it as:

        env PATH=... emacs ... &

RC files for shells can override this. Another method can be used in your init file:

(setenv "PATH" (concat "/some/directory" path-separator (getenv "PATH")))

It writes into, and reads from, the process' environment.

--
Greetings

  Pete

Well begun is half done.
                        – Optimist.
Half done is well begun.
                        – Realist.
Half begun is well done.
                        – Australian.




reply via email to

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