From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Harter, Douglas" Newsgroups: gmane.emacs.help Subject: shell environment variables Date: Fri, 10 Oct 2003 09:56:31 -0400 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <7EAA02C19D90F84C845BF29A135098B70A2312@hbgpri52.pa.lcl> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1065795100 3101 80.91.224.253 (10 Oct 2003 14:11:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Oct 2003 14:11:40 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 10 16:11:39 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A7xzW-0008De-00 for ; Fri, 10 Oct 2003 16:11:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A7xyO-0005TR-Dt for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Oct 2003 10:10:28 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A7xwt-00058u-6F for help-gnu-emacs@gnu.org; Fri, 10 Oct 2003 10:08:55 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A7xno-0002og-UU for help-gnu-emacs@gnu.org; Fri, 10 Oct 2003 10:00:04 -0400 Original-Received: from [206.224.21.17] (helo=mail.state.pa.us) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A7xkv-0001y7-7w for help-gnu-emacs@gnu.org; Fri, 10 Oct 2003 09:56:33 -0400 Original-Received: from [164.156.4.26] ([164.156.4.26]) by mail.state.pa.us with Microsoft SMTPSVC(5.0.2195.6713); Fri, 10 Oct 2003 09:56:31 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: shell environment variables Thread-Index: AcOPNk8rymifYzMQTuWPBj94zOyi+g== Original-To: "Help Emacs (E-mail)" X-OriginalArrivalTime: 10 Oct 2003 13:56:32.0097 (UTC) FILETIME=[4F7AF510:01C38F36] X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13123 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13123 Ran into a minor problem. I have a Perl program in emacs. In the shell I = create a new environment variable (properly exported, of course). I do = an=20 M-x perldb to run the program. I cannot get the value of that new = environment variable when the program runs. Apparently the emacs environment that the perldb runs in does not update = the external environment variables. Can it be done manually with an = emacs command or automatically with a customization variable?