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: Relation between the value of shell-file-name and explicit-shell-file-name Date: Fri, 15 Dec 2006 16:25:00 -0500 Message-ID: References: <458084E3.6000707@student.lu.se> <47727.128.165.123.18.1166059995.squirrel@webmail.lanl.gov> <4580AC9A.3090608@student.lu.se> <45819197.4000406@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: dough.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1166218030 19278 80.91.229.10 (15 Dec 2006 21:27:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Dec 2006 21:27:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 15 22:27:10 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GvKaC-0002np-RG for ged-emacs-devel@m.gmane.org; Fri, 15 Dec 2006 22:27:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvKaC-0001vg-BO for ged-emacs-devel@m.gmane.org; Fri, 15 Dec 2006 16:27:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GvKYB-0000Fa-6g for emacs-devel@gnu.org; Fri, 15 Dec 2006 16:25:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GvKYA-0000F4-Gl for emacs-devel@gnu.org; Fri, 15 Dec 2006 16:25:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvKYA-0000Ez-63 for emacs-devel@gnu.org; Fri, 15 Dec 2006 16:25:02 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GvKY9-0001yL-LZ for emacs-devel@gnu.org; Fri, 15 Dec 2006 16:25:01 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.52) id 1GvKY8-0001bi-D8; Fri, 15 Dec 2006 16:25:00 -0500 Original-To: Lennart Borgman In-reply-to: <45819197.4000406@student.lu.se> (message from Lennart Borgman on Thu, 14 Dec 2006 19:01:59 +0100) 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:63796 Archived-At: This seems good, but the doc string does not mention shell-file-name. It instead mentions SHELL which is wrong (and a bad idea): I see now. Thanks.