From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: shell-command - missing shell-quote-argument for program? Date: Thu, 12 Oct 2006 18:38:40 -0400 Message-ID: References: <452517DC.5010007@student.lu.se> <45251C56.8010603@student.lu.se> <45265833.4030709@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1160693407 3729 80.91.229.2 (12 Oct 2006 22:50:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Oct 2006 22:50:07 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, t.link@gmx.at, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 13 00:50:05 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 1GY9EW-00010l-Ld for ged-emacs-devel@m.gmane.org; Fri, 13 Oct 2006 00:40:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GY9EW-0001fP-6N for ged-emacs-devel@m.gmane.org; Thu, 12 Oct 2006 18:40:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GY9CN-0000QU-AX for emacs-devel@gnu.org; Thu, 12 Oct 2006 18:38:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GY9CM-0000Pd-JE for emacs-devel@gnu.org; Thu, 12 Oct 2006 18:38:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GY9CM-0000PN-CY for emacs-devel@gnu.org; Thu, 12 Oct 2006 18:38:42 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GY9Kg-0003EL-1H for emacs-devel@gnu.org; Thu, 12 Oct 2006 18:47:18 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GY9CK-0006z9-Io; Thu, 12 Oct 2006 18:38:40 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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:60686 Archived-At: Isolated, it looks ok, but if you look at filesets-quote, maybe it should use shell-quote-argment too, and we should use filesets-quote on buffer-file-name below. But it's too complex for me to follow the logic in filesets. Is there anyone out there who CAN figure out what is right here?