From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.help Subject: Re: [NEWBIE] exec path not expanding Date: Tue, 14 Oct 2003 23:20:07 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <86d6cztt2w.fsf@slowfox.dyndns.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1066168205 7037 80.91.224.253 (14 Oct 2003 21:50:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Oct 2003 21:50:05 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 14 23:50:03 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 1A9X3L-00033r-00 for ; Tue, 14 Oct 2003 23:50:03 +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 1A9Wkc-0007R9-1S for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Oct 2003 17:30:42 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fu-berlin.de!uni-berlin.de!p508e2439.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: p508e2439.dip.t-dialin.net (80.142.36.57) Original-X-Trace: news.uni-berlin.de 1066166315 24228441 80.142.36.57 (16 [73968]) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (berkeley-unix) Cancel-Lock: sha1:KqYLKeIrYwNKbIjYjXszweCQofM= Original-Xref: shelby.stanford.edu gnu.emacs.help:117258 Original-To: help-gnu-emacs@gnu.org 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:13187 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13187 Robert Pollard writes: > I am curious as to why my exec path is not expanding the PATH > variable. Does it expand it when it uses it or should it be expanded > in the exec-path variable? I guess that $PATH should be expanded already. I think that exec-path is initialized from $PATH. In the shell where you start Emacs, have a look at $PATH. Does it contain them "$SYBASE" strings literally, dollar-sign and all? Maybe PATH="$PATH" or setenv PATH "$PATH" might be useful things to type in the shell before starting Emacs. Kai