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

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

Quting arguments for perl subprocess


From: Lennart Borgman
Subject: Quting arguments for perl subprocess
Date: Tue, 14 Feb 2006 21:00:19 +0100
User-agent: Thunderbird 1.5 (Windows/20051201)

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.




reply via email to

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