From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: maierh@myself.com Newsgroups: gmane.emacs.help Subject: Re: shell problems after upgrading NTEmacs from 19.34 to 21.2 Date: Fri, 25 Oct 2002 08:08:57 +0200 Organization: T-Online Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: Reply-To: Harald Maier NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035526437 5026 80.91.224.249 (25 Oct 2002 06:13:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Oct 2002 06:13: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 184xjH-0001In-00 for ; Fri, 25 Oct 2002 08:13:55 +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 184xgm-0007N3-00; Fri, 25 Oct 2002 02:11:20 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news.stealth.net!news.stealth.net!news.belwue.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-X-Trace: news.t-online.com 1035526137 07 2914 tC57bitSVA37A 021025 06:08:57 Original-X-Complaints-To: abuse@t-online.com X-Sender: 320041125923-0001@t-dialin.net User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.91 (i386-mingw-nt5.0.2195) Cancel-Lock: sha1:sLF7JCdQgbonVIOvgm11j7Ul1ZA= Original-Xref: shelby.stanford.edu gnu.emacs.help:106366 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:2916 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2916 swengtoo@my-deja.com (Swengtoo) writes: > Bernd Wolter wrote in message news:... >> >> 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") >> > > Unfortunately, this didn't help. It seems that emacs ignores for some > reason those statements, but how could that be? it used to work (still > works!) perfectly under Emacs 19.34. What has changed? You should try this within the '*scratch*' buffer with emacs -q Shell handling has changed from emacs-20 to emacs-21. You only need the SHELL environment variable or set the variable shell-file-name. Harald