|
From: | Stefan Monnier |
Subject: | Re: Stuck with a strange emacs / openmcl problem |
Date: | Thu, 04 Dec 2014 10:55:30 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> (let ((process-environment (append "foo=bar" process-environment))) > process-environment) > (102 111 111 61 98 97 114 > "TEXINPUTS=.;c:/Home/.emacs.d/elpa/auctex-11.88/latex;" ... > :-( I'm not sure if something can be done at the emacs level to check that > this sensitive variable is not destroyed. We definitely could degrade more gracefully: we should signal an error when faced with a process-environment that is not a list of strings. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |