unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 18745@debbugs.gnu.org
Subject: bug#18745:
Date: Fri, 30 Oct 2015 15:25:37 +0100	[thread overview]
Message-ID: <CAAeL0STP+xk7P5S0fWGFFP5e-gU_Kk42OWgx1d=aPmx1fGhJkw@mail.gmail.com> (raw)
In-Reply-To: <CAAeL0STTTu42U-vKHs7wb4c33sJi3sAMwSju0aQQs_RdR6o6Vw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 777 bytes --]

> I would be very surprised that the process-environment does not affect
call-process, so I *must* be missing something obvious. I'll take a closer
look as soon as I have a little more time.

OK, now this is freak.

REM ---- test.bat ---
@echo off
echo TEST=%TEST>test.log
echo COMSPEC=%COMSPEC>>test.log
REM -- end of test.bat ---


C:\...\test> emacs -Q --batch --eval "(call-process
\"c:/devel/emacs/repo/trunk/test.bat\")"

C:\...\test> type test.log
TEST=AAA
COMSPEC=C:\bin64\JPSoft\TCMD\TCC.EXE

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?

[-- Attachment #2: Type: text/html, Size: 1183 bytes --]

  reply	other threads:[~2015-10-30 14:25 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-16  4:33 bug#18745: 24.3; MS Windows, `call-process-shell-command' fails on `shell-quote-argument'ed bat file with quoted args Noam Postavsky
2014-10-16  6:50 ` Eli Zaretskii
2014-10-16 13:47   ` Stefan Monnier
2014-10-16 13:57     ` Eli Zaretskii
2014-10-16 16:28   ` Noam Postavsky
2014-10-16 17:06     ` Eli Zaretskii
2014-10-16 21:30       ` Noam Postavsky
2014-10-22  1:12         ` Noam Postavsky
2014-10-22 17:12           ` Eli Zaretskii
2014-10-23  1:33             ` Noam Postavsky
2014-10-23 15:52               ` Eli Zaretskii
2014-10-25  9:16                 ` Eli Zaretskii
2014-10-25 14:03                   ` Noam Postavsky
2014-10-16 20:15     ` Stefan Monnier
2014-10-16 21:50       ` Noam Postavsky
2014-10-17  0:38         ` Stefan Monnier
2014-10-17  6:10           ` Eli Zaretskii
2014-10-17  6:05         ` Eli Zaretskii
2015-10-27 11:49 ` bug#18745: Juanma Barranquero
2015-10-27 19:14   ` bug#18745: Eli Zaretskii
2015-10-27 23:24     ` bug#18745: Juanma Barranquero
2015-10-28 16:01       ` bug#18745: Eli Zaretskii
2015-10-29  3:38         ` bug#18745: Juanma Barranquero
2015-10-29 16:17           ` bug#18745: Eli Zaretskii
2015-10-29 17:22             ` bug#18745: Juanma Barranquero
2015-10-30 14:25               ` Juanma Barranquero [this message]
2015-10-30 14:55                 ` bug#18745: Eli Zaretskii
2015-10-30 17:09                   ` bug#18745: Juanma Barranquero
2015-10-30 20:10                     ` bug#18745: Eli Zaretskii
2015-10-31 23:20                       ` bug#18745: Juanma Barranquero
2015-11-01 17:49                         ` bug#18745: Eli Zaretskii
2015-11-01 18:29                           ` bug#18745: Juanma Barranquero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAAeL0STP+xk7P5S0fWGFFP5e-gU_Kk42OWgx1d=aPmx1fGhJkw@mail.gmail.com' \
    --to=lekktu@gmail.com \
    --cc=18745@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).