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: Sat, 07 Oct 2006 23:30:38 -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 1160278341 20560 80.91.229.2 (8 Oct 2006 03:32:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 8 Oct 2006 03:32:21 +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 08 05:32: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 1GWPOg-0006YT-Js for ged-emacs-devel@m.gmane.org; Sun, 08 Oct 2006 05:32:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GWPOg-0004fe-2R for ged-emacs-devel@m.gmane.org; Sat, 07 Oct 2006 23:32:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GWPNA-0003oC-7B for emacs-devel@gnu.org; Sat, 07 Oct 2006 23:30:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GWPN9-0003nx-PV for emacs-devel@gnu.org; Sat, 07 Oct 2006 23:30:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GWPN9-0003np-DH for emacs-devel@gnu.org; Sat, 07 Oct 2006 23:30:39 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GWPUO-0004bI-Fc for emacs-devel@gnu.org; Sat, 07 Oct 2006 23:38:08 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GWPN8-0006zr-8e; Sat, 07 Oct 2006 23:30:38 -0400 Original-To: Andreas Schwab In-reply-to: (message from Andreas Schwab on Sat, 07 Oct 2006 15:11:06 +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:60519 Archived-At: IMHO this should be clear enough (there is even a link to the shell function). That the variable is not referenced explicitly is an implementation detail that doesn't belong in the doc string of explicit-bash-args. Could you put it in a comment instead, please?