Emacs中获取进程(系统)环境变量并进行修改,比如http_proxy:

1
2
(getenv "http_proxy")
(setenv "http_proxy" "http://proxy-server:port")