From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Robert Pollard Newsgroups: gmane.emacs.help Subject: [NEWBIE] exec path not expanding Date: Wed, 24 Sep 2003 12:33:16 -0700 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1064432060 9326 80.91.224.253 (24 Sep 2003 19:34:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2003 19:34:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 24 21:34:19 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 1A2FP0-0003J6-00 for ; Wed, 24 Sep 2003 21:34:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A2FOd-0004SI-IL for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Sep 2003 15:33:55 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A2FO4-0004Q5-Kr for help-gnu-emacs@gnu.org; Wed, 24 Sep 2003 15:33:20 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A2FO3-0004Pg-85 for help-gnu-emacs@gnu.org; Wed, 24 Sep 2003 15:33:19 -0400 Original-Received: from [17.254.13.22] (helo=mail-out3.apple.com) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A2FO2-0004P3-Nn for help-gnu-emacs@gnu.org; Wed, 24 Sep 2003 15:33:18 -0400 Original-Received: from mailgate1.apple.com (a17-128-100-225.apple.com [17.128.100.225]) by mail-out3.apple.com (8.12.10/8.12.9) with ESMTP id h8OJXGmj021564 for ; Wed, 24 Sep 2003 12:33:16 -0700 (PDT) Original-Received: from scv1.apple.com (scv1.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id for ; Wed, 24 Sep 2003 12:32:48 -0700 Original-Received: from apple.com ([17.101.117.23]) by scv1.apple.com (8.12.9/8.12.9) with ESMTP id h8OJWusH027794 for ; Wed, 24 Sep 2003 12:32:56 -0700 (PDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: Apple Mail (2.551) 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:12769 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12769 Hello everyone, 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 cannot get a directory listing and as per a previous post I get an error that it can't find the ls program. Could this be the cause? exec-path's value is ("/$SYBASE/$SYBASE_OCS/bin" "$SYBASE/$SYBASE_ASE/bin" "$PATH" "/Applications/Emacs.app/Contents/MacOS/bin" "/Applications/Emacs.app/Contents/MacOS/libexec") Thanks, Robert Pollard