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: Mon, 09 Oct 2006 16:08:11 -0400 Message-ID: References: <452517DC.5010007@student.lu.se> <45251C56.8010603@student.lu.se> <4526401C.7060604@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 1160424562 10605 80.91.229.2 (9 Oct 2006 20:09:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Oct 2006 20:09:22 +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 Mon Oct 09 22:09:20 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 1GX1QN-0001md-0f for ged-emacs-devel@m.gmane.org; Mon, 09 Oct 2006 22:08:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GX1QM-0007eD-LA for ged-emacs-devel@m.gmane.org; Mon, 09 Oct 2006 16:08:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GX1Q6-0007cA-LP for emacs-devel@gnu.org; Mon, 09 Oct 2006 16:08:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GX1Q5-0007au-Mt for emacs-devel@gnu.org; Mon, 09 Oct 2006 16:08:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GX1Q5-0007ab-4s for emacs-devel@gnu.org; Mon, 09 Oct 2006 16:08:13 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GX1Xh-0002Jy-E7 for emacs-devel@gnu.org; Mon, 09 Oct 2006 16:16:05 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GX1Q3-0002hb-NJ; Mon, 09 Oct 2006 16:08:11 -0400 Original-To: Andreas Schwab In-reply-to: (message from Andreas Schwab on Mon, 09 Oct 2006 00:36:37 +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:60552 Archived-At: > The comment should explain HOW the code refers to this variable, That's already explained in the doc string for shell. That explanation isn't in the right place, and doesn't mention the name explicit-bash-args. People looking at the definition of explicit-bash-args have no way of finding it. I went to add a comment, but saw Kim Storm had already added what we need (thanks, Kim). Please take a look, and then you'll understand.