From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: $HOME var Date: Tue, 11 Mar 2003 06:31:30 +0200 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <6808-Tue11Mar2003063129+0200-eliz@elta.co.il> References: <3E6CE277.9030207@ihs.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1047357489 9551 80.91.224.249 (11 Mar 2003 04:38:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2003 04:38:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 11 05:38:06 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18sbWg-0002To-00 for ; Tue, 11 Mar 2003 05:38:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18sbWW-0005ZX-00 for gnu-help-gnu-emacs@m.gmane.org; Mon, 10 Mar 2003 23:37:56 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18sbWG-0005Xa-00 for help-gnu-emacs@gnu.org; Mon, 10 Mar 2003 23:37:40 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18sbWF-0005XF-00 for help-gnu-emacs@gnu.org; Mon, 10 Mar 2003 23:37:39 -0500 Original-Received: from thor.inter.net.il ([192.114.186.11]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18sbVe-0005KN-00 for help-gnu-emacs@gnu.org; Mon, 10 Mar 2003 23:37:02 -0500 Original-Received: from zaretsky ([80.230.234.170]) by thor.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AVH96968; Tue, 11 Mar 2003 06:36:59 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3E6CE277.9030207@ihs.com> (message from Kevin Rodgers on Mon, 10 Mar 2003 12:07:35 -0700) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7475 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7475 > From: Kevin Rodgers > Newsgroups: gnu.emacs.help > Date: Mon, 10 Mar 2003 12:07:35 -0700 > > > > I don't recomment this: it creates a dangerous disparity between the > > environment used by Emacs and the environment passed by Emacs to its > > subprocesses. In the archives of this thread, you will find many > > examples of trouble into which this could get unsuspecting users. > > How could that be? setenv updates process-environment, which is the environment > passed to subprocesses -- isn't it? Yes. But the environment used by Emacs itself is unaffected by setenv.