delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-Id: | <200110020157.DAA13431@linux.> |
From: | "Ehud Karni" <ehud AT unix DOT simonwiesel DOT co DOT il> |
To: | "Roman Adar" <radar AT cacheware DOT com> |
Subject: | Re: How to make cygwin/bash shell work in emacs |
CC: | Help-gnu-emacs AT gnu DOT org, cygwin AT cygwin DOT com |
In-reply-to: | <NMEHIGJBPAKOAODKKENBCEFNCDAA.radar@cacheware.com> (message from |
Roman Adar on Mon, 1 Oct 2001 18:14:44 -0700) | |
Organization: | Mivtach-Simon Insurance agencies |
Reply-to: | ehud AT unix DOT simonwiesel DOT co DOT il |
References: | <NMEHIGJBPAKOAODKKENBCEFNCDAA DOT radar AT cacheware DOT com> |
X-Mailer: | Emacs 20.7.1 rmail (send-msg 1.105) |
MIME-Version: | 1.0 |
Errors-To: | help-gnu-emacs-admin AT gnu DOT org |
X-BeenThere: | help-gnu-emacs AT gnu DOT org |
X-Mailman-Version: | 2.0.5 |
List-Id: | Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org> |
Date: | Tue, 2 Oct 2001 03:57:07 +0200 |
X-MDaemon-Deliver-To: | cygwin AT cygwin DOT com |
On Mon, 1 Oct 2001 18:14:44 -0700, Roman Adar <radar AT cacheware DOT com> wrote: > > I'm still having a minor problem. The Perl I'm running from the "cygwin" > command line is the ActiveState Perl. I've modified the /etc/profile file to > look 1st in the c:/Program Files/bin directory. However when I do "which > perl" in the shell within emacs, the shell that is invoked is the "cygwin" > Perl, from the /usr/bin directory. This is what I do not want. > > So my question is how do I force also in the shell that is spawned in the > emacs to invoke the correct Perl. From the Bash man page: Non-login interactive shells: On startup (subject to the -norc and -rcfile options): if ~/.bashrc exists, source it. Non-interactive shells: On startup: if the environment variable ENV is non-null, expand it and source the file it names, as if the command if [ "$ENV" ]; then . $ENV; fi had been executed, but do not use PATH to search for the pathname. When not started in Posix mode, bash looks for BASH_ENV before ENV. Emacs starts Bash as "Non-login interactive shells". To make thing easier I suggest you set "BASH_ENV" to "/etc/profile" in ~/.emacs: (setenv "BASH_ENV" "/etc/profile") [ This is really Bash/Cygwin problem not Emacs, so I cross post ] Ehud. -- Ehud Karni Mivtach - Simon Insurance /"\ Tel: +972-3-7966-561 Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign (USA) Fax and voice mail: 1-815-5509341 X Against HTML Mail Better Safe Than Sorry / \ mailto:ehud AT unix DOT simonwiesel DOT co DOT il http://www.simonwiesel.co.il _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs AT gnu DOT org http://mail.gnu.org/mailman/listinfo/help-gnu-emacs -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |