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: Sun, 15 Oct 2006 06:12:09 -0400 Message-ID: References: <452517DC.5010007@student.lu.se> <45251C56.8010603@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 1160907274 21527 80.91.229.2 (15 Oct 2006 10:14:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Oct 2006 10:14:34 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 15 12:14:31 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 1GZ30d-0001EG-9F for ged-emacs-devel@m.gmane.org; Sun, 15 Oct 2006 12:14:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZ30c-0007uc-EG for ged-emacs-devel@m.gmane.org; Sun, 15 Oct 2006 06:14:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GZ2yc-0007K8-IO for emacs-devel@gnu.org; Sun, 15 Oct 2006 06:12:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GZ2yZ-0007IO-U4 for emacs-devel@gnu.org; Sun, 15 Oct 2006 06:12:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZ2yY-0007Hc-1H for emacs-devel@gnu.org; Sun, 15 Oct 2006 06:12:10 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GZ37Q-0006mW-Ak for emacs-devel@gnu.org; Sun, 15 Oct 2006 06:21:20 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GZ2yX-0003ra-5N; Sun, 15 Oct 2006 06:12:09 -0400 Original-To: Eli Zaretskii In-reply-to: (message from Eli Zaretskii on Sat, 14 Oct 2006 16:02:35 +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:60756 Archived-At: If we quote emerge-command and the various emerge-*-program, we in effect disallow them to be shell commands with switches. Is that reasonable? If it is, then we should quote the programs. If that's what these variables do, their values should not be quoted, so that they can include some arguments. > - defcustom explicit-bash-args Since that exists only to be sent as arguments, it should not be quoted. The user will put in whatever quoting is called for.