emacs-devel
[Top][All Lists]
Advanced

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

Re: Quote file name args to start-process-shell-command?


From: Eli Zaretskii
Subject: Re: Quote file name args to start-process-shell-command?
Date: Thu, 12 Oct 2006 07:02:12 -0400

> Cc: address@hidden,  address@hidden
> From: David Kastrup <address@hidden>
> Date: Thu, 12 Oct 2006 12:45:43 +0200
> 
> Clearly, ARGS is (except on VMS) _not_ a list of separate arguments,
> but rather strings pasted together with spaces.

Yes, as any API to `system' should do.

> So I don't understand how to apply your remark
> "start-process-shell-command is not system(3).".

That remark should be understood as follows:
start-process-shell-command is a wrapper around `system', but it isn't
`system' itself.  So it doesn't need to accept only one string, but
eventually it will concatenate them all.

Apologies for being unclear.




reply via email to

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