Rex Dieter <[EMAIL PROTECTED]> writes: > Thanks, how do I reference this new variable it in lisp code?
It just outputs a string so this works: (setq x (concat (getenv "PROGRAMFILES") "\\emacs")) (message x) -- Brian (remove the sport for mail) http://www.et.dtu.dk/staff/be/be.html
