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, 08 Oct 2006 18:27:00 -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 1160346477 29297 80.91.229.2 (8 Oct 2006 22:27:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 8 Oct 2006 22:27:57 +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 00:27:56 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 1GWh7Y-0004S8-AG for ged-emacs-devel@m.gmane.org; Mon, 09 Oct 2006 00:27:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GWh7X-0006uJ-OP for ged-emacs-devel@m.gmane.org; Sun, 08 Oct 2006 18:27:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GWh6s-0006Vg-Q2 for emacs-devel@gnu.org; Sun, 08 Oct 2006 18:27:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GWh6r-0006UO-Sm for emacs-devel@gnu.org; Sun, 08 Oct 2006 18:27:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GWh6r-0006UB-MS for emacs-devel@gnu.org; Sun, 08 Oct 2006 18:27:01 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GWhEH-0005Eu-R8 for emacs-devel@gnu.org; Sun, 08 Oct 2006 18:34:41 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GWh6q-00066k-SH; Sun, 08 Oct 2006 18:27:00 -0400 Original-To: Andreas Schwab In-reply-to: (message from Andreas Schwab on Sun, 08 Oct 2006 17:43:00 +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:60532 Archived-At: > Could you put it in a comment instead, please? Not sure what to put there, IMHO the doc string has already enough information about its usage. The comment should explain HOW the code refers to this variable, so that someone else won't grep for it, not find it, and delete it!