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

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

Re: Environment variable control in emacs lisp code...


From: Richard M. Stallman
Subject: Re: Environment variable control in emacs lisp code...
Date: Sun, 19 Feb 2006 17:47:03 -0500

The usual way to do this is

  (let ((process-environment (copy-alist process-environment)))
    (setenv ...)
    (setenv ...)
    (do-a-bunch-of-stuff ...))




reply via email to

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