From owner-ntemacs-users@june  Thu Jan 23 17:22:30 1997
X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
	[nil "Thu" "23" "January" "1997" "16:49:59" "-0800" "Ron Forrester" "Ron@orcad.com" nil "25" "bash and NT Emacs" "^From:" nil nil "1" nil nil nil nil]
	nil)
Received: from joker.cs.washington.edu (joker.cs.washington.edu [128.95.1.42]) by june.cs.washington.edu (8.8.3+CSE/7.2ju) with SMTP id RAA14846 for <voelker@june.cs.washington.edu>; Thu, 23 Jan 1997 17:22:29 -0800
Received: from june.cs.washington.edu (june.cs.washington.edu [128.95.1.4]) by joker.cs.washington.edu (8.6.12/7.2ws+) with ESMTP id RAA21620 for <voelker@joker.cs.washington.edu>; Thu, 23 Jan 1997 17:22:28 -0800
Received: from exchange-server.orcad.com ([206.3.145.8]) by june.cs.washington.edu (8.8.3+CSE/7.2ju) with SMTP id QAA11407 for <ntemacs-users@cs.washington.edu>; Thu, 23 Jan 1997 16:47:10 -0800
Received: by exchange-server.orcad.com with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.993.5) 	id <01BC094D.79388410@exchange-server.orcad.com>; Thu, 23 Jan 1997 16:50:01 -0800
Message-ID: <c=US%a=_%p=OrCAD%l=EXCHANGE_SERV-970124004959Z-4713@exchange-server.orcad.com>
X-Mailer:  Microsoft Exchange Server Internet Mail Connector Version 4.0.993.5
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
From: Ron Forrester <Ron@OrCAD.com>
To: "'NTEmacs'" <ntemacs-users@cs.washington.edu>
Subject: bash and NT Emacs
Date: Thu, 23 Jan 1997 16:49:59 -0800


I am using the beta 17.1 release of the Cygnus GNU toolset. under bash,
I my emacs related enviroment looks like:

declare -x EMACSDATA="/pub/emacs-19.34/etc"
declare -x EMACSDOC="/pub/emacs-19.34/etc"
declare -x EMACSLOADPATH="/usr/rjf/elisp;/pub/emacs-19.34/lisp;"
declare -x EMACSLOCKDIR="/pub/emacs-19.34/lock"
declare -x EMACSPATH="/pub/emacs-19.34/bin"
declare -x EMACS_PATH="c:\\pub\\emacs-19.34"
declare -x
INFOPATH="c:/usr/rjf/info;/pub/emacs-19.34/info;c:/usr/local/info"

declare -x HOME="/usr/rjf"

My problem is, when in bash, emacs doesn't see my .emacs file unless I
am in $HOME (/usr/rjf) when I execute it...

If I do a find file (C-x C-f), and enter $HOME and hit tab, it expands
to /usr/rjf as it should. If I enter ~/ and hit tab, it shows the
directory I was in when I ran emacs.

Has anyone got NT Emacs and bash living together nicely?

Thanks!rjf

