From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bernd Wolter Newsgroups: gmane.emacs.help Subject: Re: shell problems after upgrading NTEmacs from 19.34 to 21.2 Date: 21 Oct 2002 09:11:38 +0200 Organization: Not much Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035184857 22209 80.91.224.249 (21 Oct 2002 07:20:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 07:20:57 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 183Wrv-0005lp-00 for ; Mon, 21 Oct 2002 09:20:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 183Wno-0007sK-00; Mon, 21 Oct 2002 03:16:40 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.wirehub.nl!bnewspeer00.bru.ops.eu.uu.net!emea.uu.net!newsfeed1.sbs.de!news.mch.sbs.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: m33773pp.mchp.siemens.de Original-X-Trace: news.mch.sbs.de 1035184474 9574 139.23.242.230 (21 Oct 2002 07:14:34 GMT) Original-X-Complaints-To: abuse@siemens.de Original-NNTP-Posting-Date: Mon, 21 Oct 2002 07:14:34 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Original-Xref: shelby.stanford.edu gnu.emacs.help:106236 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2784 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2784 swengtoo@my-deja.com (Swengtoo) writes: [...] > Has anyone encountered this problem before? Do you know about > something that has changed and is missing from the above code? I know > I can "play" with the SHELL registry entry for emacs, but the > documentation clearly says that if I want to avoid that I can use > (setq explicit-shell-file-name shell-file-name). > > Many thanks in advance! > Swengtoo Hi Swengtoo, I have a setup nearly identical to yours but also set those environmental variables before doing the other stuff: (setenv "SHELL" "c:/path/to/cygwin/bash.exe") (setenv "PATH" "c:/path/to/cygwin/bin:c:/path/to/cygwin:c:/path/to/emacs/bin") Perhaps this helps bernd