From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Quote file name args to start-process-shell-command? Date: Thu, 12 Oct 2006 06:27:07 +0200 Message-ID: References: <452D54D8.7060705@student.lu.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1160627426 25326 80.91.229.2 (12 Oct 2006 04:30:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Oct 2006 04:30:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 12 06:30:23 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GXsAT-0004FT-OZ for ged-emacs-devel@m.gmane.org; Thu, 12 Oct 2006 06:27:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GXsAT-0003s6-4a for ged-emacs-devel@m.gmane.org; Thu, 12 Oct 2006 00:27:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GXsA8-0003nd-Hu for emacs-devel@gnu.org; Thu, 12 Oct 2006 00:27:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GXsA6-0003kl-Hj for emacs-devel@gnu.org; Thu, 12 Oct 2006 00:27:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GXsA6-0003kH-2E for emacs-devel@gnu.org; Thu, 12 Oct 2006 00:27:14 -0400 Original-Received: from [192.114.186.73] (helo=heller.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GXsIF-0001r8-17 for emacs-devel@gnu.org; Thu, 12 Oct 2006 00:35:39 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-254-18.inter.net.il [84.229.254.18]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id ARZ81301 (AUTH halo1); Thu, 12 Oct 2006 05:26:59 +0200 (IST) Original-To: Lennart Borgman In-reply-to: <452D54D8.7060705@student.lu.se> (message from Lennart Borgman on Wed, 11 Oct 2006 22:32:24 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:60624 Archived-At: > Date: Wed, 11 Oct 2006 22:32:24 +0200 > From: Lennart Borgman > > Should arguments to > start-process-shell-command/call-process-shell-command that are file > names be quoted with shell-quote-arguments? Can you show examples of situations when this is an issue?