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

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

Re: Quting arguments for perl subprocess


From: Stefan Monnier
Subject: Re: Quting arguments for perl subprocess
Date: Tue, 14 Feb 2006 16:44:11 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> I want to do something like

>             (setq sts (apply 'call-process prog nil (current-buffer)
>             t args))

> where prog="perl.exe" and the list args may contain things like

>     file=some-file-name.txt

> The file name above may contain spaces.  Is there a standard way in Emacs
> to quote the file name for this?  I believe it would look different on
> different OS:es.

What makes you think they need to be quoted?  There is no shell involved.


        Stefan


reply via email to

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