From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: roy@panix.com (Roy Smith) Newsgroups: gmane.emacs.help Subject: How to make M-X compile import my environment? Date: 21 Mar 2003 10:37:04 -0500 Organization: PANIX -- Public Access Networks Corp. Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1048262133 7017 80.91.224.249 (21 Mar 2003 15:55:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 21 Mar 2003 15:55:33 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 21 16:55:31 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 18wOrj-0001oq-00 for ; Fri, 21 Mar 2003 16:55:31 +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 18wOri-0002Ac-02 for gnu-help-gnu-emacs@m.gmane.org; Fri, 21 Mar 2003 10:55:30 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!panix!panix2.panix.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: panix2.panix.com Original-X-Trace: reader2.panix.com 1048261024 25211 166.84.1.2 (21 Mar 2003 15:37:04 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Fri, 21 Mar 2003 15:37:04 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:111286 Original-To: help-gnu-emacs@gnu.org 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:7785 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7785 I'm using XEmacs 20.4 on a Solaris box in a ClearCase build environment. Our "make" command is a shell alias to "clearmake -C gnu", and that in turn relies on lots of environment variables to work right (I have no control over this stuff). The problem is, when I run M-X compile, the shell that's spawned to run make doesn't inherit my environment. It doesn't seem to read my .cshrc file either. Any ideas what might be going on?