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

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

Re: Why is this not working (apply + call-process + list of string args)


From: Jean Louis
Subject: Re: Why is this not working (apply + call-process + list of string args)?
Date: Fri, 16 Sep 2022 01:04:07 +0300
User-agent: Mutt/+ () (2022-06-11)

* Arthur Miller <arthur.miller@live.com> [2022-09-16 00:38]:
> > What I know is that there shall be no space in those arguments.

> Indeed, space was the problem. Didn't know it mattered. Thank you
> for the help.

I understand `call-process' and `start-process' as lower level command
invocation that circumvents the shell.

I cannot know how it works for real, there is just idea that shell is
the one interpreting spaces and cutting them out, and not the programm
or command itself; while `call-process' sends full arguments without
shell interpreting and cutting out spaces.

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

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