[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using `call-process-shell-command' in `process-lines'
From: |
Eli Zaretskii |
Subject: |
Re: Using `call-process-shell-command' in `process-lines' |
Date: |
Tue, 27 Nov 2007 00:33:10 +0200 |
> Date: Mon, 26 Nov 2007 22:17:02 +0000
> From: Jason Rumney <address@hidden>
> Cc: "Lennart Borgman (gmail)" <address@hidden>,
> address@hidden, address@hidden, address@hidden
>
> *** w32proc.c.~1.73.~ 2007-10-10 22:46:40.593750000 +0100
> --- w32proc.c 2007-11-26 21:33:19.609375000 +0000
> ***************
> *** 781,787 ****
> variable in their environment. */
> char ppid_env_var_buffer[64];
> char *extra_env[] = {ppid_env_var_buffer, NULL};
> ! char *sepchars = " \t";
>
> /* We don't care about the other modes */
> if (mode != _P_NOWAIT)
> --- 781,787 ----
> variable in their environment. */
> char ppid_env_var_buffer[64];
> char *extra_env[] = {ppid_env_var_buffer, NULL};
> ! char *sepchars = " \t*?";
What about <, |, and > -- should we quote them as well?
- Re: Using `call-process-shell-command' in `process-lines', (continued)
- Re: Using `call-process-shell-command' in `process-lines', Lennart Borgman (gmail), 2007/11/26
- Re: Using `call-process-shell-command' in `process-lines', Eli Zaretskii, 2007/11/26
- Re: Using `call-process-shell-command' in `process-lines', Lennart Borgman (gmail), 2007/11/26
- Re: Using `call-process-shell-command' in `process-lines', Eli Zaretskii, 2007/11/26
- Re: Using `call-process-shell-command' in `process-lines', Lennart Borgman (gmail), 2007/11/26
- Re: Using `call-process-shell-command' in `process-lines', Eli Zaretskii, 2007/11/26
- Re: Using `call-process-shell-command' in `process-lines', Jason Rumney, 2007/11/26
- Re: Using `call-process-shell-command' in `process-lines', Eli Zaretskii, 2007/11/26
- Re: Using `call-process-shell-command' in `process-lines', Jason Rumney, 2007/11/26
- Re: Using `call-process-shell-command' in `process-lines', Juanma Barranquero, 2007/11/26
- Re: Using `call-process-shell-command' in `process-lines',
Eli Zaretskii <=
- Re: Using `call-process-shell-command' in `process-lines', Jason Rumney, 2007/11/26
- Re: Using `call-process-shell-command' in `process-lines', Eli Zaretskii, 2007/11/26
- Re: Using `call-process-shell-command' in `process-lines', Eli Zaretskii, 2007/11/26
- Re: Using `call-process-shell-command' in `process-lines', Stefan Monnier, 2007/11/26
- Re: Using `call-process-shell-command' in `process-lines', Eli Zaretskii, 2007/11/26
- Re: Using `call-process-shell-command' in `process-lines', Lennart Borgman (gmail), 2007/11/26
- Re: Using `call-process-shell-command' in `process-lines', Juanma Barranquero, 2007/11/26