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: Fri, 06 Oct 2006 21:07:08 -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 1160183307 21705 80.91.229.2 (7 Oct 2006 01:08:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 7 Oct 2006 01:08:27 +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 Sat Oct 07 03:08:26 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 1GW0fM-0002wi-So for ged-emacs-devel@m.gmane.org; Sat, 07 Oct 2006 03:07:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GW0fM-0002Xv-J2 for ged-emacs-devel@m.gmane.org; Fri, 06 Oct 2006 21:07:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GW0ek-0001XQ-34 for emacs-devel@gnu.org; Fri, 06 Oct 2006 21:07:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GW0ej-0001W4-Hq for emacs-devel@gnu.org; Fri, 06 Oct 2006 21:07:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GW0ej-0001Vh-Cj for emacs-devel@gnu.org; Fri, 06 Oct 2006 21:07:09 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GW0li-0000h2-U4 for emacs-devel@gnu.org; Fri, 06 Oct 2006 21:14:23 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GW0ei-0008RJ-6n; Fri, 06 Oct 2006 21:07:08 -0400 Original-To: Andreas Schwab In-reply-to: (message from Andreas Schwab on Fri, 06 Oct 2006 14:34: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:60486 Archived-At: C-h f shell RET "[...] The shell file name (sans directories) is used to make a symbol name such as `explicit-csh-args'. If that symbol is a variable, its value is used as a list of arguments when invoking the shell. Otherwise, one argument `-i' is passed to the shell." We should have a note about this to the doc string of explicit-bash-args, so that people looking at it understand how it is used. Would you please add one?