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

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

bug#18745:


From: Eli Zaretskii
Subject: bug#18745:
Date: Fri, 30 Oct 2015 16:55:03 +0200

> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Fri, 30 Oct 2015 15:25:37 +0100
> Cc: 18745@debbugs.gnu.org
> 
> C:\...\test> emacs -Q --batch --eval "(let ((process-environment 
> '(\"TEST=BBB\"
> \"COMSPEC=C:\\Windows\\system32\\cmd.exe\"))) (call-process
> \"c:/devel/emacs/repo/trunk/test.bat\"))"
> 
> C:\...\test> type test.log
> TEST=BBB
> COMSPEC=C:\bin64\JPSoft\TCMD\TCC.EXE
> 
> Is that expected?

No, but it could be some TCC magic, aimed at intercepting any explicit
references to cmd.exe.

What happens if you replace test.bat with a compiled C program that
calls getenv to look at these two variables -- do you see the same
there?  (You could use Emacs with a suitable --eval argument to
emulate such a "C program".)






reply via email to

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