Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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" To: "Roman Adar" 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: (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: X-Mailer: Emacs 20.7.1 rmail (send-msg 1.105) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-8 Content-Transfer-Encoding: 7bit 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 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 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/